-
Notifications
You must be signed in to change notification settings - Fork 7
chore(contracts): testnet redeployments #419
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
WalkthroughThis update replaces the deployed contract addresses and associated deployment metadata for several contracts on Sepolia, Arbitrum Sepolia, and Chiado testnets. The changes are limited to updating the contract addresses, constructor arguments, transaction hashes, and related deployment details in the respective deployment JSON files and the README documentation. No changes are made to the contract source code, ABI, or public interfaces; the updates strictly reflect new deployments with updated parameters and metadata. Changes
Sequence Diagram(s)sequenceDiagram
participant Deployer
participant Blockchain
participant README
Deployer->>Blockchain: Deploy new contract instance (with updated parameters)
Blockchain-->>Deployer: Returns new contract address and transaction metadata
Deployer->>README: Update contract address documentation
Deployer->>Deployment JSON: Update deployment metadata with new address and details
Possibly related PRs
Suggested labels
Suggested reviewers
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (5)
🔇 Additional comments (5)
🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
❌ Deploy Preview for veascan failed. Why did it fail? →
|
|



PR-Codex overview
This PR updates the addresses for various contracts related to the Arbitrum and Gnosis networks in the documentation and deployment files.
Detailed summary
RouterArbToGnosisTestnetincontracts/README.md.VeaOutboxArbToEthTestnetincontracts/README.md.VeaInboxArbToEthTestnetincontracts/README.md.VeaInboxArbToGnosisTestnetincontracts/README.md.contracts/deployments/arbitrumSepolia/VeaInboxArbToGnosisTestnet.json.contracts/deployments/sepolia/RouterArbToGnosisTestnet.json.Summary by CodeRabbit
Documentation
Chores