File tree Expand file tree Collapse file tree 3 files changed +16
-5
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 3 files changed +16
-5
lines changed Original file line number Diff line number Diff line change 41
41
"@cosmjs/proto-signing" : " 0.30.1" ,
42
42
"@cosmjs/stargate" : " 0.30.1" ,
43
43
"@dotenvx/dotenvx" : " ^1.6.4" ,
44
- "@lit-protocol/accs-schemas" : " ^0.0.15 " ,
44
+ "@lit-protocol/accs-schemas" : " ^0.0.17 " ,
45
45
"@lit-protocol/contracts" : " ^0.0.63" ,
46
46
"@metamask/eth-sig-util" : " 5.0.2" ,
47
47
"@mysten/sui.js" : " ^0.37.1" ,
Original file line number Diff line number Diff line change @@ -814,6 +814,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
814
814
type : null ,
815
815
vmType : 'EVM' ,
816
816
} ,
817
+ amoy : {
818
+ contractAddress : null ,
819
+ chainId : 80002 ,
820
+ name : 'Amoy' ,
821
+ symbol : 'POL' ,
822
+ decimals : 18 ,
823
+ rpcUrls : [ 'https://rpc-amoy.polygon.technology' ] ,
824
+ blockExplorerUrls : [ 'https://amoy.polygonscan.com' ] ,
825
+ type : null ,
826
+ vmType : 'EVM' ,
827
+ } ,
817
828
} ;
818
829
819
830
/**
Original file line number Diff line number Diff line change 3475
3475
resolved "https://registry.yarnpkg.com/@lit-labs/ssr-dom-shim/-/ssr-dom-shim-1.2.0.tgz#353ce4a76c83fadec272ea5674ede767650762fd"
3476
3476
integrity sha512-yWJKmpGE6lUURKAaIltoPIE/wrbY3TEkqQt+X0m+7fQNnAv0keydnYvbiJFP1PnMhizmIWRWOG5KLhYyc/xl+g==
3477
3477
3478
- "@lit-protocol/accs-schemas@^0.0.15 ":
3479
- version "0.0.15 "
3480
- resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.15 .tgz#00e31c6959834da6387049cf52bce29c84f0f9da "
3481
- integrity sha512-GYF8BolqrU2H/uXr3D39TUbgFN/3u2d68oHHNfwg926iEsCEHwGmUOPvi4EMprV5lJR3EVn9IQODY/4eokJ6Rg ==
3478
+ "@lit-protocol/accs-schemas@^0.0.17 ":
3479
+ version "0.0.17 "
3480
+ resolved "https://registry.yarnpkg.com/@lit-protocol/accs-schemas/-/accs-schemas-0.0.17 .tgz#d7fcd6c7c533fb415a87b14dfaeb5bfa611fdd79 "
3481
+ integrity sha512-Vh0+U0O70S66w/d6/BUX8LvZ350MKzr/UYghk3EP8Ekcp+qt/V3CL7qSTtqkLxA9KjD5eAcHCneySbDxRalXVQ ==
3482
3482
dependencies:
3483
3483
ajv "^8.12.0"
3484
3484
You can’t perform that action at this time.
0 commit comments