Skip to content

Commit

Permalink
Secret Network pulsar-3 native support
Browse files Browse the repository at this point in the history
  • Loading branch information
levackt committed Sep 22, 2023
1 parent 7b4a2f8 commit ba86f10
Showing 1 changed file with 57 additions and 0 deletions.
57 changes: 57 additions & 0 deletions cosmos/pulsar.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
{
"nodeProvider": {
"name": "Stake Source",
"email": "[email protected]"
},
"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"]
}

0 comments on commit ba86f10

Please sign in to comment.