Deploy plasma#251
Open
fafk wants to merge 5 commits intodeploy-lineafrom
Open
Conversation
## Description fix some minor issues in the comments Signed-off-by: pennylees <techdashen@msn.com>
kaze-cow
approved these changes
Nov 10, 2025
Contributor
kaze-cow
left a comment
There was a problem hiding this comment.
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"); |
| }, | ||
| 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 |
anxolin
approved these changes
Jan 8, 2026
anxolin
reviewed
Jan 8, 2026
Contributor
anxolin
left a comment
There was a problem hiding this comment.
Can you merge this when the contract in plasma gets verified?
https://plasmascan.to/address/0x9E7Ae8Bdba9AA346739792d219a808884996Db67#code
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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.