-
Notifications
You must be signed in to change notification settings - Fork 153
Description
https://github.com/OffchainLabs/nitro-contracts/blob/main/scripts/deployment.ts
this is the script i used to deploy contracts
GitHub
nitro-contracts/scripts/deployment.ts at main · OffchainLabs/nitro-...
The core Arbitrum Nitro contracts deployed to the parent chain to host the rollup - OffchainLabs/nitro-contracts
nitro-contracts/scripts/deployment.ts at main · OffchainLabs/nitro-...
{
"rollupCreator": "0x04C092154dF436ECD09dD626285fcdfE6821e242",
"bridgeCreator": "0x8eE70DC606D2fb12fd64f3Ac6E5Ccb71a4388129",
"osp": "0x86D4DB54d3163F4537183ACad53d9F09Ac9e6B5C",
"challengeManager": "0x7789F7443783aeA719757Cd0AC4d343a7eC7812d",
"rollupAdmin": "0x4653eBDe8B461a1090C0af2BBBEdeF1fF847AfB1",
"rollupUser": "0x73668e4eFb7baAb1a7586767c1Df27a8DA17CB73",
"upgradeExecutor": "0x073C99Ef51f3534FBB675BB89D486c0e49ce4040",
"validatorWalletCreator": "0x55956B36B7c383e9b8a7e8cFC30D6c52BC33e2CA",
"deployHelper": "0xbA55a464379Bb434b58fCE0cC1C428Ca4d8d0b0b"
}
i get this data after deployment
but while calling create rollup function after contract deployment
through this file
https://github.com/OffchainLabs/nitro-contracts/blob/main/scripts/rollupCreation.ts
I am getting errors of setting these parameters
about genesisAssertionState from create rollup contract
I dont know how to setup these parameters by default