Skip to content

Commit

Permalink
minor script adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
nvitorovic committed Apr 29, 2024
1 parent 45f859d commit 41a1eca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion virtual-testnets/src/contracts-staging/create-testnet.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,4 @@ RESPONSE=$(curl -s -X POST "$API_URL" -H "$CONTENT_TYPE" -H "$ACCESS_KEY" -d "$R
# Extract and print the private RPC URI
PRIVATE_RPC_URI=$(echo $RESPONSE | jq -r '.container.connectivityConfig.endpoints[] | select(.private==true) | .uri')

echo $PRIVATE_RPC_URI
echo $PRIVATE_RPC_URI
3 changes: 3 additions & 0 deletions virtual-testnets/src/contracts-staging/deploy-command.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

cd $FOUNDRY_REPO || exit
echo $ADMIN_ADDRESS

VERIFICATION_URL=$VIRTUAL_NETWORK_RPC_URL/verify/etherscan

## TODO: Your deployment command here:
FOUNDRY_PROFILE=optimized \
forge script script/DeployCore.s.sol \
Expand Down

0 comments on commit 41a1eca

Please sign in to comment.