Skip to content

Commit

Permalink
feat: add BTRST data (#4773)
Browse files Browse the repository at this point in the history
* feat: add BTRST data

* add cap
  • Loading branch information
multiart authored Aug 29, 2023
1 parent 19aed61 commit a095bc9
Showing 1 changed file with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -320,6 +320,22 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "BTRST",
canonical: {
domain: "6648936",
address: "0x799ebfABE77a6E34311eeEe9825190B9ECe32824",
decimals: 18,
cap: utils.parseUnits("10000000", 18).toString(),
},
representations: {
/// POLYGON
"1886350457": {
local: "0x8C92DC2B9D6A8A567c7Bd80C5db7a1eDA4fA9A91",
adopted: "0x8C92DC2B9D6A8A567c7Bd80C5db7a1eDA4fA9A91",
},
},
}
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit a095bc9

Please sign in to comment.