Skip to content

Commit

Permalink
add symphonytestnet (#1848)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeremyParish69 committed Aug 15, 2024
1 parent 89e5757 commit ef5b873
Showing 1 changed file with 63 additions and 2 deletions.
65 changes: 63 additions & 2 deletions osmo-test-5/osmo-test-5.chainlist.json
Original file line number Diff line number Diff line change
Expand Up @@ -718,8 +718,8 @@
"fee_tokens": [
{
"denom": "uxion",
"fixed_min_gas_price": 0,
"low_gas_price": 0,
"fixed_min_gas_price": 0.025,
"low_gas_price": 0.025,
"average_gas_price": 0.025,
"high_gas_price": 0.04
}
Expand Down Expand Up @@ -935,6 +935,67 @@
"ibc-go",
"cosmwasm"
]
},
{
"chain_name": "symphonytestnet",
"status": "live",
"network_type": "testnet",
"pretty_name": "Symphony Testnet",
"chain_id": "symphony-testnet-3",
"bech32_prefix": "symphony",
"bech32_config": {
"bech32PrefixAccAddr": "symphony",
"bech32PrefixAccPub": "symphonypub",
"bech32PrefixValAddr": "symphonyvaloper",
"bech32PrefixValPub": "symphonyvaloperpub",
"bech32PrefixConsAddr": "symphonyvalcons",
"bech32PrefixConsPub": "symphonyvalconspub"
},
"slip44": 118,
"fees": {
"fee_tokens": [
{
"denom": "note",
"fixed_min_gas_price": 0,
"low_gas_price": 0.0025,
"average_gas_price": 0.025,
"high_gas_price": 0.04
}
]
},
"staking": {
"staking_tokens": [
{
"denom": "note"
}
]
},
"apis": {
"rpc": [
{
"address": "https://symphony-rpc.kleomedes.network"
}
],
"rest": [
{
"address": "https://symphony-api.kleomedes.network"
}
]
},
"explorers": [
{
"tx_page": "https://testnet.ping.pub/symphony/tx/${txHash}"
}
],
"logoURIs": {
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/symphony_logo.png"
},
"features": [
"ibc-go",
"ibc-transfer",
"cosmwasm",
"wasmd_0.24+"
]
}
]
}

0 comments on commit ef5b873

Please sign in to comment.