Skip to content

Commit 2860de3

Browse files
committed
Update arbitrumSepolia RPC URL
1 parent 875f686 commit 2860de3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

packages/constants/src/lib/constants/constants.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,9 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
120120
name: 'Arbitrum Sepolia',
121121
symbol: 'ETH',
122122
decimals: 18,
123-
rpcUrls: ['https://arbitrum-sepolia.blockpi.network/v1/rpc/public'],
123+
rpcUrls: [
124+
'https://arb-sepolia.g.alchemy.com/v2/qMVvG2hTF1Gs8Sy-dLIZHn1V5M3hrfVv',
125+
],
124126
blockExplorerUrls: ['https://sepolia.arbiscan.io/'],
125127
type: null,
126128
vmType: 'EVM',

0 commit comments

Comments
 (0)