Skip to content

Commit

Permalink
fix: update chainName for Bitcoin to use proper capitalization and re…
Browse files Browse the repository at this point in the history
…move unnecessary bridge entries for Oraichain
  • Loading branch information
trungbach committed Dec 5, 2024
1 parent 9842bb6 commit 7877234
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 11 deletions.
10 changes: 0 additions & 10 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/ton",
"coinDecimals": 9,
"coinGeckoId": "the-open-network",
"bridgeTo": ["ton"],
"coinImageUrl": "https://assets.coingecko.com/coins/images/17980/standard/ton_symbol.png?1696517498"
},
{
Expand All @@ -247,19 +246,10 @@
"coinDecimals": 6,
"coinImageUrl": "https://assets.coingecko.com/coins/images/29850/standard/pepe-token.jpeg?1696528776"
},
{
"coinDenom": "CAT",
"coinGeckoId": "simon-s-cat",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/extCAT",
"bridgeTo": ["0x38"],
"coinDecimals": 6,
"coinImageUrl": "https://assets.coingecko.com/coins/images/39765/standard/Simon's_Cat_Logo.png?1724017505"
},
{
"coinDenom": "HMSTR",
"coinGeckoId": "hamster-kombat",
"coinMinimalDenom": "factory/orai1wuvhex9xqs3r539mvc6mtm7n20fcj3qr2m0y9khx6n5vtlngfzes3k0rq9/HMSTR",
"bridgeTo": ["ton"],
"coinDecimals": 9,
"coinImageUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/32195.png"
},
Expand Down
2 changes: 1 addition & 1 deletion chains/bitcoin.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://rpc.ankr.com/btc",
"rest": "https://blockstream.info/api",
"chainId": "bitcoin",
"chainName": "bitcoin",
"chainName": "Bitcoin",
"bip44": {
"coinType": 0
},
Expand Down

0 comments on commit 7877234

Please sign in to comment.