Skip to content

Commit e3fd42e

Browse files
authored
docs: fix typos (#1074)
1 parent b64f88a commit e3fd42e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ env CONTRACT_NAME=L2ERC1155Gateway npx hardhat run --network $layer2 scripts/dep
3333
env CONTRACT_NAME=L2ETHGateway npx hardhat run --network $layer2 scripts/deploy_proxy_contract.ts
3434
env CONTRACT_NAME=L2WETHGateway npx hardhat run --network $layer2 scripts/deploy_proxy_contract.ts
3535

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
3737
npx hardhat --network $layer1 run scripts/initialize_l1_erc20_gateway.ts
3838
npx hardhat --network $layer1 run scripts/initialize_l1_gateway_router.ts
3939
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
4242
npx hardhat --network $layer1 run scripts/initialize_l1_erc1155_gateway.ts
4343
npx hardhat --network $layer1 run scripts/initialize_l1_erc721_gateway.ts
4444

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
4646
npx hardhat --network $layer2 run scripts/initialize_l2_erc20_gateway.ts
4747
npx hardhat --network $layer2 run scripts/initialize_l2_gateway_router.ts
4848
npx hardhat --network $layer2 run scripts/initialize_l2_custom_erc20_gateway.ts

0 commit comments

Comments
 (0)