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 f5a2a56 commit 98d65e9Copy full SHA for 98d65e9
contracts/scripts/deploy_batcher_payment_service.sh
@@ -8,8 +8,6 @@ cd "$parent_path"
8
# At this point we are in contracts
9
cd ../
10
11
-source scripts/.env
12
-
13
# Deploy Batcher Payments Contract
14
forge_output=$(forge script script/deploy/BatcherPaymentServiceDeployer.s.sol \
15
$BATCHER_PAYMENT_SERVICE_CONFIG_PATH \
0 commit comments