Skip to content

Commit

Permalink
refactor: change mainnet rpc because infura blocks connections not fr…
Browse files Browse the repository at this point in the history
…om uni (#3)

#3
  • Loading branch information
aahna-ashina committed Dec 26, 2023
1 parent 6cc6b28 commit c376cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export const FALLBACK_URLS = {
*/
export const RPC_URLS = {
[ChainId.MAINNET]: [

Check failure on line 129 in src/constants/networks.ts

View workflow job for this annotation

GitHub Actions / lint

Replace `⏎····`https://rpc.mevblocker.io/fast`,⏎····QUICKNODE_MAINNET_RPC_URL,⏎····...FALLBACK_URLS[ChainId.MAINNET],⏎··` with ``https://rpc.mevblocker.io/fast`,·QUICKNODE_MAINNET_RPC_URL,·...FALLBACK_URLS[ChainId.MAINNET]`
`https://mainnet.infura.io/v3/${INFURA_KEY}`,
`https://rpc.mevblocker.io/fast`,
QUICKNODE_MAINNET_RPC_URL,
...FALLBACK_URLS[ChainId.MAINNET],
],
Expand Down

0 comments on commit c376cd6

Please # to comment.