Skip to content

Commit

Permalink
change lit token name (#271)
Browse files Browse the repository at this point in the history
  • Loading branch information
glitch003 authored Nov 29, 2023
1 parent 02976b7 commit e0ca4d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/constants/src/lib/constants/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export const LIT_CHAINS: LITChain<LITEVMChain> = {
contractAddress: null,
chainId: 175177,
name: 'Chronicle - Lit Protocol Testnet',
symbol: 'LIT',
symbol: 'testLIT',
decimals: 18,
rpcUrls: ['https://chain-rpc.litprotocol.com/http'],
blockExplorerUrls: ['https://chain.litprotocol.com/'],
Expand Down

0 comments on commit e0ca4d9

Please sign in to comment.