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
58 changes: 58 additions & 0 deletions cosmos/prysm-testnet.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
{
"rpc": "https://prysm-testnet-rpc.polkachu.com",
"rest": "https://prysm-testnet-api.polkachu.com",
"chainId": "prysm-devnet-1",
"chainName": "Prysm Testnet",
"walletUrlForStaking": "../images/prysm/prysm.svg",
TCL0001 marked this conversation as resolved.
Show resolved Hide resolved
"chainSymbolImageUrl": "../images/prysm/prysm.svg",
TCL0001 marked this conversation as resolved.
Show resolved Hide resolved
"stakeCurrency": {
"coinDenom": "Prysm",
"coinMinimalDenom": "uprysm",
"coinImageUrl": "../images/prysm/prysm.svg",
"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",
"coinGeckoId": "PRYSM"
}
],
"feeCurrencies": [
{
"coinDenom": "prysm",
"coinMinimalDenom": "uprysm",
"coinDecimals": 6,
"coinGeckoId": "prysm",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
}
}
],
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
"high": 0.03
},
TCL0001 marked this conversation as resolved.
Show resolved Hide resolved
"stakeCurrency": {
"coinDenom": "prysm",
"coinMinimalDenom": "uprysm",
"coinDecimals": "6",
"coinGeckoId": "prysm"
},
"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.
90 changes: 90 additions & 0 deletions images/Prysm/Prysm.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading