Skip to content

[DOCS] An example: Create an op stack Rollup testnet with op-deployer #1530

@opfocus

Description

@opfocus

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:

  • _gameType is set to 1, whereas in op-mainnet and op-sepolia, this value should be 0.
  • I exported the L2 configuration using the command:
    ./op-deployer inspect deploy-config --workdir .deployer "$L2_CHAIN_ID" > l2-chain-config.json
    The output shows "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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions