tokamak-network / ton-staking-v2

8 stars 3 forks source link

Make the MockSystemConfigFactory for internal test #42

Closed Zena-park closed 3 weeks ago

Zena-park commented 3 weeks ago

You can make the MockSystemConfig using the MockSystemConfigFactory.

function createMockSystemConfig(string calldata _name)
        external
        returns (
            address mockSystemConfig,
            address l1StandardBridge,
            address optimismPortal
            )