Skip to content

Commit b59244e

Browse files
Merge pull request #2 from QuarkChain/upgrade_prestate_for_beta
upgrade absolute prestate for beta
2 parents dd1b961 + 482061c commit b59244e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

L2/beta_testnet_fdg_upgrade.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
op-program/chainconfig/configs/3335-genesis-l2.json
2020
op-program/chainconfig/configs/3335-rollup.json
2121
```
22-
3. Run `make reproducible-prestate` to get correct absolute prestate:`0x03972e7f423d6ad3a7cdc9537ac452f1e3ebe3bd2e4c6bb5c5ca3edeec5c2908`
22+
3. Run `make reproducible-prestate` to get correct absolute prestate:`0x03725e4fea19be29e31f014c94c85a12be70ad1f17b4f939094a7e9d56ef7bdf`
2323
4. Attributes from the permissioned FDG can be queried like below:
2424
```bash
2525
# cast call $DISPUTE_GAME_FACTORY_PROXY_ADDRESS 'gameImpls(uint32)(address)' 1 -r $L1_RPC_URL
@@ -40,7 +40,7 @@ op-program/chainconfig/configs/3335-rollup.json
4040
op-deployer/bin/op-deployer bootstrap disputegame --l1-rpc-url $L1_RPC_URL --private-key $GS_ADMIN_PRIVATE_KEY \
4141
--artifacts-locator "file:///root/xu/beta_testnet/optimism/packages/contracts-bedrock/forge-artifacts/" \
4242
--vm 0xd2cd9d02fd5f58a42e2496f82254f0a1ccc3fa29 --game-kind FaultDisputeGame --game-type 0 \
43-
--absolute-prestate 0x03972e7f423d6ad3a7cdc9537ac452f1e3ebe3bd2e4c6bb5c5ca3edeec5c2908 \
43+
--absolute-prestate 0x03725e4fea19be29e31f014c94c85a12be70ad1f17b4f939094a7e9d56ef7bdf \
4444
--max-game-depth 73 --split-depth 30 --clock-extension 10800 --max-clock-duration 302400 \
4545
--delayed-weth-proxy $DELAYED_WETHPERMISSIONED_GAME_PROXY_ADDRESS \
4646
--anchor-state-registry-proxy $ANCHOR_STATE_REGISTRY_PROXY_ADDRESS --l2-chain-id 3335

0 commit comments

Comments
 (0)