Skip to content

Commit

Permalink
- Fix Linea Sepolia which does not support linea_getProof
Browse files Browse the repository at this point in the history
  • Loading branch information
clowestab committed Nov 12, 2024
1 parent 8e35659 commit 10ec850
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/providers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,13 +161,13 @@ export const RPC_INFO = new Map<Chain, RPCInfo>(
chain: CHAINS.LINEA,
rpc: 'https://rpc.linea.build',
infura: 'linea-mainnet',
//alchemy: 'linea-mainnet', // 20240901: eth_getProof doesn't work
//alchemy: 'linea-mainnet', // 20240901: linea_getProof doesn't work
},
{
chain: CHAINS.LINEA_SEPOLIA,
rpc: 'https://rpc.sepolia.linea.build',
infura: 'linea-sepolia',
alchemy: 'linea-sepolia',
//alchemy: 'linea-sepolia', // 20240901: linea_getProof doesn't work
},
{
// https://docs.frax.com/fraxtal/network/network-information#fraxtal-mainnet
Expand Down

0 comments on commit 10ec850

Please sign in to comment.