Skip to content

Commit

Permalink
fix: update chain names to use proper capitalization and update chain…
Browse files Browse the repository at this point in the history
…SymbolImageUrl for Oraichain
  • Loading branch information
trungbach committed Dec 4, 2024
1 parent b1c0716 commit 24c90bd
Show file tree
Hide file tree
Showing 9 changed files with 12 additions and 17 deletions.
2 changes: 1 addition & 1 deletion chains/0x01.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"$schema": "../chain.schema.json",
"rpc": "https://rpc.ankr.com/eth",
"chainId": "0x01",
"chainName": "ethereum",
"chainName": "Ethereum",
"bip44": { "coinType": 60 },
"coinType": 60,
"networkType": "evm",
Expand Down
2 changes: 1 addition & 1 deletion chains/0x2b6653dc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"rest": "https://api.trongrid.io",
"chainId": "0x2b6653dc",
"networkType": "evm",
"chainName": "tronnetwork",
"chainName": "Tron Network",
"features": ["isEvm"],
"chainSymbolImageUrl": "https://s2.coinmarketcap.com/static/img/coins/64x64/1958.png",
"feeCurrencies": [
Expand Down
2 changes: 1 addition & 1 deletion chains/0x38.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://bsc-dataseed1.binance.org",
"networkType": "evm",
"chainId": "0x38",
"chainName": "bsc",
"chainName": "BNB Chain",
"bip44": { "coinType": 60 },
"coinType": 60,
"features": ["isEvm"],
Expand Down
3 changes: 2 additions & 1 deletion chains/Neutaro-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"rpc": "https://neutaro.rpc.orai.io",
"rest": "https://neutaro.lcd.orai.io",
"chainId": "Neutaro-1",
"chainName": "neutaro",
"chainName": "Neutaro",
"networkType": "cosmos",
"bip44": { "coinType": 118 },
"coinType": 118,
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/Neutaro/chain.png",
"bech32Config": {
"bech32PrefixAccAddr": "neutaro",
"bech32PrefixAccPub": "neutaropub",
Expand Down
4 changes: 2 additions & 2 deletions chains/Oraichain.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://rpc.orai.io",
"rest": "https://lcd.orai.io",
"chainId": "Oraichain",
"chainName": "oraichain",
"chainName": "Oraichain",
"networkType": "cosmos",
"stakeCurrency": {
"coinDenom": "ORAI",
Expand Down Expand Up @@ -41,7 +41,7 @@
"txUrl": "https://scan.orai.io/txs/{txHash}",
"accountUrl": "https://scan.orai.io/account/{address}"
},
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/celestia/chain.png",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai-token.png",
"currencies": [
{
"coinDenom": "ORAI",
Expand Down
2 changes: 1 addition & 1 deletion chains/cosmoshub-4.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://rpc-cosmos.oraidex.io",
"rest": "https://lcd-cosmos.oraidex.io",
"chainId": "cosmoshub-4",
"chainName": "cosmos",
"chainName": "Cosmos Hub",
"networkType": "cosmos",
"bip44": { "coinType": 118 },
"coinType": 118,
Expand Down
2 changes: 1 addition & 1 deletion chains/injective-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://injective.rpc.orai.io",
"rest": "https://injective.lcd.orai.io",
"chainId": "injective-1",
"chainName": "injective",
"chainName": "Injective",
"networkType": "cosmos",
"bip44": { "coinType": 60 },
"coinType": 60,
Expand Down
10 changes: 2 additions & 8 deletions chains/noble-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://noble-rpc.polkachu.com",
"rest": "https://noble-api.polkachu.com",
"chainId": "noble-1",
"chainName": "noble",
"chainName": "Noble",
"networkType": "cosmos",
"bip44": { "coinType": 118 },
"coinType": 118,
Expand All @@ -15,13 +15,7 @@
"bech32PrefixConsAddr": "noblevalcons",
"bech32PrefixConsPub": "noblevalconspub"
},
"features": [
"stargate",
"ibc-transfer",
"no-legacy-stdTx",
"ibc-go",
"cosmwasm"
],
"features": ["stargate", "ibc-transfer", "no-legacy-stdTx", "ibc-go", "cosmwasm"],
"currencies": [
{
"coinDenom": "USDC",
Expand Down
2 changes: 1 addition & 1 deletion chains/osmosis-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"rpc": "https://osmosis.rpc.orai.io/",
"rest": "https://osmosis.lcd.orai.io/",
"chainId": "osmosis-1",
"chainName": "osmosis",
"chainName": "Osmosis",
"networkType": "cosmos",
"bip44": { "coinType": 118 },
"coinType": 118,
Expand Down

0 comments on commit 24c90bd

Please sign in to comment.