Skip to content

Commit 353ad30

Browse files
Merge branch 'ethereum-lists:master' into feat/add-satelink-rpc
2 parents e6c17f5 + 78102ba commit 353ad30

7 files changed

Lines changed: 99 additions & 4 deletions

File tree

_data/chains/eip155-177155.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "mfenx",
33
"chain": "MFENX",
4-
"rpc": ["https://indexer.mfenx.com/rpc"],
4+
"rpc": ["https://rpc.mfenx.com"],
55
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
66
"faucets": [],
77
"nativeCurrency": {

_data/chains/eip155-450815.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "Maroo Testnet",
3+
"chain": "MAROO",
4+
"icon": "maroo",
5+
"rpc": ["https://rpc-testnet.maroo.io"],
6+
"features": [
7+
{ "name": "EIP155" },
8+
{ "name": "EIP1559" },
9+
{ "name": "EIP7702" }
10+
],
11+
"faucets": ["https://faucet.maroo.io"],
12+
"nativeCurrency": {
13+
"name": "Testnet OKRW",
14+
"symbol": "tOKRW",
15+
"decimals": 18
16+
},
17+
"infoURL": "https://maroo.io",
18+
"shortName": "maroo-testnet",
19+
"chainId": 450815,
20+
"networkId": 450815,
21+
"explorers": [
22+
{
23+
"name": "blockscout",
24+
"url": "https://explorer-testnet.maroo.io",
25+
"standard": "EIP3091"
26+
}
27+
]
28+
}

_data/chains/eip155-626.json

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "BattleChain Mainnet",
33
"chain": "ETH",
4-
"rpc": [],
4+
"rpc": ["https://mainnet.battlechain.com"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "Ether",
@@ -13,8 +13,13 @@
1313
"chainId": 626,
1414
"networkId": 626,
1515
"icon": "battlechain",
16-
"status": "incubating",
17-
"explorers": [],
16+
"explorers": [
17+
{
18+
"name": "BattleChain Explorer",
19+
"url": "https://explorer.battlechain.com",
20+
"standard": "EIP3091"
21+
}
22+
],
1823
"parent": {
1924
"type": "L2",
2025
"chain": "eip155-1",

_data/chains/eip155-7000700.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "JMDT Mainnet",
3+
"chain": "JMDT",
4+
"rpc": ["https://rpc.jmdt.io", "https://mainnetrpc.jmdt.io"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "JMDT",
8+
"symbol": "JMDT",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://jmdt.io",
12+
"shortName": "jmdt",
13+
"chainId": 7000700,
14+
"networkId": 7000700,
15+
"icon": "jmdt",
16+
"explorers": [
17+
{
18+
"name": "JMDT Explorer",
19+
"url": "https://explorer.jmdt.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-8000800.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "JMDT Testnet",
3+
"chain": "JMDT",
4+
"rpc": ["https://testnetrpc.jmdt.io"],
5+
"faucets": ["https://faucet.jmdt.io"],
6+
"nativeCurrency": {
7+
"name": "Test JMDT",
8+
"symbol": "tJMDT",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://jmdt.io",
12+
"shortName": "tjmdt",
13+
"chainId": 8000800,
14+
"networkId": 8000800,
15+
"icon": "jmdt",
16+
"explorers": [
17+
{
18+
"name": "JMDT Testnet Explorer",
19+
"url": "https://explorer.jmdt.io/testnet",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/icons/jmdt.json

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

_data/icons/maroo.json

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

0 commit comments

Comments
 (0)