From 0706a2871f9505561189cdfc289876362f945d5b Mon Sep 17 00:00:00 2001 From: Chris Cassano Date: Thu, 9 Jan 2025 18:44:50 -0800 Subject: [PATCH] add Lit Chain Mainnet --- _data/chains/eip155-175200.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 _data/chains/eip155-175200.json diff --git a/_data/chains/eip155-175200.json b/_data/chains/eip155-175200.json new file mode 100644 index 000000000000..c3ed6af9d566 --- /dev/null +++ b/_data/chains/eip155-175200.json @@ -0,0 +1,24 @@ +{ + "name": "Lit Chain Mainnet", + "chain": "LITKEY", + "icon": "lit", + "rpc": ["https://lit-chain-rpc.litprotocol.com"], + "faucets": [], + "nativeCurrency": { + "name": "Lit Protocol", + "symbol": "LITKEY", + "decimals": 18 + }, + "infoURL": "https://litprotocol.com", + "shortName": "lit", + "chainId": 175200, + "networkId": 175200, + "explorers": [ + { + "name": "Lit Chain Explorer", + "url": "https://lit-chain-explorer.litprotocol.com", + "icon": "lit", + "standard": "EIP3091" + } + ] +}