From cd92eb0c6f555da79461a1b2a640c153b4b3bc38 Mon Sep 17 00:00:00 2001 From: Wyatt Barnes Date: Fri, 13 Dec 2024 13:25:05 -1000 Subject: [PATCH] Add coreDao and zkCandySepoliaTestnet --- package.json | 2 +- .../constants/src/lib/constants/constants.ts | 22 +++++++++++++++++++ 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index 5080c0abe..df39212c5 100644 --- a/package.json +++ b/package.json @@ -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.20", + "@lit-protocol/accs-schemas": "^0.0.21", "@lit-protocol/contracts": "^0.0.74", "@metamask/eth-sig-util": "5.0.2", "@mysten/sui.js": "^0.37.1", diff --git a/packages/constants/src/lib/constants/constants.ts b/packages/constants/src/lib/constants/constants.ts index f2240867a..4e6d27073 100644 --- a/packages/constants/src/lib/constants/constants.ts +++ b/packages/constants/src/lib/constants/constants.ts @@ -879,6 +879,28 @@ export const LIT_CHAINS: LITChain = { type: null, vmType: 'EVM', }, + coreDao: { + contractAddress: null, + chainId: 1116, + name: 'Core DAO', + symbol: 'CORE', + decimals: 18, + rpcUrls: ['https://rpc.coredao.org'], + blockExplorerUrls: ['https://scan.coredao.org/'], + type: null, + vmType: 'EVM', + }, + zkCandySepoliaTestnet: { + contractAddress: null, + chainId: 302, + name: 'ZKcandy Sepolia Testnet', + symbol: 'ETH', + decimals: 18, + rpcUrls: ['https://sepolia.rpc.zkcandy.io'], + blockExplorerUrls: ['https://sepolia.explorer.zkcandy.io'], + type: null, + vmType: 'EVM', + }, }; /**