Skip to content

Commit

Permalink
increased deploy/upgrade gas limit
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbolog committed Sep 20, 2023
1 parent e8f8ec4 commit a6e8181
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/config.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
{
"address": {
"DEVNET": "erd1qqqqqqqqqqqqqpgqcgpuw44vrursrwsudzlx3k8w2r55nxdl6ppsuxm0z3"
"DEVNET": "erd1qqqqqqqqqqqqqpgqcgpuw44vrursrwsudzlx3k8w2r55nxdl6ppsuxm0z3",
"MAINNET": "erd1qqqqqqqqqqqqqpgqw7zlajus5qfdr8w9g3grpdqlscz2ck9zyl5skqpe63"
},
"deploymentArgs": {
"gasLimit": 85000000,
"gasLimit": 105000000,
"payable": false,
"payableBySc": false,
"DEVNET": [
Expand Down

0 comments on commit a6e8181

Please sign in to comment.