From d23f803e30fd3f1baebda898b2de3c94f2a3059e Mon Sep 17 00:00:00 2001 From: Duong Minh Ngoc Date: Tue, 19 Mar 2024 21:12:53 +0700 Subject: [PATCH] feat: upgrade token config --- src/consts/tokens.yaml | 30 ++++++++++++++++++++++++------ 1 file changed, 24 insertions(+), 6 deletions(-) diff --git a/src/consts/tokens.yaml b/src/consts/tokens.yaml index 1fece9df..9d8a6b39 100644 --- a/src/consts/tokens.yaml +++ b/src/consts/tokens.yaml @@ -5,20 +5,38 @@ tokens: # Eth Mainnet HypNative token - chainName: sepolia - standard: EvmHypSynthetic + standard: EvmHypNative decimals: 18 symbol: ETH name: Ether - addressOrDenom: '0x79Aa9f56d63dcC332bC3dbF0492b02F89C040007' + addressOrDenom: '0xe7B4a8daaBC69Db8F790b504332d94FAe5833235' logoURI: '/logos/weth.png' connections: - - { token: ethereum|hypertestnet|0x1E34f3EB8f627F70d7920B4aD7eC5A75161a7Ce2 } + - { token: ethereum|hypertestnet|0x028D2C8952B56f39Fbb747Fa5ABB037Dc09951dB } - chainName: hypertestnet - standard: EvmHypNative + standard: EvmHypSynthetic decimals: 18 symbol: ETH name: Ether - addressOrDenom: '0x1E34f3EB8f627F70d7920B4aD7eC5A75161a7Ce2' + addressOrDenom: '0x028D2C8952B56f39Fbb747Fa5ABB037Dc09951dB' logoURI: '/logos/weth.png' connections: - - { token: ethereum|sepolia|0x79Aa9f56d63dcC332bC3dbF0492b02F89C040007 } + - { token: ethereum|sepolia|0xe7B4a8daaBC69Db8F790b504332d94FAe5833235 } + - chainName: sepolia + standard: EvmHypCollateral + decimals: 6 + symbol: USDT + name: USDT + addressOrDenom: '0x63E115C755Ffa61c98C60757cB4F0c4fcA1EC5fc' +# logoURI: '/logos/weth.png' + connections: + - { token: ethereum|hypertestnet|0xdeB5bC901846FBdf346b636a860730A7eC348c60 } + - chainName: hypertestnet + standard: EvmHypSynthetic + decimals: 6 + symbol: USDT + name: USDT + addressOrDenom: '0xdeB5bC901846FBdf346b636a860730A7eC348c60' +# logoURI: '/logos/weth.png' + connections: + - { token: ethereum|sepolia|0x63E115C755Ffa61c98C60757cB4F0c4fcA1EC5fc } \ No newline at end of file