From 2160533a6035db49477466b1b0c09514293815d1 Mon Sep 17 00:00:00 2001 From: Serkan Reis Date: Fri, 29 Sep 2023 23:50:59 +0300 Subject: [PATCH] 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,