diff --git a/cosmos/pulsar.json b/cosmos/pulsar.json new file mode 100644 index 000000000..8a2acdc62 --- /dev/null +++ b/cosmos/pulsar.json @@ -0,0 +1,57 @@ +{ + "nodeProvider": { + "name": "Stake Source", + "email": "taariq@stakesource.network" + }, + "rpc": "https://rpc.pulsar3.scrttestnet.com", + "rest": "https://api.pulsar3.scrttestnet.com", + "chainId": "pulsar-3", + "chainName": "Secret Testnet", + "chainSymbolImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pulsar/chain.png", + "stakeCurrency": { + "coinDenom": "SCRT", + "coinMinimalDenom": "uscrt", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pulsar/uscrt.png" + }, + "walletUrl": "https://testnet.keplr.app/chains/secret-network", + "walletUrlForStaking": "https://testnet.keplr.app/chains/secret-network", + "bip44": { + "coinType": 529 + }, + "alternativeBIP44s": [ + { + "coinType": 118 + } + ], + "bech32Config": { + "bech32PrefixAccAddr": "secret", + "bech32PrefixAccPub": "secretpub", + "bech32PrefixValAddr": "secretvaloper", + "bech32PrefixValPub": "secretvaloperpub", + "bech32PrefixConsAddr": "secretvalcons", + "bech32PrefixConsPub": "secretvalconspub" + }, + "currencies": [ + { + "coinDenom": "SCRT", + "coinMinimalDenom": "uscrt", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pulsar/uscrt.png" + } + ], + "feeCurrencies": [ + { + "coinDenom": "SCRT", + "coinMinimalDenom": "uscrt", + "coinDecimals": 6, + "coinImageUrl": "https://raw.githubusercontent.com/chainapsis/keplr-chain-registry/main/images/pulsar/uscrt.png", + "gasPriceStep": { + "low": 0.0125, + "average": 0.1, + "high": 0.25 + } + } + ], + "features": ["secretwasm"] +}