Skip to content

Instantly share code, notes, and snippets.

@Toktar
Last active November 26, 2021 03:18
Show Gist options
  • Save Toktar/20ebfaf0fac1e822563a4c8309750dd0 to your computer and use it in GitHub Desktop.
Save Toktar/20ebfaf0fac1e822563a4c8309750dd0 to your computer and use it in GitHub Desktop.
suggest-chain.md for Keplr
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,
},
});
@ankurdotb
Copy link

100000 uscrt is not too high btw as gas, I would expect that tbh.

just spoke to Alex and we can express as 25ncheq, 50ncheq, 100ncheq as the gasPriceSteps

@Toktar
Copy link
Author

Toktar commented Nov 16, 2021

Updated gasPriceStep after discussion with Alex

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment