Skip to content

Commit b7d3945

Browse files
authored
Merge pull request #718 from LIT-Protocol/wyatt/bump-accs-schemas
bump `@lit-protocol/accs-schemas` and run yarn
2 parents f9c41a3 + 1b17bc3 commit b7d3945

File tree

2 files changed

+1617
-2132
lines changed

2 files changed

+1617
-2132
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)