Skip to content

Commit

Permalink
Merge pull request #41 from oraichain/feat/update-coingecko-rack
Browse files Browse the repository at this point in the history
refactor: streamline feature and bridgeTo arrays in Oraichain.json
  • Loading branch information
trungbach authored Jan 2, 2025
2 parents 5e28fb2 + 4166785 commit 31f7aa0
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 @@ -301,7 +290,7 @@
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck",
"coinDecimals": 6,
"bridgeTo": ["solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp"],
"coinGeckoId": "black-rack",
"coinGeckoId": "blackrack",
"coinImageUrl": "https://ipfs.io/ipfs/QmVRPsBSHpamDzcDzVL9wsbB9gr4frtNrrFF7g44Xa9FuS"
}
]
Expand Down
2 changes: 1 addition & 1 deletion chains/solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"coinDecimals": 6,
"bridgeTo": ["Oraichain"],
"contractAddress": "D7yP4ycfsRWUGYionGpi64sLF2ddZ2JXxuRAti2M7uck",
"coinGeckoId": "black-rack",
"coinGeckoId": "blackrack",
"coinImageUrl": "https://ipfs.io/ipfs/QmVRPsBSHpamDzcDzVL9wsbB9gr4frtNrrFF7g44Xa9FuS"
}
],
Expand Down

0 comments on commit 31f7aa0

Please sign in to comment.