Last active
November 26, 2021 03:18
-
-
Save Toktar/20ebfaf0fac1e822563a4c8309750dd0 to your computer and use it in GitHub Desktop.
suggest-chain.md for Keplr
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| await window.keplr.experimentalSuggestChain({ | |
| chainId: "cheqd-mainnet-1", | |
| chainName: "cheqd", | |
| rpc: "https://rpc.cheqd.net", | |
| rest: "https://api.cheqd.net", | |
| bip44: { | |
| coinType: 118, | |
| }, | |
| bech32Config: { | |
| bech32PrefixAccAddr: "cheqd", | |
| bech32PrefixAccPub: "cheqd" + "pub", | |
| bech32PrefixValAddr: "cheqd" + "valoper", | |
| bech32PrefixValPub: "cheqd" + "valoperpub", | |
| bech32PrefixConsAddr: "cheqd" + "valcons", | |
| bech32PrefixConsPub: "cheqd" + "valconspub", | |
| }, | |
| currencies: [ | |
| { | |
| coinDenom: "CHEQ", | |
| coinMinimalDenom: "ncheq", | |
| coinDecimals: 9, | |
| coinGeckoId: "cheqd", | |
| }, | |
| ], | |
| feeCurrencies: [ | |
| { | |
| coinDenom: "CHEQ", | |
| coinMinimalDenom: "ncheq", | |
| coinDecimals: 9, | |
| coinGeckoId: "cheqd", | |
| }, | |
| ], | |
| stakeCurrency: { | |
| coinDenom: "CHEQ", | |
| coinMinimalDenom: "ncheq", | |
| coinDecimals: 9, | |
| coinGeckoId: "cheqd", | |
| }, | |
| coinType: 118, | |
| gasPriceStep: { | |
| low: 25, | |
| average: 50, | |
| high: 100, | |
| }, | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Updated
gasPriceStepafter discussion with Alex