Skip to content

Commit

Permalink
testnet: update axone rpcs
Browse files Browse the repository at this point in the history
Signed-off-by: Whyme <[email protected]>
  • Loading branch information
nodexone committed Oct 9, 2024
1 parent d6c0e87 commit ac20a77
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions chains/mainnet/okp4.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,23 @@
{
"chain_name": "okp4",
"api": ["https://okp4-testnet-api.polkachu.com", "https://okp4-testnet.api.kjnodes.com", "https://api-okp4.nodeist.net"],
"rpc": ["https://okp4-testnet-rpc.polkachu.com", "https://okp4-testnet.rpc.kjnodes.com", "https://rpc-okp4.nodeist.net"],
"chain_name": "axone",
"api": [
{"provider": "polkachu.com", "address": "https://axone-testnet-api.polkachu.com"}
],
"rpc": [
{"provider": "polkachu.com", "address": "https://axone-testnet-rpc.polkachu.com"}
],
"snapshot_provider": "",
"sdk_version": "0.46.6",
"coin_type": "118",
"min_tx_fee": "8000",
"addr_prefix": "okp4",
"logo": "/logos/okp4.svg",
"addr_prefix": "axone.png",
"logo": "/logos/axone.png",
"keplr_features": ["ibc-transfer", "ibc-go"],
"theme_color": "#181c49",
"assets": [{
"base": "uknow",
"symbol": "KNOW",
"base": "uaxone",
"symbol": "AXONE",
"exponent": "6",
"logo": "/logos/okp4.svg"
"logo": "/logos/axone.png"
}]
}
Binary file added logos/axone.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit ac20a77

Please sign in to comment.