Skip to content
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

Merged
merged 4 commits into from
Dec 15, 2023
Merged

Deploy Arb-Sepolia - Remove Arb-Goerli #439

merged 4 commits into from
Dec 15, 2023

Conversation

codenamejason
Copy link
Contributor

No description provided.

@codenamejason codenamejason linked an issue Dec 14, 2023 that may be closed by this pull request
@@ -13,7 +12,7 @@ export async function createProfile() {

const balance = await ethers.provider.getBalance(deployerAddress);

const registry = registryConfig[chainId].registryProxy;
const registry = "0x4AAcca72145e1dF2aeC137E1f3C5E3D75DB8b5f3";
Copy link
Member

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 ?

Copy link
Contributor Author

@codenamejason codenamejason Dec 14, 2023

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:

  1. Just hardcode when we test creating a profile and pool after deploy on testnets.
  2. Add the registryProxy to the config on all networks (has to be added to the type).

Copy link
Member

@thelostone-mc thelostone-mc left a 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

@thelostone-mc thelostone-mc merged commit 49dd571 into main Dec 15, 2023
1 check passed
@thelostone-mc thelostone-mc deleted the deploy-sepolia branch December 15, 2023 04:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Deploy to Arbitrum Sepolia
2 participants