-
Notifications
You must be signed in to change notification settings - Fork 299
Open
Description
Description:
I shared an article in the Create an op stack Rollup testnet with op-deployer titled Create an op stack Rollup testnet with op-deployer. My goal was to provide an example for other users to reference.
While deploying L1 contracts using op-deployer/v0.0.13, I encountered the following issue:
_gameTypeis set to1, whereas inop-mainnetandop-sepolia, this value should be0.- I exported the L2 configuration using the command:
The output shows
./op-deployer inspect deploy-config --workdir .deployer "$L2_CHAIN_ID" > l2-chain-config.json
"respectedGameType": 0, despite no modifications to the configuration. Further investigation is needed.
Since the related documentation is still being updated, users face significant challenges when creating an OP Stack Rollup testnet. I hope to see documentation updates soon and would appreciate any feedback or assistance regarding this issue in my shared article.
Metadata
Metadata
Assignees
Labels
No labels