Skip to content

Commit

Permalink
feat; add xtrsy
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Aug 6, 2024
1 parent 9a5a2ba commit adde0f5
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -871,6 +871,26 @@ export const MAINNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xTRSY",
canonical: {
domain: "11111",
address: "0xA305F2136C4a68d97Ca7BCf7835bfA3b91077661",
decimals: 18,
},
representations: {
// mainnet
"6648936": {
local: "0xA305F2136C4a68d97Ca7BCf7835bfA3b91077661",
adopted: "0xA305F2136C4a68d97Ca7BCf7835bfA3b91077661",
},
// Base
"1650553709": {
local: "0xA305F2136C4a68d97Ca7BCf7835bfA3b91077661",
adopted: "0xA305F2136C4a68d97Ca7BCf7835bfA3b91077661",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit adde0f5

Please sign in to comment.