diff --git a/package.json b/package.json index 1217db5..4796734 100644 --- a/package.json +++ b/package.json @@ -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" } } diff --git a/scripts/foundry/contract-upgrades/eigenda-2.1.0/.env.sample b/scripts/foundry/contract-upgrades/eigenda-2.1.0/.env.sample index 6417a66..28f874d 100644 --- a/scripts/foundry/contract-upgrades/eigenda-2.1.0/.env.sample +++ b/scripts/foundry/contract-upgrades/eigenda-2.1.0/.env.sample @@ -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 \ No newline at end of file diff --git a/scripts/foundry/contract-upgrades/eigenda-2.1.0/DeployNitroContractsEigenDA2Point1Point0UpgradeAction.s.sol b/scripts/foundry/contract-upgrades/eigenda-2.1.0/DeployNitroContractsEigenDA2Point1Point0UpgradeAction.s.sol index d198b57..e10589a 100644 --- a/scripts/foundry/contract-upgrades/eigenda-2.1.0/DeployNitroContractsEigenDA2Point1Point0UpgradeAction.s.sol +++ b/scripts/foundry/contract-upgrades/eigenda-2.1.0/DeployNitroContractsEigenDA2Point1Point0UpgradeAction.s.sol @@ -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; diff --git a/yarn.lock b/yarn.lock index 2500b9f..e797529 100644 --- a/yarn.lock +++ b/yarn.lock @@ -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"