Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: bring deploy over #1

Open
wants to merge 3 commits into
base: chris/pro-44-create-metalayersolver-contract-to-replace-the-hyperlane
Choose a base branch
from

Conversation

jake-nyquist
Copy link
Member

No description provided.

Comment on lines 64 to 75
export const curtisTestnetChainConfiguration: DeployNetworkConfig = {
chainId: networks.curtisTestnet.chainId, // chainId
chainConfiguration: {
provingMechanism: networks.curtisTestnet.proving.mechanism, // provingMechanism
settlementChainId: networks.curtisTestnet.proving.settlementChain.id, // settlementChainId
settlementContract: networks.curtisTestnet.proving.settlementChain.contract, // settlementContract e.g DisputGameFactory or L2OutputOracle.
blockhashOracle: networks.curtisTestnet.proving.l1BlockAddress, // blockhashOracle
outputRootVersionNumber:
networks.curtisTestnet.proving.outputRootVersionNumber, // outputRootVersionNumber
finalityDelaySeconds: 0,
},
}

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This networks variable is for Mainnet and curtisTestnet is defined in the testnet config file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants