Skip to content

Commit

Permalink
pulsar-3 config (#184)
Browse files Browse the repository at this point in the history
* pulsar-3 config

* pulsar-3 config

* pulsar-3 config

* pulsar-3 config, remove coinGeckoId
  • Loading branch information
levackt authored Jul 27, 2023
1 parent 083140b commit 167e41f
Show file tree
Hide file tree
Showing 3 changed files 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"]
}
Binary file added images/pulsar/chain.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/pulsar/uscrt.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 167e41f

@vercel
Copy link

@vercel vercel bot commented on 167e41f Jul 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.