Skip to content

Commit

Permalink
Merge pull request #4457 from La-DAO/feat/add-ladao-xocolatl-to-prod-…
Browse files Browse the repository at this point in the history
…allowlisting-script

Add ladao-xocolatl to prod allow-listing
  • Loading branch information
LayneHaber authored Jun 28, 2023
2 parents a6d303b + 64b635f commit 8853f32
Showing 1 changed file with 37 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,43 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "XOC",
// polygon
canonical: {
domain: "1886350457",
address: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
decimals: 18,
cap: utils.parseUnits("25000", 18).toString(),
},
representations: {
// mainnet
"6648936": {
local: "0x0000000000000000000000000000000000000000",
adopted: "0x0000000000000000000000000000000000000000",
},
// optimism
"1869640809": {
local: "0x0000000000000000000000000000000000000000",
adopted: "0x0000000000000000000000000000000000000000",
},
// arbitrum one
"1634886255": {
local: "0x0000000000000000000000000000000000000000",
adopted: "0x0000000000000000000000000000000000000000",
},
// bsc
"6450786": {
local: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
adopted: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
},
// gnosis
"6778479": {
local: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
adopted: "0xa411c9Aa00E020e4f88Bc19996d29c5B7ADB4ACf",
},
},
},
],
agents: {
watchers: {
Expand Down

0 comments on commit 8853f32

Please sign in to comment.