Skip to content

Commit

Permalink
Merge pull request #47 from oraichain/feat/update-grt-coingecko-id
Browse files Browse the repository at this point in the history
refactor: streamline features and update coinGeckoId for degenerator-…
  • Loading branch information
trungbach authored Jan 9, 2025
2 parents 9f35aaf + 03d3b11 commit b5da977
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 15 deletions.
17 changes: 3 additions & 14 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,7 @@
"bech32PrefixConsAddr": "oraivalcons",
"bech32PrefixConsPub": "oraivalconspub"
},
"features": [
"stargate",
"ibc-transfer",
"cosmwasm",
"wasmd_0.24+",
"no-legacy-stdTx"
],
"features": ["stargate", "ibc-transfer", "cosmwasm", "wasmd_0.24+", "no-legacy-stdTx"],
"txExplorer": {
"name": "Oraiscan",
"txUrl": "https://scan.orai.io/txs/{txHash}",
Expand All @@ -54,12 +48,7 @@
"coinMinimalDenom": "orai",
"coinDecimals": 6,
"coinGeckoId": "oraichain-token",
"bridgeTo": [
"0x38",
"0x01",
"injective-1",
"solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"
],
"bridgeTo": ["0x38", "0x01", "injective-1", "solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],
"coinImageUrl": "https://images.orai.io/logo/orai-token.png",
"gasPriceStep": { "low": 0.003, "average": 0.005, "high": 0.007 }
},
Expand Down Expand Up @@ -309,7 +298,7 @@
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/oraiJP7H3LAt57DkFXNLDbLdBFNRRPvS8jg2j5AZkd9",
"coinDecimals": 6,
"bridgeTo": ["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],
"coinGeckoId": "gnrt",
"coinGeckoId": "degenerator-project",
"coinImageUrl": "https://ipfs.io/ipfs/QmNu1YU842i2imMX9bTV5kFK8ndUpUwxHD9ipRRXoBakD6"
}
]
Expand Down
2 changes: 1 addition & 1 deletion chains/solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp.json
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@
"coinDecimals": 6,
"bridgeTo": ["Oraichain"],
"contractAddress": "oraiJP7H3LAt57DkFXNLDbLdBFNRRPvS8jg2j5AZkd9",
"coinGeckoId": "gnrt",
"coinGeckoId": "degenerator-project",
"coinImageUrl": "https://ipfs.io/ipfs/QmNu1YU842i2imMX9bTV5kFK8ndUpUwxHD9ipRRXoBakD6"
}
],
Expand Down

0 comments on commit b5da977

Please sign in to comment.