Skip to content

Commit

Permalink
chore: update filecoin rpc endpoint (#337)
Browse files Browse the repository at this point in the history
  • Loading branch information
npty authored Nov 15, 2024
1 parent 0e16072 commit c28ba8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/TransactionRecoveryApi/constants/chain/mainnet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export const rpcMap: Partial<Record<EvmChain | string, string>> = {
[EvmChain.ARBITRUM]: "https://arb1.arbitrum.io/rpc",
[EvmChain.CELO]: "https://forno.celo.org",
[EvmChain.KAVA]: "https://evm.kava.io",
[EvmChain.FILECOIN]: "https://rpc.ankr.com/filecoin",
[EvmChain.FILECOIN]: "https://api.node.glif.io/rpc/v1",
[EvmChain.OPTIMISM]: "https://optimism-mainnet.public.blastapi.io",
[EvmChain.BASE]: "https://developer-access-mainnet.base.org",
[EvmChain.LINEA]: "https://rpc.linea.build",
Expand Down

0 comments on commit c28ba8f

Please sign in to comment.