Skip to content

Commit 3894636

Browse files
Litheum Chain: updated decimal to 18 and added explorer url (ethereum-lists#6769)
* updated decimal to 18 and added explorer url * fmt changes
1 parent 4d0f9a6 commit 3894636

1 file changed

Lines changed: 8 additions & 2 deletions

File tree

_data/chains/eip155-1174.json

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,17 @@
66
"nativeCurrency": {
77
"name": "Lith",
88
"symbol": "LTH",
9-
"decimals": 9
9+
"decimals": 18
1010
},
1111
"infoURL": "https://litheum.com",
1212
"shortName": "lith",
1313
"chainId": 1174,
1414
"networkId": 1174,
15-
"explorers": []
15+
"explorers": [
16+
{
17+
"name": "Litheum Test Network Explorer",
18+
"url": "https://explorer.litheum.com",
19+
"standard": "EIP3091"
20+
}
21+
]
1622
}

0 commit comments

Comments
 (0)