File tree Expand file tree Collapse file tree 3 files changed +4
-6
lines changed
Expand file tree Collapse file tree 3 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -4,11 +4,11 @@ DEPLOYMENT_PRIVATE_KEY="0x000000000000000000000000000000000000000000000000000000
44REFUND_ADDRESS = " "
55
66# Used by Foundry
7- RPC_URL = " https://holesky .drpc.org"
8- CHAIN_ID = " 1234 "
7+ RPC_URL = " https://sepolia .drpc.org"
8+ CHAIN_ID = " 11155111 "
99
1010# Used for log file names
11- NETWORK_NAME = " holesky "
11+ NETWORK_NAME = " sepolia "
1212
1313# SOURCE VERIFICATION
1414# ---------------------------------------------------
Original file line number Diff line number Diff line change @@ -19,6 +19,3 @@ optimizer = true
1919optimizer-runs = 200
2020solc = " 0.8.28"
2121via_ir = true
22-
23- [profile .default .zksync ]
24- evm_version = " prague"
Original file line number Diff line number Diff line change @@ -230,6 +230,7 @@ jq -r "$jq_query" "$RUN_LATEST_JSON_PATH" | while IFS='|' read -r contract_addre
230230 " $contract_verification_path " \
231231 " $constructor_args_hex " \
232232 " $libraries_cli_string "
233+ sleep 5
233234done
234235
235236echo " "
You can’t perform that action at this time.
0 commit comments