Skip to content

Commit

Permalink
Merge pull request #445 from LIT-Protocol/addNewChain
Browse files Browse the repository at this point in the history
add(chain): add 'lit' to supported chains in constant.ts file
  • Loading branch information
Bean authored Apr 29, 2024
2 parents 58c6bbf + 6b37645 commit fa880fb
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,17 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
type: null,
vmType: 'EVM',
},
lit: {
contractAddress: null,
chainId: 175177,
name: 'Chronicle - Lit Protocol Testnet',
symbol: 'testLPX',
decimals: 18,
rpcUrls: ['https://chain-rpc.litprotocol.com/http'],
blockExplorerUrls: ['https://chain.litprotocol.com/'],
type: null,
vmType: 'EVM',
},
chiado: {
contractAddress: null,
chainId: 10200,
Expand Down

0 comments on commit fa880fb

Please sign in to comment.