Skip to content

Commit

Permalink
add base rpc url
Browse files Browse the repository at this point in the history
  • Loading branch information
KABBOUCHI committed Aug 8, 2023
1 parent 78f37d9 commit 53a6403
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export const RPC_URLS: { [chainId: number]: string } = {
56: 'https://rpc.ankr.com/bsc',
1101 : 'https://rpc.ankr.com/polygon_zkevm',
1313161554: "https://mainnet.aurora.dev",
8453: "https://rpc.ankr.com/base",
}

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

0 comments on commit 53a6403

Please sign in to comment.