test: Swarm testnet on Base - deployment#305
Closed
0xCardiE wants to merge 12 commits into
Closed
Conversation
Add one-shot redeploy script for PriceOracle and Redistribution on Base, rewiring PostageStamp and StakeRegistry roles. Update deployment artifacts and base_deployed.json with migrated contract addresses.
Update echidna harness constructors for configurable round length and minimum validity blocks so CI compile passes after merging master.
Contributor
Author
|
This has been done. And the game has been played normally There were not much changes needed other then adjusting the round length to match Base. We did find out some indirect problem regarding Price oracle, that was solved here. |
Document mainnet addresses, Bee node integration, and DevOps lessons from the Base POC in one reference.
Remove the open-items section now that the doc is finalized.
Contributor
Author
|
Report for BASE deployment with know how is here. With this we are closing down this task. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Base L2 Network Deployment
Summary
This PR adds full support for deploying Swarm storage incentives contracts to Base L2 network and includes necessary contract changes to accommodate different block times across chains.
Base Network Configuration
84532380 blocks43200 blocksDeployed Contracts (Base Mainnet)
0x239Db952bde69A15962436C6CD86FDd3b45342e40x491075e789DBdbb7d08D95946E665eFB2751eE1E0x8613A18717E30be14852846eC6D45F50103394510x53e13c0656954EF72C028D6D3e352276e61C51150xacDcb3Cd8DeaDd798856AF1C8a1b6c27290f75e5Files for Integration
base_deployed.json- Full deployment info with ABIs and addresses (use this for Bee node integration)deployments/base/- Individual contract deployment artifactshelper-hardhat-config.ts- Network configuration referenceFor Bee Node Developers
When integrating with Base:
swarmNetworkId: 2to identify Base networkbase_deployed.jsonsig: amended for title for clarity, this is just a testnet and should not be used in any production applications⚠️