Skip to content

Commit

Permalink
👽️ Update default gas price steps by 1000
Browse files Browse the repository at this point in the history
  • Loading branch information
williamchong committed Nov 14, 2023
1 parent 1eedd94 commit eb24382
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -94,9 +94,9 @@ export class LikeCoinWalletConnector {
bech32PrefixValPub: options.bech32PrefixValPub,
bech32PrefixConsAddr: options.bech32PrefixConsAddr,
bech32PrefixConsPub: options.bech32PrefixConsPub,
gasPriceStepLow: options.gasPriceStepLow || 1,
gasPriceStepAverage: options.gasPriceStepAverage || 10,
gasPriceStepHigh: options.gasPriceStepHigh || 1000,
gasPriceStepLow: options.gasPriceStepLow || 1000,
gasPriceStepAverage: options.gasPriceStepAverage || 10000,
gasPriceStepHigh: options.gasPriceStepHigh || 1000000,
walletURLForStaking: options.walletURLForStaking || '',
initAttemptCount: options.initAttemptCount || 3,
availableMethods: options.availableMethods || [
Expand Down

0 comments on commit eb24382

Please sign in to comment.