diff --git a/package.json b/package.json index 39b8c578c..5f08dac19 100644 --- a/package.json +++ b/package.json @@ -157,7 +157,7 @@ "bitcoinjs-lib": "5.2.0", "axios": "0.26.1", "@sentry/react": "7.99.0", - "@oraichain/oraidex-common": "1.1.38" + "@oraichain/oraidex-common": "1.1.39" }, "engines": { "node": "^18 || ^20" diff --git a/src/config/iconInfos.ts b/src/config/iconInfos.ts index 495670ad6..170106c3b 100644 --- a/src/config/iconInfos.ts +++ b/src/config/iconInfos.ts @@ -178,7 +178,7 @@ export const tokensIconInfos: TokenIcon[] = [ IconLight: SolanaIcon }, { - coinGeckoId: 'max.clan' as any, + coinGeckoId: 'max-2', Icon: MaxIcon, IconLight: MaxIcon } diff --git a/yarn.lock b/yarn.lock index 9e8ea4fa0..a24bf9707 100644 --- a/yarn.lock +++ b/yarn.lock @@ -3847,10 +3847,10 @@ react-use "^17.4.0" react-use-websocket "^4.5.0" -"@oraichain/oraidex-common@1.1.38", "@oraichain/oraidex-common@^1.1.27", "@oraichain/oraidex-common@^1.1.32": - version "1.1.38" - resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.1.38.tgz#ac774c1d454405583f8cb0068d139801ca9353af" - integrity sha512-07Cq4Ktbvj9u5FK34/Br49611d36bRnDl+8cHpHfrRBg5Z4WnlcNgv2USNom67T1IhlmMMqmO2JpNXHQctnV0g== +"@oraichain/oraidex-common@1.1.39", "@oraichain/oraidex-common@^1.1.27", "@oraichain/oraidex-common@^1.1.32": + version "1.1.39" + resolved "https://registry.yarnpkg.com/@oraichain/oraidex-common/-/oraidex-common-1.1.39.tgz#6fe8ab3435d131a412d9f5876801a8709fb50073" + integrity sha512-CggmZqynoSYUzah0n+Q4bbcIopDOaH09nfd4/w/0HbqWN9Sn0hWk0wIqotaXRxO2EXJk4NEsn+yZNrfwFY63vw== dependencies: "@cosmjs/amino" "^0.32.4" "@cosmjs/cosmwasm-stargate" "^0.32.4"