File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ env CONTRACT_NAME=L2ERC1155Gateway npx hardhat run --network $layer2 scripts/dep
33
33
env CONTRACT_NAME=L2ETHGateway npx hardhat run --network $layer2 scripts/deploy_proxy_contract.ts
34
34
env CONTRACT_NAME=L2WETHGateway npx hardhat run --network $layer2 scripts/deploy_proxy_contract.ts
35
35
36
- # initalize contracts in layer 1, should set proper bash env variables first
36
+ # initialize contracts in layer 1, should set proper bash env variables first
37
37
npx hardhat --network $layer1 run scripts/initialize_l1_erc20_gateway.ts
38
38
npx hardhat --network $layer1 run scripts/initialize_l1_gateway_router.ts
39
39
npx hardhat --network $layer1 run scripts/initialize_scroll_chain.ts
@@ -42,7 +42,7 @@ npx hardhat --network $layer1 run scripts/initialize_l1_custom_erc20_gateway.ts
42
42
npx hardhat --network $layer1 run scripts/initialize_l1_erc1155_gateway.ts
43
43
npx hardhat --network $layer1 run scripts/initialize_l1_erc721_gateway.ts
44
44
45
- # initalize contracts in layer 2, should set proper bash env variables first
45
+ # initialize contracts in layer 2, should set proper bash env variables first
46
46
npx hardhat --network $layer2 run scripts/initialize_l2_erc20_gateway.ts
47
47
npx hardhat --network $layer2 run scripts/initialize_l2_gateway_router.ts
48
48
npx hardhat --network $layer2 run scripts/initialize_l2_custom_erc20_gateway.ts
You can’t perform that action at this time.
0 commit comments