Skip to content

Commit

Permalink
Add coreDao and zkCandySepoliaTestnet
Browse files Browse the repository at this point in the history
  • Loading branch information
spacesailor24 committed Dec 13, 2024
1 parent 806264a commit cd92eb0
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
22 changes: 22 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -879,6 +879,28 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
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',
},
};

/**
Expand Down

0 comments on commit cd92eb0

Please sign in to comment.