Skip to content

Commit

Permalink
Change RPC endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mb1896 committed Feb 11, 2024
1 parent d39ff3c commit 0e3a8fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deploy_subnet_under_calibration_net/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ done
# Step 4.2: Deploy IPC contracts
cd ${IPC_FOLDER}/contracts
npm install
export RPC_URL=https://api.calibration.node.glif.io/rpc/v1
export RPC_URL=https://calibration.filfox.info/rpc/v1
export PRIVATE_KEY=$(cat ${IPC_CONFIG_FOLDER}/validator_0.sk)
deploy_contracts_output=$(make deploy-ipc NETWORK=calibrationnet)

Expand Down

0 comments on commit 0e3a8fb

Please sign in to comment.