Skip to content

Commit c0a8992

Browse files
Add MVL mainnet
1 parent 1e3aad5 commit c0a8992

File tree

2 files changed

+49
-0
lines changed

2 files changed

+49
-0
lines changed

_data/chains/eip155-845300012.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "MVL Mainnet",
3+
"chain": "MVL",
4+
"rpc": ["https://mvl-rpc.appchain.base.org/"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "Mass Vehicle Ledger",
8+
"symbol": "MVL",
9+
"decimals": 18
10+
},
11+
"features": [
12+
{
13+
"name": "EIP155"
14+
},
15+
{
16+
"name": "EIP1559"
17+
}
18+
],
19+
"infoURL": "https://mvlchain.io/",
20+
"shortName": "MVL",
21+
"chainId": 845300012,
22+
"networkId": 845300012,
23+
"icon": "mvl",
24+
"explorers": [
25+
{
26+
"name": "blockscout",
27+
"url": "https://mvl-explorer.appchain.base.org",
28+
"icon": "blockscout",
29+
"standard": "EIP3091"
30+
}
31+
],
32+
"parent": {
33+
"type": "L2",
34+
"chain": "eip155-8453",
35+
"bridges": [
36+
{
37+
"url": "https://mvlfi.mvlchain.io/en/mainnet-bridge"
38+
}
39+
]
40+
}
41+
}

_data/icons/mvl.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"url": "ipfs://bafkreifislbv7ixyvrydgjkabyfzxo3xwg3xlzsktmma25hut2ipj4o7hy",
4+
"width": 200,
5+
"height": 200,
6+
"format": "svg"
7+
}
8+
]

0 commit comments

Comments
 (0)