Skip to content

Commit

Permalink
Add Litheum testnet (#6253)
Browse files Browse the repository at this point in the history
* add litheum testnet config

* changed decimal and symbol

* fmt issue fixed
  • Loading branch information
iamsiddhant05 authored Nov 24, 2024
1 parent 6ab33d3 commit db66c44
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions _data/chains/eip155-1174.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"name": "Litheum Test Network",
"chain": "Litheum",
"rpc": ["https://testnet.litheum.com"],
"faucets": [],
"nativeCurrency": {
"name": "Lith",
"symbol": "LTH",
"decimals": 9
},
"infoURL": "https://litheum.com",
"shortName": "lith",
"chainId": 1174,
"networkId": 1174,
"explorers": []
}

0 comments on commit db66c44

Please sign in to comment.