Skip to content

Commit af825cc

Browse files
authored
Merge branch 'master' into master
2 parents e2670c3 + c93d5ac commit af825cc

24 files changed

+215
-17
lines changed

_data/chains/eip155-1501.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"name": "BEVM",
2+
"name": "BEVM Canary",
33
"chain": "ChainX",
4-
"rpc": ["https://rpc-1.bevm.io/", "https://rpc-2.bevm.io/"],
4+
"rpc": ["https://rpc-canary-1.bevm.io/", "https://rpc-canary-2.bevm.io/"],
55
"faucets": [],
66
"nativeCurrency": {
77
"name": "BTC",
@@ -12,10 +12,11 @@
1212
"shortName": "chainx",
1313
"chainId": 1501,
1414
"networkId": 1501,
15+
"icon": "bevmcanary",
1516
"explorers": [
1617
{
17-
"name": "bevm scan",
18-
"url": "https://scan.bevm.io",
18+
"name": "bevm canary scan",
19+
"url": "https://scan-canary.bevm.io",
1920
"standard": "none"
2021
}
2122
]

_data/chains/eip155-2016.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33
"chain": "NetZ",
44
"icon": "mainnetz",
55
"rpc": ["https://mainnet-rpc.mainnetz.io", "https://eu-rpc.mainnetz.io"],
6-
"faucets": ["https://faucet.mainnetz.io"],
6+
"faucets": [],
77
"nativeCurrency": {
8-
"name": "mainnetz",
8+
"name": "MainnetZ",
99
"symbol": "NetZ",
1010
"decimals": 18
1111
},
1212
"infoURL": "https://mainnetz.io",
13-
"shortName": "NetZm",
13+
"shortName": "netz",
1414
"chainId": 2016,
1515
"networkId": 2016,
1616
"explorers": [

_data/chains/eip155-222000222.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Kanazawa",
33
"title": "Meld Testnet Kanazawa",
44
"chain": "Kanazawa",
5-
"rpc": ["https://subnets.avax.network/meld/testnet/rpc"],
5+
"rpc": ["https://testnet-rpc.meld.com"],
66
"faucets": [],
77
"features": [],
88
"nativeCurrency": {
@@ -17,6 +17,12 @@
1717
"networkId": 222000222,
1818
"slip44": 1,
1919
"explorers": [
20+
{
21+
"name": "explorer",
22+
"url": "https://testnet.meldscan.io",
23+
"icon": "meld",
24+
"standard": "EIP3091"
25+
},
2026
{
2127
"name": "explorer",
2228
"url": "https://subnets-test.avax.network/meld",

_data/chains/eip155-271.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"chain": "EGON",
44
"icon": "egonicon",
55
"rpc": ["https://rpc.egonscan.com"],
6-
"faucets": ["https://faucet.egonscan.com"],
6+
"faucets": [],
77
"nativeCurrency": {
88
"name": "EgonCoin",
99
"symbol": "EGON",

_data/chains/eip155-28122024.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "Ancient8 Testnet",
3+
"chain": "Ancient8",
4+
"icon": "ancient8",
5+
"rpc": ["https://rpcv2-testnet.ancient8.gg"],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "Ether",
9+
"symbol": "ETH",
10+
"decimals": 18
11+
},
12+
"infoURL": "https://ancient8.gg/",
13+
"shortName": "a8",
14+
"chainId": 28122024,
15+
"networkId": 28122024,
16+
"slip44": 1,
17+
"explorers": [
18+
{
19+
"name": "scan-testnet",
20+
"url": "https://scanv2-testnet.ancient8.gg",
21+
"standard": "EIP3091"
22+
}
23+
]
24+
}

_data/chains/eip155-2863311531.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "Ancient8 Testnet",
2+
"name": "Ancient8 Testnet (deprecated)",
3+
"status": "deprecated",
34
"chain": "Ancient8",
45
"icon": "ancient8",
56
"rpc": ["https://rpc-testnet.ancient8.gg"],
@@ -10,7 +11,7 @@
1011
"decimals": 18
1112
},
1213
"infoURL": "https://ancient8.gg/",
13-
"shortName": "a8",
14+
"shortName": "a8old",
1415
"chainId": 2863311531,
1516
"networkId": 2863311531,
1617
"slip44": 1,

_data/chains/eip155-31414.json

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

_data/chains/eip155-32001.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "W3Gamez Holesky Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://rpc-holesky.w3gamez.network"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "W3Gamez Testnet Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"infoURL": "https://web3games.com/",
12+
"shortName": "w3gamez",
13+
"chainId": 32001,
14+
"networkId": 32001,
15+
"slip44": 1,
16+
"icon": "w3gamez",
17+
"explorers": [
18+
{
19+
"name": "W3Gamez Holesky Explorer",
20+
"url": "https://w3gamez-holesky.web3games.com",
21+
"icon": "web3games",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-333000333.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "Meld",
33
"title": "Meld Mainnet",
44
"chain": "MELD",
5-
"rpc": ["https://subnets.avax.network/meld/mainnet/rpc"],
5+
"rpc": ["https://rpc-1.meld.com"],
66
"faucets": [],
77
"features": [],
88
"nativeCurrency": {
@@ -16,6 +16,12 @@
1616
"chainId": 333000333,
1717
"networkId": 333000333,
1818
"explorers": [
19+
{
20+
"name": "explorer",
21+
"url": "https://meldscan.io",
22+
"icon": "meld",
23+
"standard": "EIP3091"
24+
},
1925
{
2026
"name": "explorer",
2127
"url": "https://subnets.avax.network/meld",

_data/chains/eip155-34.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"chain": "SCAI",
44
"icon": "scaiIcon",
55
"rpc": ["https://mainnet-rpc.scai.network"],
6-
"faucets": ["https://faucet.securechain.ai"],
6+
"faucets": [],
77
"nativeCurrency": {
88
"name": "SecureChain",
99
"symbol": "SCAI",

_data/chains/eip155-6701.json

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

_data/chains/eip155-810.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Haven1 Testnet",
3+
"chain": "haven1",
4+
"rpc": ["https://testnet-rpc.haven1.org"],
5+
"faucets": ["https://www.haven1.org/faucet"],
6+
"nativeCurrency": {
7+
"name": "Haven1",
8+
"symbol": "H1",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
12+
"infoURL": "https://www.haven1.org",
13+
"shortName": "h1",
14+
"chainId": 810,
15+
"networkId": 810,
16+
"icon": "haven1",
17+
"explorers": [
18+
{
19+
"name": "Haven1 Explorer",
20+
"url": "https://testnet-explorer.haven1.org",
21+
"icon": "haven1",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-9395.json

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

_data/icons/ancient8.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[
22
{
3-
"url": "ipfs://QmSX8sHToRzyFupT8BvPQjVsegRWFYz2mdnLkVnqBFKohY",
4-
"width": 901,
5-
"height": 901,
3+
"url": "ipfs://QmXLmYMqZ2ZKyaaEjayNjLai4RUo2YmorUDwkk95xmdTUr",
4+
"width": 80,
5+
"height": 80,
66
"format": "png"
77
}
88
]

_data/icons/bevmcanary.json

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

_data/icons/haven1.json

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

_data/icons/mthn.json

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

_data/icons/paxb.json

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

_data/icons/w3gamez.json

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

0 commit comments

Comments
 (0)