File tree Expand file tree Collapse file tree 2 files changed +23
-1
lines changed
packages/constants/src/lib/constants Expand file tree Collapse file tree 2 files changed +23
-1
lines changed Original file line number Diff line number Diff line change 4040 "@cosmjs/proto-signing" : " 0.30.1" ,
4141 "@cosmjs/stargate" : " 0.30.1" ,
4242 "@dotenvx/dotenvx" : " ^1.6.4" ,
43- "@lit-protocol/accs-schemas" : " ^0.0.20 " ,
43+ "@lit-protocol/accs-schemas" : " ^0.0.21 " ,
4444 "@lit-protocol/contracts" : " ^0.0.74" ,
4545 "@metamask/eth-sig-util" : " 5.0.2" ,
4646 "@mysten/sui.js" : " ^0.37.1" ,
Original file line number Diff line number Diff line change @@ -879,6 +879,28 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
879879 type : null ,
880880 vmType : 'EVM' ,
881881 } ,
882+ coreDao : {
883+ contractAddress : null ,
884+ chainId : 1116 ,
885+ name : 'Core DAO' ,
886+ symbol : 'CORE' ,
887+ decimals : 18 ,
888+ rpcUrls : [ 'https://rpc.coredao.org' ] ,
889+ blockExplorerUrls : [ 'https://scan.coredao.org/' ] ,
890+ type : null ,
891+ vmType : 'EVM' ,
892+ } ,
893+ zkCandySepoliaTestnet : {
894+ contractAddress : null ,
895+ chainId : 302 ,
896+ name : 'ZKcandy Sepolia Testnet' ,
897+ symbol : 'ETH' ,
898+ decimals : 18 ,
899+ rpcUrls : [ 'https://sepolia.rpc.zkcandy.io' ] ,
900+ blockExplorerUrls : [ 'https://sepolia.explorer.zkcandy.io' ] ,
901+ type : null ,
902+ vmType : 'EVM' ,
903+ } ,
882904} ;
883905
884906/**
You can’t perform that action at this time.
0 commit comments