Skip to content

Commit 657fad4

Browse files
authored
Merge branch 'master' into fix/megaeth-testnet-chainid
2 parents 88eefb4 + f8c89f3 commit 657fad4

File tree

11 files changed

+142
-95
lines changed

11 files changed

+142
-95
lines changed

_data/chains/eip155-1270.json

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"name": "Irys Testnet V1",
3+
"chain": "IRYS",
4+
"rpc": [
5+
"https://testnet-rpc.irys.xyz/v1/execution-rpc",
6+
"https://testnet-rpc-2.irys.xyz/v1/execution-rpc"
7+
],
8+
"faucets": [],
9+
"nativeCurrency": {
10+
"name": "Irys",
11+
"symbol": "IRYS",
12+
"decimals": 18
13+
},
14+
"features": [
15+
{
16+
"name": "EIP155"
17+
},
18+
{
19+
"name": "EIP1559"
20+
}
21+
],
22+
"infoURL": "https://irys.xyz",
23+
"shortName": "irys-testnet-v1",
24+
"chainId": 1270,
25+
"networkId": 1270,
26+
"icon": "irys",
27+
"explorers": [
28+
{
29+
"name": "Irys Testnet Explorer",
30+
"url": "https://testnet-explorer.irys.xyz",
31+
"icon": "irys",
32+
"standard": "none"
33+
}
34+
]
35+
}

_data/chains/eip155-2020.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"shortName": "ron",
1414
"chainId": 2020,
1515
"networkId": 2020,
16+
"icon": "ronin",
1617
"redFlags": ["reusedChainId"],
1718
"explorers": [
1819
{

_data/chains/eip155-202601.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"name": "Ronin Saigon Testnet",
3+
"chain": "ronin",
4+
"rpc": [
5+
"https://saigon-testnet.roninchain.com/rpc",
6+
"https://ronin-saigon.drpc.org"
7+
],
8+
"faucets": ["https://faucet.roninchain.com/"],
9+
"nativeCurrency": {
10+
"name": "Ronin",
11+
"symbol": "RON",
12+
"decimals": 18
13+
},
14+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
15+
"infoURL": "https://roninchain.com",
16+
"shortName": "ronin-saigon",
17+
"chainId": 202601,
18+
"networkId": 202601,
19+
"icon": "ronin",
20+
"explorers": [
21+
{
22+
"name": "Ronin Saigon Explorer",
23+
"url": "https://saigon-explorer.roninchain.com",
24+
"standard": "EIP3091"
25+
}
26+
],
27+
"parent": {
28+
"type": "L2",
29+
"chain": "eip155-11155111",
30+
"bridges": [
31+
{
32+
"url": "https://saigon-testnet-cc58e966ql-f24a704b3d708471.testnets.rollbridge.app/"
33+
}
34+
]
35+
}
36+
}

_data/chains/eip155-3282.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
{
22
"name": "Irys Mainnet Beta",
33
"chain": "IRYS",
4-
"rpc": ["https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc"],
4+
"rpc": [
5+
"https://mainnet-beta-rpc.irys.xyz/v1/execution-rpc",
6+
"https://mainnet-beta-rpc-2.irys.xyz/v1/execution-rpc"
7+
],
58
"faucets": [],
69
"nativeCurrency": {
710
"name": "Irys",

_data/chains/eip155-36968.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "AMA Testnet",
3+
"chain": "AMA",
4+
"rpc": ["https://testnet-rpc.ama.one"],
5+
"faucets": ["https://mcp.ama.one/testnet-faucet"],
6+
"nativeCurrency": {
7+
"name": "AMA",
8+
"symbol": "AMA",
9+
"decimals": 9
10+
},
11+
"infoURL": "https://ama.one",
12+
"shortName": "AMA-TESTNET",
13+
"chainId": 36968,
14+
"networkId": 36968,
15+
"slip44": 1,
16+
"status": "incubating",
17+
"explorers": [
18+
{
19+
"name": "AMA Explorer Testnet",
20+
"url": "https://testnet-ama.ddns.net",
21+
"standard": "none"
22+
},
23+
{
24+
"name": "AMA Explorer Testnet Alt",
25+
"url": "https://testnet.explorer.ama.one",
26+
"standard": "none"
27+
}
28+
]
29+
}

_data/chains/eip155-36969.json

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
{
2+
"name": "AMA Mainnet",
3+
"chain": "AMA",
4+
"rpc": ["https://mainnet-rpc.ama.one"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "AMA",
8+
"symbol": "AMA",
9+
"decimals": 9
10+
},
11+
"infoURL": "https://ama.one",
12+
"shortName": "AMA",
13+
"chainId": 36969,
14+
"networkId": 36969,
15+
"slip44": 36969,
16+
"status": "active",
17+
"explorers": [
18+
{
19+
"name": "AMA Explorer Mainnet",
20+
"url": "https://ama-explorer.ddns.net",
21+
"standard": "none"
22+
},
23+
{
24+
"name": "AMA Explorer Mainnet Alt",
25+
"url": "https://explorer.ama.one",
26+
"standard": "none"
27+
}
28+
]
29+
}

_data/eip155-132001.json

Lines changed: 0 additions & 15 deletions
This file was deleted.

_data/eip155-4777.json

Lines changed: 0 additions & 27 deletions
This file was deleted.

_data/icons/ronin.json

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

eip155-1330.json

Lines changed: 0 additions & 25 deletions
This file was deleted.

0 commit comments

Comments
 (0)