Skip to content

Commit

Permalink
Place the HRSE token first in the list. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
yaron-zilliqa authored Jul 17, 2024
1 parent 5bebcdf commit ad7769e
Showing 1 changed file with 14 additions and 14 deletions.
28 changes: 14 additions & 14 deletions bridge-web/src/config/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,20 +32,20 @@ export const chainConfigs: Partial<Record<Chains, ChainConfig>> =
tokenManagerType: TokenManagerType.LockAndRelease,
wagmiChain: zilliqa,
tokens: [
{
name: "FPS",
address: "0x241c677D9969419800402521ae87C411897A029f",
blockExplorer:
"https://otterscan.zilliqa.com/address/0x241c677D9969419800402521ae87C411897A029f",
logo: fps_token,
},
{
name: "HRSE",
address: "0x63B991C17010C21250a0eA58C6697F696a48cdf3",
blockExplorer:
"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,
Expand All @@ -63,20 +63,20 @@ export const chainConfigs: Partial<Record<Chains, ChainConfig>> =
chainGatewayAddress: "0x3967f1a272Ed007e6B6471b942d655C802b42009",
tokenManagerType: TokenManagerType.MintAndBurn,
tokens: [
{
name: "FPS",
address: "0x351dA1E7500aBA1d168b9435DCE73415718d212F",
blockExplorer:
"https://bscscan.com/address/0x351dA1E7500aBA1d168b9435DCE73415718d212F",
logo: fps_token,
},
{
name: "HRSE",
address: "0x3BE0E5EDC58bd55AAa381Fa642688ADC289c05a3",
blockExplorer:
"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,
Expand Down

0 comments on commit ad7769e

Please sign in to comment.