Skip to content

Commit b24d14f

Browse files
authored
Merge pull request #1047 from LIT-Protocol/fix/deprecate-alchemy
chore: update deprecated rpc url
2 parents 750742c + 5770aad commit b24d14f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
5454
decimals: 18,
5555
type: 'ERC1155',
5656
rpcUrls: [
57-
'https://eth-mainnet.alchemyapi.io/v2/EuGnkVlzVoEkzdg0lpCarhm8YHOxWVxE',
57+
'https://eth-mainnet.g.alchemy.com/v2/_J7v1gEI40Tiulq7rFh913Xjy2-C4L8T',
5858
],
5959
blockExplorerUrls: ['https://etherscan.io'],
6060
vmType: 'EVM',

0 commit comments

Comments
 (0)