Skip to content

Commit

Permalink
Soldeer install vs update
Browse files Browse the repository at this point in the history
  • Loading branch information
neekolas committed Dec 18, 2024
1 parent f3b674d commit 5ee42b7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dev/contracts/deploy-ephemeral
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ source dev/contracts/.env
cd ./contracts

# Update depencencies
forge soldeer update
forge soldeer install

forge create --legacy --json --broadcast --rpc-url $DOCKER_RPC_URL --private-key $PRIVATE_KEY "$1:$2"
2 changes: 1 addition & 1 deletion dev/contracts/deploy-local
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ mkdir -p ./build
cd ./contracts

# Update depencencies
forge soldeer update
forge soldeer install

# Deploy a contract and save the output (which includes the contract address) to a JSON file to be used in tests
function deploy_contract() {
Expand Down
2 changes: 1 addition & 1 deletion dev/contracts/deploy-testnet
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ set -euo
cd ./contracts

# Update depencencies
forge soldeer update
forge soldeer install

# Deploy the contract to the chain with the specified RPC URL and attempt to verify the SC code
function deploy_contract() {
Expand Down

0 comments on commit 5ee42b7

Please sign in to comment.