Skip to content

Commit

Permalink
Merge pull request #8 from ttyhgo/master
Browse files Browse the repository at this point in the history
Fix missing ,(comma)
  • Loading branch information
MetadiumRelease authored May 21, 2021
2 parents ff365d1 + b3c9012 commit a8af0ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion metadium/scripts/deploy-governance.js
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ var GovernanceDeployer = new function() {
from: this.from,
data: data,
gas: this.gas,
gasPrice: this.gasPrice
gasPrice: this.gasPrice,
nonce: this.nonce()
}
var stx = offlineWalletSignTx(this.wallet.id, tx, eth.chainId())
Expand Down
2 changes: 1 addition & 1 deletion metadium/scripts/genesis-template.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"homesteadBlock": 0,
"eip150Block": 0,
"eip155Block": 0,
"eip158Block": 0
"eip158Block": 0,
"byzantiumBlock": 0,
"constantinopleBlock": 0,
"istanbulBlock": 0,
Expand Down

0 comments on commit a8af0ca

Please sign in to comment.