Skip to content

Comments

Add Deployments for Optimism Sepolia and Fuji Testnet#16

Open
Patrick-Ehimen wants to merge 1 commit intolifinance:mainfrom
Patrick-Ehimen:main
Open

Add Deployments for Optimism Sepolia and Fuji Testnet#16
Patrick-Ehimen wants to merge 1 commit intolifinance:mainfrom
Patrick-Ehimen:main

Conversation

@Patrick-Ehimen
Copy link

Description

This PR adds support for deploying the CREATE3Factory contract to Optimism Sepolia and Fuji Testnet. The changes includes issues from #14 and #8 :

  1. Added RPC Endpoints:
  • Added RPC endpoints for optimism-sepolia and fuji in foundry.toml.
  • Updated .env.example with placeholders for the new RPC URLs.
  1. Created Deployment Files:
  • Added deployments/optimism-sepolia.json and deployments/fuji.json to track the CREATE3Factory contract addresses on these networks.
  1. Etherscan Verification (Optional):
  • Added Etherscan configuration for optimism-sepolia and fuji in foundry.toml to support contract verification.
  1. Updated Documentation:
  • Updated the README.md file to include Optimism Sepolia and Fuji Testnet under the Testnets section.

Changes

Added Files:

  • deployments/optimism-sepolia.json
  • deployments/fuji.json

Modified Files:

  • foundry.toml: Added RPC endpoints and Etherscan configuration for optimism-sepolia and fuji.
  • .env.example: Added placeholders for RPC_URL_OPTIMISM_SEPOLIA and RPC_URL_FUJI.
  • README.md: Updated the Deployments section to include the new testnets.

Checklist

  • Added RPC endpoints for optimism-sepolia and fuji in foundry.toml.
  • Updated .env.example with placeholders for the new RPC URLs.
  • Created deployment files for optimism-sepolia and fuji.
  • Updated README.md to include the new testnets.
  • Tested deployment and verification on both networks.

This PR is ready for review! Let me know if there are any additional changes or improvements needed. 🚀

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.

1 participant