Skip to content

Commit

Permalink
Merge pull request #718 from LIT-Protocol/wyatt/bump-accs-schemas
Browse files Browse the repository at this point in the history
bump `@lit-protocol/accs-schemas` and run yarn
  • Loading branch information
Ansonhkg authored Nov 16, 2024
2 parents f9c41a3 + 1b17bc3 commit b7d3945
Show file tree
Hide file tree
Showing 2 changed files with 1,617 additions and 2,132 deletions.
10 changes: 5 additions & 5 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -394,14 +394,14 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
scrollAlphaTestnet: {
scrollSepolia: {
contractAddress: null,
chainId: 534353,
name: 'Scroll Alpha Testnet',
chainId: 534351,
name: 'Scroll Sepolia Testnet',
symbol: 'ETH',
decimals: 18,
rpcUrls: ['https://alpha-rpc.scroll.io/l2'],
blockExplorerUrls: ['https://blockscout.scroll.io/'],
rpcUrls: ['https://sepolia-rpc.scroll.io'],
blockExplorerUrls: ['https://sepolia.scrollscan.com'],
type: null,
vmType: 'EVM',
},
Expand Down
Loading

0 comments on commit b7d3945

Please sign in to comment.