Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
increase default gas for initGas to match call value
Browse files Browse the repository at this point in the history
  • Loading branch information
mikedotexe committed Jul 11, 2020
1 parent c6f5b35 commit e61caab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/near-cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ const deploy = {
.option('initGas', {
desc: 'Gas for initialization call',
type: 'number',
default: 10000000000000
default: 100000000000000
})
.option('initDeposit', {
desc: 'Deposit in Ⓝ to send for initialization call',
Expand Down

0 comments on commit e61caab

Please sign in to comment.