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.
2 parents f9c41a3 + 1b17bc3 commit b7d3945Copy full SHA for b7d3945
packages/constants/src/lib/constants/constants.ts
@@ -394,14 +394,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
394
type: null,
395
vmType: 'EVM',
396
},
397
- scrollAlphaTestnet: {
+ scrollSepolia: {
398
contractAddress: null,
399
- chainId: 534353,
400
- name: 'Scroll Alpha Testnet',
+ chainId: 534351,
+ name: 'Scroll Sepolia Testnet',
401
symbol: 'ETH',
402
decimals: 18,
403
- rpcUrls: ['https://alpha-rpc.scroll.io/l2'],
404
- blockExplorerUrls: ['https://blockscout.scroll.io/'],
+ rpcUrls: ['https://sepolia-rpc.scroll.io'],
+ blockExplorerUrls: ['https://sepolia.scrollscan.com'],
405
406
407
0 commit comments