Skip to content

Commit

Permalink
Merge branch 'develop' into staging
Browse files Browse the repository at this point in the history
  • Loading branch information
0xthrpw committed Aug 20, 2024
2 parents fd3f99f + 5fd02a4 commit d410132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/clients/viem/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const evmClients = {
transport: fallback(
[
// http(`https://rpc.ankr.com/eth/${env.ANKR_ID}`),
// http(`https://ethereum.ethfollow.xyz/v1/mainnet`),
// http(`https://ethereum.ethfollow.xyz/v1/mainnet`),
http(`https://eth-mainnet.g.alchemy.com/v2/${env.MAINNET_ALCHEMY_ID}`),
http(`https://${env.QUIKNODE_PREFIX}.quiknode.pro/${env.QUIKNODE_ID}`),
http(`https://mainnet.infura.io/v3/${env.INFURA_ID}`),
Expand Down

0 comments on commit d410132

Please sign in to comment.