Skip to content

Commit b39a033

Browse files
authored
update default gas (#274)
1 parent 611f78e commit b39a033

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config_mainnet.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ chain:
3333
numRetries: 8
3434

3535
actPool:
36-
minGasPrice: "5000000000000"
36+
minGasPrice: "1000000000000"
3737
maxNumActsPerAcct: 100
3838
maxNumActsPerPool: 32000
3939
maxGasLimitPerPool: 320000000
4040
actionExpiry: 5m
4141

4242
api:
4343
gasStation:
44-
defaultGas: 5000000000000
44+
defaultGas: 1000000000000
4545

4646
consensus:
4747
scheme: ROLLDPOS

0 commit comments

Comments
 (0)