Skip to content

Commit

Permalink
feat: add mainnet ALCX (#4877)
Browse files Browse the repository at this point in the history
* feat: add mainnet ALCX

* feat: add xALCX (#4899)

Signed-off-by: hesnicewithit <[email protected]>

* feat: update ALCX xerc20

* feat: rewhitelist alcx with pseudo-canonical domain

* chore: update todo

---------

Signed-off-by: hesnicewithit <[email protected]>
Co-authored-by: Scrub Lord <[email protected]>
  • Loading branch information
just-a-node and Hesnicewithit authored Nov 15, 2023
1 parent 2276439 commit 5f8fb7e
Showing 1 changed file with 48 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -301,6 +301,54 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
// TODO: This is the old config, to be removed in execution layer upgrade
name: "ALCX",
canonical: {
domain: "6648936",
address: "0xbd18f9be5675a9658335e6b7e79d9d9b394ac043",
decimals: 18,
cap: utils.parseUnits("10000000", 18).toString(),
},
representations: {
/// ARBITRUM
"1634886255": {
local: "0x27b58D226fe8f792730a795764945Cf146815AA7",
adopted: "0x27b58D226fe8f792730a795764945Cf146815AA7",
},
/// OPTIMISM
"1869640809": {
local: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
adopted: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
},
},
},
{
name: "ALCX",
canonical: {
// Pseudo-canonical domain
domain: "11111",
address: "0xbd18f9be5675a9658335e6b7e79d9d9b394ac043",
decimals: 18,
},
representations: {
/// MAINNET
"6648936": {
local: "0xbd18f9be5675a9658335e6b7e79d9d9b394ac043",
adopted: "0xbd18f9be5675a9658335e6b7e79d9d9b394ac043",
},
/// ARBITRUM
"1634886255": {
local: "0x27b58D226fe8f792730a795764945Cf146815AA7",
adopted: "0x27b58D226fe8f792730a795764945Cf146815AA7",
},
/// OPTIMISM
"1869640809": {
local: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
adopted: "0xE974B9b31dBFf4369b94a1bAB5e228f35ed44125",
},
},
},
{
name: "XOC",
// polygon
Expand Down

0 comments on commit 5f8fb7e

Please sign in to comment.