Skip to content

Commit 6c78f70

Browse files
committed
fix: match official ethereum schema and format
1 parent 9555d63 commit 6c78f70

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

_data/chains/eip155-389.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
{
22
"name": "LunaroChain Mainnet",
33
"chain": "LNR",
4-
"icon": "lunaro",
5-
"rpc": [
6-
"https://rpc.lunaro.network"
7-
],
4+
"rpc": ["https://rpc.lunaro.network"],
85
"faucets": [],
96
"nativeCurrency": {
107
"name": "Lunaro",
118
"symbol": "LNR",
129
"decimals": 18
1310
},
11+
"features": [{ "name": "EIP155" }],
1412
"infoURL": "https://lunaro.network",
1513
"shortName": "lnr",
1614
"chainId": 389,

0 commit comments

Comments
 (0)