Skip to content

Commit f03a538

Browse files
committed
Change the gas price step for the crypto.org chain
1 parent 5ee2da5 commit f03a538

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

packages/extension/src/config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,11 @@ export const EmbedChainInfos: ChainInfo[] = [
282282
coinGeckoId: "crypto-com-chain",
283283
},
284284
],
285+
gasPriceStep: {
286+
low: 0.025,
287+
average: 0.03,
288+
high: 0.04,
289+
},
285290
features: ["stargate", "ibc-transfer"],
286291
},
287292
{

0 commit comments

Comments
 (0)