Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Prysm Testnet #848

Open
wants to merge 17 commits into
base: main
Choose a base branch
from
44 changes: 44 additions & 0 deletions cosmos/prysm-devnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
{
"rpc": "https://prysm-testnet-rpc.polkachu.com",
"rest": "https://prysm-testnet-api.polkachu.com",
"chainId": "prysm-devnet-1",
"chainName": "Prysm Testnet",
"chainSymbolImageUrl": "https://raw.githubusercontent.com/LightLABS-Dev/keplr-chain-registry/main/images/Prysm/Prysm.png",
"stakeCurrency": {
"coinDenom": "Prysm",
"coinMinimalDenom": "uprysm",
"coinImageUrl": "https://raw.githubusercontent.com/LightLABS-Dev/keplr-chain-registry/main/images/Prysm/Prysm.png",
"coinDecimals": 6
},
"bip44": {
"coinType": 118
},
"bech32Config": {
"bech32PrefixAccAddr": "prysm",
"bech32PrefixAccPub": "prysmpub",
"bech32PrefixValAddr": "prysmvaloper",
"bech32PrefixValPub": "prysmvaloperpub",
"bech32PrefixConsAddr": "prysmvalcons",
"bech32PrefixConsPub": "prysmvalconspub"
},
"currencies": [
{
"coinDenom": "prysm",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6
}
],
"feeCurrencies": [
{
"coinDenom": "prysm",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6,
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"features": ["cosmwasm"]
}
Binary file added images/Prysm/Prysm.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading