Skip to content

Commit dc46086

Browse files
authored
Merge branch 'master' into feat/add-converge-testnet
2 parents 9daece5 + 21ccd03 commit dc46086

6 files changed

Lines changed: 84 additions & 7 deletions

File tree

_data/chains/eip155-140.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
{
2-
"name": "Eternal Mainnet",
3-
"chain": "ETE",
4-
"icon": "eternal",
2+
"name": "Eteria Mainnet",
3+
"chain": "ERA",
4+
"icon": "eteria",
55
"rpc": [
66
"https://mainnet.eternalcoin.io/v1",
77
"ws://mainnet.eternalcoin.io/v1/ws"
88
],
99
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
1010
"faucets": [],
1111
"nativeCurrency": {
12-
"name": "Eternal",
13-
"symbol": "ETE",
12+
"name": "Eteria",
13+
"symbol": "ERA",
1414
"decimals": 18
1515
},
16-
"infoURL": "https://eternalcoin.io",
17-
"shortName": "ETE",
16+
"infoURL": "https://eteria.io",
17+
"shortName": "ERA",
1818
"chainId": 140,
1919
"networkId": 140
2020
}

_data/chains/eip155-4207.json

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
{
2+
"name": "Layer Edge Mainnet",
3+
"title": "EDGEN",
4+
"chain": "EDGEN",
5+
"rpc": [
6+
"https://layeredge-mainnet-evm.itrocket.net",
7+
"https://layeredge.rpc.subquery.network/public",
8+
"https://rpc.layeredge.io",
9+
"https://rpc2.layeredge.io",
10+
"https://rpc.layeredge.foundation",
11+
"https://rpc2.layeredge.foundation"
12+
],
13+
"faucets": [],
14+
"nativeCurrency": {
15+
"name": "Layer Edge",
16+
"symbol": "EDGEN",
17+
"decimals": 18
18+
},
19+
"infoURL": "https://layeredge.io",
20+
"shortName": "LayerEdge",
21+
"chainId": 4207,
22+
"networkId": 4207,
23+
"icon": "edgen",
24+
"explorers": [
25+
{
26+
"name": "Layer Edge Explorer",
27+
"url": "https://edgenscan.io",
28+
"icon": "edgen",
29+
"standard": "EIP3091"
30+
}
31+
]
32+
}

_data/chains/eip155-560013.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "Rogue Chain",
3+
"chainId": 560013,
4+
"shortName": "rogue",
5+
"chain": "ROGUE",
6+
"networkId": 560013,
7+
"icon": "rogue",
8+
"nativeCurrency": {
9+
"name": "Rogue",
10+
"symbol": "ROGUE",
11+
"decimals": 18
12+
},
13+
"rpc": ["https://rpc.roguechain.io/rpc", "wss://rpc.roguechain.io/ws"],
14+
"faucets": [],
15+
"explorers": [
16+
{
17+
"name": "Roguescan",
18+
"url": "https://roguescan.io",
19+
"icon": "rogue",
20+
"standard": "EIP3091"
21+
}
22+
],
23+
"infoURL": "https://roguechain.io",
24+
"parent": {
25+
"type": "L2",
26+
"chain": "eip155-42161",
27+
"bridges": [{ "url": "https://bridge.arbitrum.io" }]
28+
}
29+
}

_data/icons/edgen.json

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

_data/icons/rogue.json

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

0 commit comments

Comments
 (0)