Skip to content

Commit

Permalink
Merge pull request #115 from BobboFuxx/patch-1
Browse files Browse the repository at this point in the history
add prysm.json
  • Loading branch information
liangping authored Oct 23, 2024
2 parents a36dd11 + 5401944 commit 6579eea
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 6579eea

Please sign in to comment.