-
Notifications
You must be signed in to change notification settings - Fork 0
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
Feat/script migration #2
Conversation
You can add as well a script to setup the LZ token contract -> as if CoreBorrow had as a governor the deployer -> this way there's no msig tx to do and we can just run the script to set the token up on the chain (provided that it's already setup in a way) and then execute all the setup tx, then removing governance from the deployer and adding the actual governing address.
|
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.
DeployAngle... instead DeployToken...?
} else { | ||
proxyAdmin = _chainToContract(chainId, ContractType.ProxyAdmin); | ||
} | ||
if (vm.keyExistsJson(json, ".coreBorrow")) { |
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.
is the json per chain or something like this?
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.
the json so far is for all chains. In my mind we deploy one chain at a time so no real need for multiples
No description provided.