Skip to content

Commit

Permalink
add xion0-testnet-2
Browse files Browse the repository at this point in the history
  • Loading branch information
2xburnt committed Jan 29, 2025
1 parent aa5b1e5 commit 619d4dd
Showing 1 changed file with 53 additions and 0 deletions.
53 changes: 53 additions & 0 deletions cosmos/xion-testnet-2.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"rpc": "https://rpc.xion-testnet-2.burnt.com/",
"rest": "https://api.xion-testnet-2.burnt.com/",
"chainId": "xion-testnet-2",
"chainName": "Xion Testnet 2",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/xion-testnet/chain.png",
"stakeCurrency": {
"coinDenom": "XION",
"coinMinimalDenom": "uxion",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/xion-testnet/chain.png"
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "xion",
"bech32PrefixAccPub": "xionpub",
"bech32PrefixValAddr": "xionvaloper",
"bech32PrefixValPub": "xionvaloperpub",
"bech32PrefixConsAddr": "xionvalcons",
"bech32PrefixConsPub": "xionvalconspub"
},
"currencies": [
{
"coinDenom": "XION",
"coinMinimalDenom": "uxion",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/xion-testnet/chain.png"
}
],
"feeCurrencies": [
{
"coinDenom": "XION",
"coinMinimalDenom": "uxion",
"coinDecimals": 6,
"coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/xion-testnet/chain.png",
"gasPriceStep": {
"low": 0.001,
"average": 0.001,
"high": 0.01
}
}
],
"features": [
"cosmwasm"
],
"nodeProvider": {
"name": "🔥BurntLabs🔥",
"email": "[email protected]",
"website": "https://xion.burnt.com"
}
}

0 comments on commit 619d4dd

Please sign in to comment.