Skip to content

Commit

Permalink
Update the fallback anvil fork URL to use Cloudflare like viem does
Browse files Browse the repository at this point in the history
  • Loading branch information
niran committed Dec 16, 2023
1 parent 28850ff commit 9e27ef7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/_test/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ export let forkUrl: string
if (process.env.VITE_ANVIL_FORK_URL) {
forkUrl = process.env.VITE_ANVIL_FORK_URL
} else {
forkUrl = 'https://ethereum.publicnode.com'
forkUrl = 'https://cloudflare-eth.com'
warn(`\`VITE_ANVIL_FORK_URL\` not found. Falling back to \`${forkUrl}\`.`)
}

Expand Down

0 comments on commit 9e27ef7

Please sign in to comment.