Skip to content

Commit

Permalink
update default gas (#274)
Browse files Browse the repository at this point in the history
  • Loading branch information
dustinxie authored Apr 5, 2024
1 parent 611f78e commit b39a033
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config_mainnet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,15 +33,15 @@ chain:
numRetries: 8

actPool:
minGasPrice: "5000000000000"
minGasPrice: "1000000000000"
maxNumActsPerAcct: 100
maxNumActsPerPool: 32000
maxGasLimitPerPool: 320000000
actionExpiry: 5m

api:
gasStation:
defaultGas: 5000000000000
defaultGas: 1000000000000

consensus:
scheme: ROLLDPOS
Expand Down

0 comments on commit b39a033

Please sign in to comment.