diff --git a/bridge-web/src/config/config.ts b/bridge-web/src/config/config.ts index c41c10b..185116b 100644 --- a/bridge-web/src/config/config.ts +++ b/bridge-web/src/config/config.ts @@ -32,13 +32,6 @@ export const chainConfigs: Partial> = tokenManagerType: TokenManagerType.LockAndRelease, wagmiChain: zilliqa, tokens: [ - { - name: "FPS", - address: "0x241c677D9969419800402521ae87C411897A029f", - blockExplorer: - "https://otterscan.zilliqa.com/address/0x241c677D9969419800402521ae87C411897A029f", - logo: fps_token, - }, { name: "HRSE", address: "0x63B991C17010C21250a0eA58C6697F696a48cdf3", @@ -46,6 +39,13 @@ export const chainConfigs: Partial> = "https://otterscan.zilliqa.com/address/0x63B991C17010C21250a0eA58C6697F696a48cdf3", logo: hrse_token, }, + { + name: "FPS", + address: "0x241c677D9969419800402521ae87C411897A029f", + blockExplorer: + "https://otterscan.zilliqa.com/address/0x241c677D9969419800402521ae87C411897A029f", + logo: fps_token, + }, ], chainId: 32769, isZilliqa: true, @@ -63,13 +63,6 @@ export const chainConfigs: Partial> = chainGatewayAddress: "0x3967f1a272Ed007e6B6471b942d655C802b42009", tokenManagerType: TokenManagerType.MintAndBurn, tokens: [ - { - name: "FPS", - address: "0x351dA1E7500aBA1d168b9435DCE73415718d212F", - blockExplorer: - "https://bscscan.com/address/0x351dA1E7500aBA1d168b9435DCE73415718d212F", - logo: fps_token, - }, { name: "HRSE", address: "0x3BE0E5EDC58bd55AAa381Fa642688ADC289c05a3", @@ -77,6 +70,13 @@ export const chainConfigs: Partial> = "https://bscscan.com/address/0x3BE0E5EDC58bd55AAa381Fa642688ADC289c05a3", logo: hrse_token, }, + { + name: "FPS", + address: "0x351dA1E7500aBA1d168b9435DCE73415718d212F", + blockExplorer: + "https://bscscan.com/address/0x351dA1E7500aBA1d168b9435DCE73415718d212F", + logo: fps_token, + }, ], chainId: 56, isZilliqa: false,