-
Notifications
You must be signed in to change notification settings - Fork 75
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
Deploy Arb-Sepolia - Remove Arb-Goerli #439
Conversation
@@ -13,7 +12,7 @@ export async function createProfile() { | |||
|
|||
const balance = await ethers.provider.getBalance(deployerAddress); | |||
|
|||
const registry = registryConfig[chainId].registryProxy; | |||
const registry = "0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3"; |
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.
^ can we change this back to fetch it from the config ?
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.
This doesn't exist on the config currently. We never updated the script when we updated the configs (found this out when we ran it).
Two Options:
- Just hardcode when we test creating a profile and pool after deploy on testnets.
- Add the
registryProxy
to the config on all networks (has to be added to the type).
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.
Left in a few comments but otherwise LGTM
No description provided.