Skip to content

Commit

Permalink
Update providers.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Sep 5, 2023
1 parent 606d1e6 commit 5daf0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const RPC_URLS: { [chainId: number]: string } = {
56: 'https://bsc-dataseed.binance.org',
1101 : 'https://zkevm-rpc.com',
1313161554: "https://mainnet.aurora.dev",
8453: "https://developer-access-mainnet.base.org",
8453: "https://mainnet.base.org",
}

const rpcInstances: Record<string, StaticJsonRpcProvider> = {}
Expand Down

0 comments on commit 5daf0e4

Please sign in to comment.