Skip to content

Commit 9dd6283

Browse files
Add MVL testnet
1 parent c0a8992 commit 9dd6283

File tree

1 file changed

+41
-0
lines changed

1 file changed

+41
-0
lines changed

_data/chains/eip155-8453200012.json

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
{
2+
"name": "MVL Testnet",
3+
"chain": "MVL",
4+
"rpc": ["https://mvl-rpc-testnet.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-testnet",
21+
"chainId": 8453200012,
22+
"networkId": 8453200012,
23+
"icon": "mvl",
24+
"explorers": [
25+
{
26+
"name": "blockscout",
27+
"url": "https://mvl-explorer-testnet.appchain.base.org",
28+
"icon": "blockscout",
29+
"standard": "EIP3091"
30+
}
31+
],
32+
"parent": {
33+
"type": "L2",
34+
"chain": "eip155-84532",
35+
"bridges": [
36+
{
37+
"url": "https://stage.mvlbridge.io/en/mainnet-bridge"
38+
}
39+
]
40+
}
41+
}

0 commit comments

Comments
 (0)