Skip to content

Commit

Permalink
DEVOPS-1369: update config.ts (#653)
Browse files Browse the repository at this point in the history
Adding test tokens deployed on ZQ and BSC testnets to the config to enable them in the x-bridge UI
  • Loading branch information
DrZoltanFazekas authored Apr 16, 2024
1 parent 72ff345 commit b54c726
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions products/bridge/bridge-web/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,12 @@ export const chainConfigs: Partial<Record<Chains, ChainConfig>> =
blockExplorer:
"https://otterscan.testnet.zilliqa.com/address/0x8618d39a8276D931603c6Bc7306af6A53aD2F1F3",
},
{
name: "TSLM",
address: "0xE90Dd366D627aCc5feBEC126211191901A69f8a0",
blockExplorer:
"https://otterscan.testnet.zilliqa.com/address/0xE90Dd366D627aCc5feBEC126211191901A69f8a0",
},
],
chainId: 33101,
isZilliqa: true,
Expand All @@ -90,6 +96,12 @@ export const chainConfigs: Partial<Record<Chains, ChainConfig>> =
blockExplorer:
"https://testnet.bscscan.com/address/0x5190e8b4Bbe8C3a732BAdB600b57fD42ACbB9F4B",
},
{
name: "TST",
address: "0x7Cc585de659E8938Aa7d5709BeaF34bD108bdC03",
blockExplorer:
"https://testnet.bscscan.com/address/0x7Cc585de659E8938Aa7d5709BeaF34bD108bdC03",
},
],
chainId: 97,
isZilliqa: false,
Expand Down

0 comments on commit b54c726

Please sign in to comment.