-
Notifications
You must be signed in to change notification settings - Fork 75
feat: deployment scripts for livenet #1087
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
So javascript. |
@@ -0,0 +1,19 @@ | |||
var GateMultisig = artifacts.require('./MultiSigWallet.sol'); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use let
instead of var
var MSOwners = ['0x0', '0x0']; | ||
var MSRequired = 1; | ||
var SNMAddress = '0x983f6d60db79ea8ca4eb9968c6aff8cfa04b3c63'; | ||
var freezingTime = 30; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let it be 15 * 60
|
||
var MSOwners = ['0x34', '0x35']; | ||
var MSRequired = 1; | ||
var freezingTime = 30; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let it be 15 * 60
1a3b858
to
fb6249c
Compare
e8888cc
to
7f8ee6f
Compare
019fdbd
to
a35d975
Compare
a35d975
to
07c7d9c
Compare
8d44e52
to
d38c76d
Compare
d38c76d
to
972520e
Compare
972520e
to
e458bfa
Compare
Hey @sokel @quasisamurai, any updates here? Is it ready to merge? |
Here is human-readable deployment scripts for livenet.
Will add comments and listing tomorrow