Skip to content

Commit

Permalink
Merge pull request #121 from terra-money/change-default-gas
Browse files Browse the repository at this point in the history
Set default gas price to 0.15uluna
  • Loading branch information
yys committed Aug 20, 2021
2 parents 8998d13 + 95b0b7b commit 3caed63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/lcd/LCDClient.ts
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const DEFAULT_LCD_OPTIONS: Partial<LCDClientConfig> = {

const DEFAULT_GAS_PRICES_BY_CHAIN_ID: { [key: string]: Coins.Input } = {
default: {
uluna: 0.015,
uluna: 0.15,
},
'columbus-4': {
uluna: 0.015,
Expand Down

0 comments on commit 3caed63

Please sign in to comment.