@@ -72,24 +72,24 @@ export const createTokenBridgeOnTargetChain = async () => {
7272      envVars . rollupOwner 
7373    ) 
7474
75-   const  l2Network  =  { 
75+   const  l2Network :  ArbitrumNetwork  =  { 
7676    ...corel2Network , 
7777    tokenBridge : { 
78-       l1CustomGateway : l1Deployment . customGateway , 
79-       l1ERC20Gateway : l1Deployment . standardGateway , 
80-       l1GatewayRouter : l1Deployment . router , 
81-       l1MultiCall : l1MultiCall , 
82-       l1ProxyAdmin : l1ProxyAdmin , 
83-       l1Weth : l1Deployment . weth , 
84-       l1WethGateway : l1Deployment . wethGateway , 
85- 
86-       l2CustomGateway : l2Deployment . customGateway , 
87-       l2ERC20Gateway : l2Deployment . standardGateway , 
88-       l2GatewayRouter : l2Deployment . router , 
89-       l2Multicall : l2Deployment . multicall , 
90-       l2ProxyAdmin : l2Deployment . proxyAdmin , 
91-       l2Weth : l2Deployment . weth , 
92-       l2WethGateway : l2Deployment . wethGateway , 
78+       parentCustomGateway : l1Deployment . customGateway , 
79+       parentErc20Gateway : l1Deployment . standardGateway , 
80+       parentGatewayRouter : l1Deployment . router , 
81+       parentMultiCall : l1MultiCall , 
82+       parentProxyAdmin : l1ProxyAdmin , 
83+       parentWeth : l1Deployment . weth , 
84+       parentWethGateway : l1Deployment . wethGateway , 
85+ 
86+       childCustomGateway : l2Deployment . customGateway , 
87+       childErc20Gateway : l2Deployment . standardGateway , 
88+       childGatewayRouter : l2Deployment . router , 
89+       childMultiCall : l2Deployment . multicall , 
90+       childProxyAdmin : l2Deployment . proxyAdmin , 
91+       childWeth : l2Deployment . weth , 
92+       childWethGateway : l2Deployment . wethGateway , 
9393    } , 
9494  } 
9595
0 commit comments