Skip to content

Commit

Permalink
chore: Bump wasm module root to use EigenDA x Consensus v32 release a…
Browse files Browse the repository at this point in the history
…rtifact and use latest layr-labs/nitro-contracts npm release
  • Loading branch information
epociask committed Dec 18, 2024
1 parent d3a071e commit 5e5a6f4
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,6 @@
},
"dependencies": {
"@eigenda/eigenda-utils": "^2.0.0",
"@eigenda/nitro-contracts": "2.1.0-prod"
"@eigenda/nitro-contracts": "2.1.0-production"
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ UPGRADE_ACTION_ADDRESS=
INBOX_ADDRESS=0x229AA64b2C1cF171E45E2419D0756a9BAd1717c8
PROXY_ADMIN_ADDRESS=0xC1da2a856e08a05B15CB42C3e4d9DcCBe022C256
PARENT_UPGRADE_EXECUTOR_ADDRESS=0x6E6485413811F40DC9b5689CCB559FD1789e93D2
TARGET_WASM_MODULE_ROOT=0xf91c7c13d65ff0cc2970fdbe2e086acf2bff1828fd70095d5dc6d224730c42de
TARGET_WASM_MODULE_ROOT=0x951009942c00b5bd0abec233174fe33fadf7cd5013d17b042f9b28b3b00b469c
PREVIOUS_OSP_ENTRY_ADDRESS=
PARENT_CHAIN_IS_ARBITRUM=true
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ import {console} from "forge-std/console.sol";
* @notice This script deploys OSPs, ChallengeManager and Rollup templates, and the upgrade action.
*/
contract DeployNitroContractsEigenDA2Point1Point0UpgradeActionScript is DeploymentHelpersScript {
// ArbOS x EigenDA v32 {LINK OFFICIAL RELEASE HERE WHEN READY}
bytes32 public constant WASM_MODULE_ROOT = 0xfabd74983c0f747eeff0872f38d8cd982e750efb5148572c0f194b6a228ccd73;
// ArbOS x EigenDA v32 https://github.com/Layr-Labs/nitro/releases/tag/consensus-eigenda-v32
bytes32 public constant WASM_MODULE_ROOT = 0x951009942c00b5bd0abec233174fe33fadf7cd5013d17b042f9b28b3b00b469c;
// ArbOS v32 https://github.com/OffchainLabs/nitro/releases/tag/consensus-v32
bytes32 public constant COND_WASM_MODULE_ROOT = 0x184884e1eb9fefdc158f6c8ac912bb183bf3cf83f0090317e0bc4ac5860baa39;

Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -125,10 +125,10 @@
patch-package "^6.4.7"
solady "0.0.182"

"@eigenda/nitro-contracts@2.1.0-rc":
version "2.1.0-rc"
resolved "https://registry.yarnpkg.com/@eigenda/nitro-contracts/-/nitro-contracts-2.1.0-rc.tgz#1afc1a43cedfc7dbe004dc4b219c122f8fdd4404"
integrity sha512-A2GHI7wdU+CvUS/k4TgetQTF4Nuzx6FCSiysGIECaS0cYHw4odT1KtL74bIKRsPMpHf2oXWUi2IOmWgcQg1Pdg==
"@eigenda/nitro-contracts@2.1.0-production":
version "2.1.0-production"
resolved "https://registry.yarnpkg.com/@eigenda/nitro-contracts/-/nitro-contracts-2.1.0-production.tgz#581d3ab036cfeb9e4d11ff8d7b73499992c00df5"
integrity sha512-Bsfx+Mz11qoFinqgbEGbo+iBCajw417iwX0mC5PXQMqTFbbXwe5CggvNo8/PMF96R8F9z/3XZiEv85ICkIlqNg==
dependencies:
"@offchainlabs/upgrade-executor" "1.1.0-beta.0"
"@openzeppelin-upgrades/contracts" "npm:@openzeppelin/contracts-upgradeable@4.7"
Expand Down

0 comments on commit 5e5a6f4

Please sign in to comment.