Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/LIT-Protocol/js-sdk into …
Browse files Browse the repository at this point in the history
…staging/v7
  • Loading branch information
Ansonhkg committed Nov 19, 2024
2 parents fd2256d + ded2c3f commit d1c4879
Show file tree
Hide file tree
Showing 3 changed files with 379 additions and 334 deletions.
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"@cosmjs/proto-signing": "0.30.1",
"@cosmjs/stargate": "0.30.1",
"@dotenvx/dotenvx": "^1.6.4",
"@lit-protocol/accs-schemas": "^0.0.15",
"@lit-protocol/accs-schemas": "^0.0.19",
"@lit-protocol/contracts": "^0.0.63",
"@metamask/eth-sig-util": "5.0.2",
"@mysten/sui.js": "^0.37.1",
Expand Down Expand Up @@ -125,5 +125,6 @@
},
"workspaces": [
"packages/*"
]
],
"packageManager": "[email protected]"
}
21 changes: 16 additions & 5 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -380,14 +380,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 Expand Up @@ -792,6 +792,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
amoy: {
contractAddress: null,
chainId: 80002,
name: 'Amoy',
symbol: 'POL',
decimals: 18,
rpcUrls: ['https://rpc-amoy.polygon.technology'],
blockExplorerUrls: ['https://amoy.polygonscan.com'],
type: null,
vmType: 'EVM',
},
};

/**
Expand Down
Loading

0 comments on commit d1c4879

Please sign in to comment.