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 048ffa3 commit e470b2aCopy full SHA for e470b2a
contracts/scripts/deploy_batcher_payment_service.sh
@@ -8,6 +8,8 @@ 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