Skip to content

Commit b38a015

Browse files
authored
Merge pull request #20 from aragon/f/minor-update-2
Minor update
2 parents a103581 + 2f61583 commit b38a015

File tree

3 files changed

+4
-6
lines changed

3 files changed

+4
-6
lines changed

.env.example

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ DEPLOYMENT_PRIVATE_KEY="0x000000000000000000000000000000000000000000000000000000
44
REFUND_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
# ---------------------------------------------------

foundry.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,3 @@ optimizer = true
1919
optimizer-runs = 200
2020
solc = "0.8.28"
2121
via_ir = true
22-
23-
[profile.default.zksync]
24-
evm_version = "prague"

script/verify-contracts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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
233234
done
234235

235236
echo ""

0 commit comments

Comments
 (0)