We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 875f686 commit 2860de3Copy full SHA for 2860de3
packages/constants/src/lib/constants/constants.ts
@@ -120,7 +120,9 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
120
name: 'Arbitrum Sepolia',
121
symbol: 'ETH',
122
decimals: 18,
123
- rpcUrls: ['https://arbitrum-sepolia.blockpi.network/v1/rpc/public'],
+ rpcUrls: [
124
+ 'https://arb-sepolia.g.alchemy.com/v2/qMVvG2hTF1Gs8Sy-dLIZHn1V5M3hrfVv',
125
+ ],
126
blockExplorerUrls: ['https://sepolia.arbiscan.io/'],
127
type: null,
128
vmType: 'EVM',
0 commit comments