-
Notifications
You must be signed in to change notification settings - Fork 0
Deployed to CarrChain Testnet #9
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
base: master
Are you sure you want to change the base?
Conversation
- Deployed non-deterministically to CarrChain Testnet (deterministic deployment not working) - Added deployment info to file (no block explorer atm so unclickable links) - Added deployment config to foundry.toml.
WalkthroughThis update introduces support for the Carr Chain testnet across environment configuration, deployment documentation, and deployment artifacts. A new environment variable and RPC endpoint are added for the Carr Chain testnet, and deployment documentation is updated to include contract addresses for this network. Multiple JSON files are added to record detailed transaction broadcasts and receipts for the deployment and setup of modular wallet contracts on the Carr Chain testnet. Additionally, the deployment script is refactored to update an import path and streamline formatting, without altering its logic or exported entities. Changes
Sequence Diagram(s)sequenceDiagram
participant Deployer
participant CarrChainTestnet
participant ModularEtherspotWallet
participant ModularEtherspotWalletFactory
participant Bootstrap
participant MultipleOwnerECDSAValidator
Deployer->>CarrChainTestnet: Deploy ModularEtherspotWallet
Deployer->>CarrChainTestnet: Deploy ModularEtherspotWalletFactory (with wallet address, deployer)
Deployer->>CarrChainTestnet: Deploy Bootstrap
Deployer->>CarrChainTestnet: Deploy MultipleOwnerECDSAValidator
Deployer->>ModularEtherspotWalletFactory: addStake(address, duration, value)
Poem
Tip ⚡💬 Agentic Chat (Pro Plan, General Availability)
📜 Recent review detailsConfiguration used: CodeRabbit UI 📒 Files selected for processing (10)
🧰 Additional context used🪛 markdownlint-cli2 (0.17.2)DEPLOYMENTS.md119-119: No empty links (MD042, no-empty-links) 119-119: No empty links (MD042, no-empty-links) 120-120: No empty links (MD042, no-empty-links) 120-120: No empty links (MD042, no-empty-links) 121-121: No empty links (MD042, no-empty-links) 121-121: No empty links (MD042, no-empty-links) 122-122: No empty links (MD042, no-empty-links) 122-122: No empty links (MD042, no-empty-links) 🔇 Additional comments (11)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. 🪧 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 (
|
Description
Motivation and Context
How Has This Been Tested?
Screenshots (if appropriate)
Types of changes
Summary by CodeRabbit
carr_chain_testnet
testnet.