Skip to content

Commit

Permalink
add prysm.json
Browse files Browse the repository at this point in the history
add prysm-devnet-1
  • Loading branch information
BobboFuxx authored Oct 21, 2024
1 parent 3442e61 commit 5401944
Showing 1 changed file with 51 additions and 0 deletions.
51 changes: 51 additions & 0 deletions chains/testnet/prysm.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
{
"chainId": "prysm-devnet-1",
"chainName": "prysm",
"rpc": "https://prysm-testnet-rpc.itrocket.net",
"rest": "https://prysm-testnet-api.itrocket.net",
"bip44": {
"coinType": 118
},
"coinType": 118,
"bech32Config": {
"bech32PrefixAccAddr": "prysm",
"bech32PrefixAccPub": "prysmpub",
"bech32PrefixValAddr": "prysmvaloper",
"bech32PrefixValPub": "prysmvaloperpub",
"bech32PrefixConsAddr": "prysmvalcons",
"bech32PrefixConsPub": "prysmvalconspub"
},
"currencies": [
{
"coinDenom": "PRYSM",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6,
"coinGeckoId": "unknown"
}
],
"feeCurrencies": [
{
"coinDenom": "PRYSM",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6,
"coinGeckoId": "unknown",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
},
"stakeCurrency": {
"coinDenom": "PRYSM",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6,
"coinGeckoId": "unknown"
},
"features": [cosmwasm]
}

0 comments on commit 5401944

Please sign in to comment.