From 53322784fc99d4dc96a5af43300535b355d27a8e Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Thu, 28 Sep 2023 19:26:55 +0300 Subject: [PATCH 1/3] Update IBC denoms for testnet --- config/token.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/token.ts b/config/token.ts index 6513b8d..997970b 100644 --- a/config/token.ts +++ b/config/token.ts @@ -28,7 +28,7 @@ export const ibcUsdc: TokenInfo = { denom: NETWORK === 'mainnet' ? 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858' - : 'factory/stars1s8qx0zvz8yd6e4x0mqmqf7fr9vvfn622wtp3g3/uusdc', + : 'factory/stars1paqkeyluuw47pflgwwqaaj8y679zj96aatg5a7/uusdc', displayName: 'USDC', decimalPlaces: 6, } @@ -38,7 +38,7 @@ export const ibcFrnz: TokenInfo = { denom: NETWORK === 'mainnet' ? 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9' - : 'factory/stars10w5eulj60qp3cfqa0hkmke78qdy2feq6x9xdmd/ufrnz', + : 'factory/stars1paqkeyluuw47pflgwwqaaj8y679zj96aatg5a7/ufrienzies', displayName: 'FRNZ', decimalPlaces: 6, } From 6dd0e5ef8b74e1a319140198bac6857b7f26680c Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 29 Sep 2023 23:33:27 +0300 Subject: [PATCH 2/3] Update FRNZ denom for mainnet --- config/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/token.ts b/config/token.ts index 997970b..982f63f 100644 --- a/config/token.ts +++ b/config/token.ts @@ -37,7 +37,7 @@ export const ibcFrnz: TokenInfo = { id: 'ibc-frnz', denom: NETWORK === 'mainnet' - ? 'ibc/7FA7EC64490E3BDE5A1A28CBE73CC0AD22522794957BC891C46321E3A6074DB9' + ? 'ibc/9C40A8368C0E1CAA4144DBDEBBCE2E7A5CC2D128F0A9F785ECB71ECFF575114C' : 'factory/stars1paqkeyluuw47pflgwwqaaj8y679zj96aatg5a7/ufrienzies', displayName: 'FRNZ', decimalPlaces: 6, From 2160533a6035db49477466b1b0c09514293815d1 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 29 Sep 2023 23:50:59 +0300 Subject: [PATCH 3/3] Update uusdc denom --- config/token.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/token.ts b/config/token.ts index 982f63f..16cf1c5 100644 --- a/config/token.ts +++ b/config/token.ts @@ -27,7 +27,7 @@ export const ibcUsdc: TokenInfo = { id: 'ibc-usdc', denom: NETWORK === 'mainnet' - ? 'ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858' + ? 'ibc/4A1C18CA7F50544760CF306189B810CE4C1CB156C7FC870143D401FE7280E591' : 'factory/stars1paqkeyluuw47pflgwwqaaj8y679zj96aatg5a7/uusdc', displayName: 'USDC', decimalPlaces: 6,