Skip to content

Commit e69c02d

Browse files
authored
Merge branch 'master' into risa
2 parents 14a1cb1 + 336cb18 commit e69c02d

File tree

168 files changed

+1791
-351
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

168 files changed

+1791
-351
lines changed
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "DeInfra Devnet3",
3+
"chain": "DeInfraDev3",
4+
"rpc": ["https://c3n1.thepower.io/jsonrpc"],
5+
"faucets": ["https://faucet.thepower.io/"],
6+
"nativeCurrency": {
7+
"name": "dev3SK",
8+
"symbol": "dSK",
9+
"decimals": 18
10+
},
11+
"icon": "deinfra",
12+
"infoURL": "https://deinfra.net",
13+
"shortName": "deinfra-dev3",
14+
"chainId": 1000000003,
15+
"networkId": 1000000003,
16+
"explorers": [
17+
{
18+
"name": "Deinfra Devnet Chain 3 Network Explorer",
19+
"url": "https://bs.thepower.io",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-100501.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"name": "DeInfra Mainnet",
3+
"chain": "DeInfraMainnet",
4+
"rpc": ["https://c100501n3.deinfra.net:443/jsonrpc"],
5+
"faucets": [],
6+
"nativeCurrency": {
7+
"name": "SK",
8+
"symbol": "SK",
9+
"decimals": 18
10+
},
11+
"icon": "deinfra",
12+
"infoURL": "https://deinfra.net",
13+
"shortName": "deinfra-mainnet",
14+
"chainId": 100501,
15+
"networkId": 100501,
16+
"explorers": [
17+
{
18+
"name": "Deinfra Mainnet Network Explorer",
19+
"url": "https://explorer.deinfra.net",
20+
"standard": "EIP3091"
21+
}
22+
]
23+
}

_data/chains/eip155-100610.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "Monsoon ",
3+
"chain": "MONSOON",
4+
"rpc": ["https://monsoon.rainfall.one"],
5+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
6+
"faucets": [],
7+
"nativeCurrency": {
8+
"name": "RDP",
9+
"symbol": "RDP",
10+
"decimals": 18
11+
},
12+
"infoURL": "",
13+
"shortName": "monsoon",
14+
"chainId": 100610,
15+
"networkId": 100610,
16+
"icon": "monsoon",
17+
"explorers": [
18+
{
19+
"name": "Monsoon Scan",
20+
"url": "https://scout.monsoon.rainfall.one",
21+
"icon": "monsoon",
22+
"standard": "EIP3091"
23+
}
24+
]
25+
}

_data/chains/eip155-10218.json

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,16 @@
11
{
22
"name": "Tea Sepolia Testnet",
33
"chain": "ETH",
4-
"rpc": [],
5-
"faucets": [],
4+
"rpc": ["https://tea-sepolia.g.alchemy.com/public"],
5+
"faucets": ["https://faucet-sepolia.tea.xyz"],
6+
"explorers": [
7+
{
8+
"name": "blockscout",
9+
"url": "https://sepolia.tea.xyz",
10+
"icon": "blockscout",
11+
"standard": "EIP3091"
12+
}
13+
],
614
"nativeCurrency": {
715
"name": "Sepolia Tea",
816
"symbol": "TEA",
@@ -16,5 +24,5 @@
1624
"type": "L2",
1725
"chain": "eip155-11155111"
1826
},
19-
"status": "incubating"
27+
"status": "active"
2028
}

_data/chains/eip155-1071.json

Lines changed: 15 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,26 @@
11
{
2-
"name": "ShimmerEVM Testnet Deprecated",
3-
"title": "ShimmerEVM Testnet Deprecated",
4-
"chain": "ShimmerEVM",
5-
"icon": "shimmerevm",
6-
"rpc": [],
7-
"faucets": [
8-
"https://evm-toolkit.evm.testnet.shimmer.network",
9-
"https://evm-faucet.testnet.shimmer.network"
10-
],
2+
"name": "OpenGPU Mainnet",
3+
"chain": "OGPU",
4+
"icon": "ogpu",
5+
"rpc": ["https://mainnet-rpc.ogpuscan.io", "wss://mainnet-rpc.ogpuscan.io"],
6+
"faucets": [],
117
"nativeCurrency": {
12-
"name": "SMR",
13-
"symbol": "SMR",
8+
"name": "OGPU",
9+
"symbol": "OGPU",
1410
"decimals": 18
1511
},
16-
"infoURL": "https://shimmer.network",
17-
"shortName": "shimmerevm-testnet-deprecated",
12+
"features": [{ "name": "EIP155" }],
13+
"infoURL": "https://opengpu.network",
14+
"shortName": "ogpu",
1815
"chainId": 1071,
1916
"networkId": 1071,
20-
"slip44": 1,
17+
"redFlags": ["reusedChainId"],
2118
"explorers": [
2219
{
23-
"name": "explorer",
24-
"url": "https://explorer.evm.testnet.shimmer.network",
20+
"name": "OpenGPU Explorer",
21+
"url": "https://ogpuscan.io",
22+
"icon": "ogpu",
2523
"standard": "EIP3091"
2624
}
27-
],
28-
"status": "deprecated"
25+
]
2926
}

_data/chains/eip155-11155111.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
{
2-
"name": "Sepolia",
2+
"name": "Ethereum Sepolia",
33
"title": "Ethereum Testnet Sepolia",
44
"chain": "ETH",
55
"rpc": [
66
"https://rpc.sepolia.org",
77
"https://rpc2.sepolia.org",
8-
"https://rpc-sepolia.rockx.com",
98
"https://rpc.sepolia.ethpandaops.io",
109
"https://sepolia.infura.io/v3/${INFURA_API_KEY}",
1110
"wss://sepolia.infura.io/v3/${INFURA_API_KEY}",
@@ -15,7 +14,6 @@
1514
"wss://ethereum-sepolia-rpc.publicnode.com",
1615
"https://sepolia.drpc.org",
1716
"wss://sepolia.drpc.org",
18-
"https://rpc-sepolia.rockx.com",
1917
"https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-"
2018
],
2119
"faucets": ["http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}"],

_data/chains/eip155-11155931.json

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"name": "RISE Testnet",
3+
"chain": "ETH",
4+
"rpc": ["https://testnet.riselabs.xyz", "wss://testnet.riselabs.xyz/ws"],
5+
"faucets": ["https://faucet.testnet.riselabs.xyz"],
6+
"nativeCurrency": {
7+
"name": "RISE Testnet Ether",
8+
"symbol": "ETH",
9+
"decimals": 18
10+
},
11+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
12+
"infoURL": "https://www.riselabs.xyz/",
13+
"shortName": "rise-testnet",
14+
"chainId": 11155931,
15+
"networkId": 11155931,
16+
"icon": "rise",
17+
"explorers": [
18+
{
19+
"name": "blockscout",
20+
"url": "https://explorer.testnet.riselabs.xyz",
21+
"icon": "blockscout",
22+
"standard": "EIP3091"
23+
}
24+
],
25+
"parent": {
26+
"type": "L2",
27+
"chain": "eip155-11155111",
28+
"bridges": [{ "url": "https://bridge-ui.testnet.riselabs.xyz" }]
29+
}
30+
}

_data/chains/eip155-1134.json

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

_data/chains/eip155-1200.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "Cuckoo Chain",
33
"title": "Cuckoo Chain",
44
"chain": "CuckooAI",
5-
"icon": "cuckoo-ai",
65
"rpc": [
76
"https://mainnet-rpc.cuckoo.network",
87
"wss://mainnet-rpc.cuckoo.network"

_data/chains/eip155-1210.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
"name": "Cuckoo Sepolia",
33
"title": "Cuckoo AI Testnet Sepolia",
44
"chain": "CuckooAI",
5-
"icon": "cuckoo-ai",
65
"rpc": [
76
"https://testnet-rpc.cuckoo.network",
87
"wss://testnet-rpc.cuckoo.network"
@@ -17,11 +16,5 @@
1716
"shortName": "caisepolia",
1817
"chainId": 1210,
1918
"networkId": 1210,
20-
"explorers": [
21-
{
22-
"name": "Cuckoo Sepolia Explorer",
23-
"url": "https://testnet-scan.cuckoo.network",
24-
"standard": "EIP3091"
25-
}
26-
]
19+
"explorers": []
2720
}

0 commit comments

Comments
 (0)