Skip to content

Commit cd92eb0

Browse files
committed
Add coreDao and zkCandySepoliaTestnet
1 parent 806264a commit cd92eb0

File tree

2 files changed

+23
-1
lines changed

2 files changed

+23
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
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",

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

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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
/**

0 commit comments

Comments
 (0)