We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8c2f87 commit a91d7fdCopy full SHA for a91d7fd
scripts/deployment/deployTokenBridgeCreator.ts
@@ -45,8 +45,7 @@ export const deployTokenBridgeCreator = async () => {
45
throw new Error('Missing BASECHAIN_WETH in env vars')
46
}
47
if (
48
- !envVars.rollupAddress &&
49
- !envVars.childChainRpc &&
+ !(envVars.rollupAddress && envVars.childChainRpc) &&
50
!envVars.gasLimitForL2FactoryDeployment
51
) {
52
throw new Error(
0 commit comments