Skip to content

Commit

Permalink
fix config
Browse files Browse the repository at this point in the history
  • Loading branch information
DS committed Aug 26, 2023
1 parent a46904a commit 7e04799
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ci/gateway-config-local.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"endpoint": "https://api.calibration.node.glif.io/rpc/v1",
"privKeyPath": "./../.blockchain.key",
"gasAutoUpdater": false,
"gasFeeCap": 0,
"gasTipCap" : 100000
"gasFeeCap": 100000,
"gasTipCap" : 10000
},
"db": {
"filePath": "./../data/local.db",
Expand Down
4 changes: 2 additions & 2 deletions ci/gateway-config.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
"endpoint": "https://api.calibration.node.glif.io/rpc/v1",
"privKeyPath": "/srv/.blockchain.key",
"gasAutoUpdater": false,
"gasFeeCap": 0,
"gasTipCap" : 100000
"gasFeeCap": 100000,
"gasTipCap" : 10000
},
"db": {
"filePath": "/srv/data/local.db"
Expand Down

0 comments on commit 7e04799

Please sign in to comment.