Skip to content

Commit cb9c232

Browse files
committed
Merge branch 'wyatt/rpc/scroll-sepolia' into wyatt/bump-accs-schemas
2 parents 4d4fc93 + 32244c6 commit cb9c232

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

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

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -394,14 +394,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
394394
type: null,
395395
vmType: 'EVM',
396396
},
397-
scrollAlphaTestnet: {
397+
scrollSepolia: {
398398
contractAddress: null,
399-
chainId: 534353,
400-
name: 'Scroll Alpha Testnet',
399+
chainId: 534351,
400+
name: 'Scroll Sepolia Testnet',
401401
symbol: 'ETH',
402402
decimals: 18,
403-
rpcUrls: ['https://alpha-rpc.scroll.io/l2'],
404-
blockExplorerUrls: ['https://blockscout.scroll.io/'],
403+
rpcUrls: ['https://sepolia-rpc.scroll.io'],
404+
blockExplorerUrls: ['https://sepolia.scrollscan.com'],
405405
type: null,
406406
vmType: 'EVM',
407407
},

0 commit comments

Comments
 (0)