Skip to content

Commit

Permalink
Merge pull request base-org#175 from niran/update-anvil-fork-url
Browse files Browse the repository at this point in the history
Update the fallback anvil fork URL to use Cloudflare like viem does
  • Loading branch information
zencephalon authored Jan 3, 2024
2 parents 62fd244 + 9e27ef7 commit 882f106
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 882f106

Please sign in to comment.