Skip to content

Commit

Permalink
update coingecko max
Browse files Browse the repository at this point in the history
  • Loading branch information
haunv3 committed Dec 4, 2024
1 parent c8863eb commit 9d63737
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion src/config/iconInfos.ts
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ export const tokensIconInfos: TokenIcon[] = [
IconLight: SolanaIcon
},
{
coinGeckoId: 'max.clan' as any,
coinGeckoId: 'max-2',
Icon: MaxIcon,
IconLight: MaxIcon
}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3847,10 +3847,10 @@
react-use "^17.4.0"
react-use-websocket "^4.5.0"

"@oraichain/[email protected].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/[email protected].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"
Expand Down

0 comments on commit 9d63737

Please sign in to comment.