Skip to content

Commit

Permalink
Merge pull request #377 from oraidex/feat/sol
Browse files Browse the repository at this point in the history
change coingecko max
  • Loading branch information
haunv3 authored Dec 4, 2024
2 parents 1c1ca83 + 5bc6e2e commit 9c43bb4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packages/oraidex-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@oraichain/oraidex-common",
"version": "1.1.38",
"version": "1.1.39",
"main": "build/index.js",
"files": [
"build/"
Expand Down
6 changes: 3 additions & 3 deletions packages/oraidex-common/src/network.ts
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export type CoinGeckoId =
| "hamster-kombat"
| "dogecoin"
| "solana"
| "max.clan";
| "max-2";

export type NetworkType = "cosmos" | "evm" | "svm";
export interface NetworkConfig {
Expand Down Expand Up @@ -579,7 +579,7 @@ export const oraichainNetwork: CustomChainInfo = {
},
{
coinDenom: "MAX",
coinGeckoId: "max.clan",
coinGeckoId: "max-2",
coinMinimalDenom: MAX_ORAICHAIN_DENOM,
bridgeTo: [solChainId],
coinDecimals: 6,
Expand Down Expand Up @@ -614,7 +614,7 @@ export const solanaMainnet: CustomChainInfo = {
coinDecimals: 6,
bridgeTo: ["Oraichain"],
contractAddress: MAX_SOL_CONTRACT_ADDRESS,
coinGeckoId: "max.clan",
coinGeckoId: "max-2",
coinImageUrl:
"https://pump.mypinata.cloud/ipfs/QmcGwYebsQfYbNSM9QDAMS2wKZ8fZNEiMbezJah1zgEWWS?img-width=256&img-dpr=2"
},
Expand Down

0 comments on commit 9c43bb4

Please sign in to comment.