Skip to content

Commit 8e993c2

Browse files
committed
feat: add BDR
1 parent bdfe165 commit 8e993c2

File tree

1 file changed

+20
-0
lines changed
  • packages/deployments/contracts/src/cli/init/config/mainnet

1 file changed

+20
-0
lines changed

packages/deployments/contracts/src/cli/init/config/mainnet/production.ts

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -931,6 +931,26 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
931931
}
932932
},
933933
},
934+
{
935+
name: "BDR",
936+
canonical: {
937+
domain: "11111",
938+
address: "0x3AD6cD333Dc2597fdE3EAf2B772A38a7be0F56fb",
939+
decimals: 18,
940+
},
941+
representations: {
942+
/// METIS
943+
"1835365481": {
944+
local: "0x3AD6cD333Dc2597fdE3EAf2B772A38a7be0F56fb",
945+
adopted: "0x3AD6cD333Dc2597fdE3EAf2B772A38a7be0F56fb",
946+
},
947+
/// BASE
948+
"1650553709": {
949+
local: "0x9A2Af0AbB12bee5369B180976Be01E8c80D0e7B6",
950+
adopted: "0x9A2Af0AbB12bee5369B180976Be01E8c80D0e7B6",
951+
},
952+
},
953+
},
934954
{
935955
name: "wUSDM.e",
936956
canonical: {

0 commit comments

Comments
 (0)