Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
Signed-off-by: Whyme <[email protected]>
  • Loading branch information
nodexone committed Sep 12, 2024
1 parent 4991c32 commit 5669a05
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions chains/mainnet/xion-testnet.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"chain_name": "xion-testnet",
"registry_name": "xiont",
"api": [
{"provider": "polkachu.com", "address": "https://xion-testnet-rpc.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion-testnet.rpc.nodex.one"}
],
"rpc": [
{"provider": "polkachu.com", "address": "https://xion-testnet-api.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion-testnet.api.nodex.one"}
],
"rpc": [
{"provider": "polkachu.com", "address": "https://xion-testnet-rpc.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion-testnet.rpc.nodex.one"}
],
"sdk_version": "0.45.9",
"coin_type": "118",
"min_tx_fee": "5000",
Expand Down
8 changes: 4 additions & 4 deletions chains/mainnet/xion.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
"chain_name": "xion",
"registry_name": "xion",
"api": [
{"provider": "polkachu.com", "address": "https://xion-rpc.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion.rpc.nodex.one"}
],
"rpc": [
{"provider": "polkachu.com", "address": "https://xion-api.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion.api.nodex.one"}
],
"rpc": [
{"provider": "polkachu.com", "address": "https://xion-rpc.polkachu.com"},
{"provider": "NodeX Emperor", "address": "https://xion.rpc.nodex.one"}
],
"sdk_version": "0.45.9",
"coin_type": "118",
"min_tx_fee": "5000",
Expand Down

0 comments on commit 5669a05

Please sign in to comment.