Skip to content

Commit 0182377

Browse files
authored
Update config_mainnet.yaml (#264)
Set actpool related parameters
1 parent 806e826 commit 0182377

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

config_mainnet.yaml

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

3535
actPool:
36-
minGasPrice: "1000000000000"
36+
minGasPrice: "5000000000000"
37+
maxNumActsPerAcct: 100
38+
maxNumActsPerPool: 64000
39+
maxGasLimitPerPool: 640000000
40+
actionExpiry: 5m
3741

3842
api:
3943
gasStation:
40-
defaultGas: 1000000000000
44+
defaultGas: 5000000000000
4145

4246
consensus:
4347
scheme: ROLLDPOS

0 commit comments

Comments
 (0)