Skip to content

Commit 8aba095

Browse files
committed
chore: use tenderly mainnet as backup url
1 parent 21eaef2 commit 8aba095

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

sdk/scripts/start-anvil.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
# Source .env but don't fail if variables aren't set
44
source .env 2>/dev/null || true
55

6-
# Default RPC URL if not provided in environment
7-
FORK_URL=${TENDERLY_RPC_URL:-"https://mainnet.infura.io/v3/9aa3d95b3bc440fa88ea12eaa4456161"}
6+
FORK_URL=${TENDERLY_RPC_URL:-"https://virtual.mainnet.rpc.tenderly.co/4a300182-608c-491f-8dd0-3e7fe8d2ec52"}
87

98
echo "Starting anvil with fork-url: ${FORK_URL}"
109
anvil --fork-url "$FORK_URL"

0 commit comments

Comments
 (0)