-
Notifications
You must be signed in to change notification settings - Fork 51
Deploy plasma #251
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
base: deploy-linea
Are you sure you want to change the base?
Deploy plasma #251
Conversation
## Description fix some minor issues in the comments Signed-off-by: pennylees <techdashen@msn.com>
kaze-cow
left a comment
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.
all contracts are deployed with correct bytecodes and verified. seems good to me 👍
quite a few unrelated typographical/non impact changes that would be best left in a separate PR.
| break; | ||
| default: | ||
| throw new Error("unreacheable"); | ||
| throw new Error("unreachable"); |
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.
unrelated change
| }, | ||
| namedAccounts: { | ||
| // Note: accounts defined by a number refer to the the accounts as configured | ||
| // Note: accounts defined by a number refer to the accounts as configured |
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.
unrelated change
Description
Should be merged after #249.
Artifacts from deployment of core contracts on Plasma. All contracts are verified.
Official balancer contract is not deployed on the chain, so there are no balancer-related deployment files.