Skip to content

Commit

Permalink
feat: add TRSY testnet
Browse files Browse the repository at this point in the history
  • Loading branch information
just-a-node committed Jul 31, 2024
1 parent 9fd307c commit 59236fe
Showing 1 changed file with 20 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,26 @@ export const TESTNET_PRODUCTION_INIT_CONFIG: InitConfig = {
},
},
},
{
name: "xTRSY",
canonical: {
domain: "11111",
address: "0x57DB569694D1f4960477987D6D547661fcC70f4a",
decimals: 18,
},
representations: {
/// SEPOLIA
"1936027759": {
local: "0x57DB569694D1f4960477987D6D547661fcC70f4a",
adopted: "0x57DB569694D1f4960477987D6D547661fcC70f4a",
},
/// ARBITRUM-SEPOLIA
"1633842021": {
local: "0x57DB569694D1f4960477987D6D547661fcC70f4a",
adopted: "0x57DB569694D1f4960477987D6D547661fcC70f4a",
},
},
},
],
agents: {
relayerFeeVaults: {
Expand Down

0 comments on commit 59236fe

Please sign in to comment.