-
Notifications
You must be signed in to change notification settings - Fork 6
Clean-up post extraction from Kleros V2, support for Gnosis chain #43
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
adi274
commented
Nov 17, 2022
- Fixes the naming (Home -> Sender, Foreign -> Receiver)
- Rinkeby Testnet removal
@@ -64,7 +64,7 @@ const config: HardhatUserConfig = { | |||
saveDeployments: true, | |||
tags: ["staging", "sender", "layer2"], | |||
companionNetworks: { | |||
receiver: "goerli", | |||
receiver: "chiado", |
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.
Hmm we'll need to find a better solution, that won't scale. Here the ArbiGoerli->Gerli deployment is certainly affected.
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's look for a better solution later in a separate branch.
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.
On it!
d13af8f
to
75f9b56
Compare