Skip to content

Commit

Permalink
Change the gas price step for the crypto.org chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed May 20, 2021
1 parent 5ee2da5 commit f03a538
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions packages/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,6 +282,11 @@ export const EmbedChainInfos: ChainInfo[] = [
coinGeckoId: "crypto-com-chain",
},
],
gasPriceStep: {
low: 0.025,
average: 0.03,
high: 0.04,
},
features: ["stargate", "ibc-transfer"],
},
{
Expand Down

0 comments on commit f03a538

Please sign in to comment.