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 d50588c commit e046bcbCopy full SHA for e046bcb
Makefile
@@ -53,7 +53,7 @@ send-tokens-to-arbitrum-sepolia:
53
.PHONY: send-tokens-arbitrum-sepolia
54
send-tokens-to-sepolia:
55
@echo "Sending tokens cross-chain... from Arbitrum SEPOLIA to SEPOLIA"
56
- @source .env && forge script script/SendArbitrumToEthereum.s.sol:SendArbitrumToEthereum \
+ forge script script/SendArbitrumToEthereum.s.sol:SendArbitrumToEthereum \
57
--rpc-url $(ARBITRUM_SEPOLIA_RPC_URL) \
58
--account $(ACCOUNT) \
59
--broadcast \
0 commit comments