Skip to content

Commit

Permalink
chore: added alcx token
Browse files Browse the repository at this point in the history
  • Loading branch information
Hesnicewithit committed Jul 28, 2023
1 parent f87eb49 commit 56bc8c5
Showing 1 changed file with 22 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -253,6 +253,27 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "ALCX",
canonical: {
domain: "6648936",
address: "0xdbdb4d16eda451d0503b854cf79d55697f90c8df",
decimals: 18,
cap: utils.parseUnits("10000000", 18).toString(),
},
representations: {
/// ARBITRUM
"1634886255": {
local: "0x27b58D226fe8f792730a795764945Cf146815AA7",
adopted: "0x27b58D226fe8f792730a795764945Cf146815AA7",
},
/// OPTIMISM
"1869640809": {
local: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
adopted: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
},
},
},
{
name: "XOC",
// polygon
Expand Down Expand Up @@ -289,7 +310,7 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
adopted: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
},
},
},
}
],
agents: {
watchers: {
Expand Down

0 comments on commit 56bc8c5

Please sign in to comment.