Skip to content

Commit 746bd59

Browse files
authored
Merge branch 'master' into update-phala-network-2035
2 parents 1b1a4f4 + 0b6e70d commit 746bd59

File tree

4 files changed

+35
-18
lines changed

4 files changed

+35
-18
lines changed

_data/chains/eip155-1243.json

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "ARC Mainnet",
33
"chain": "ARC",
44
"icon": "arc",
5-
"rpc": ["https://rpc-main-1.archiechain.io"],
5+
"rpc": [],
66
"faucets": [],
77
"nativeCurrency": {
88
"name": "ARC",
@@ -13,11 +13,6 @@
1313
"shortName": "ARC",
1414
"chainId": 1243,
1515
"networkId": 1243,
16-
"explorers": [
17-
{
18-
"name": "archiescan",
19-
"url": "https://app.archiescan.io",
20-
"standard": "none"
21-
}
22-
]
16+
"explorers": [],
17+
"status": "deprecated"
2318
}

_data/chains/eip155-1244.json

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "ARC Testnet",
33
"chain": "ARC",
44
"icon": "arc",
5-
"rpc": ["https://rpc-test-1.archiechain.io"],
6-
"faucets": ["https://faucet.archiechain.io"],
5+
"rpc": [],
6+
"faucets": [],
77
"nativeCurrency": {
88
"name": "ARC",
99
"symbol": "ARC",
@@ -14,11 +14,6 @@
1414
"chainId": 1244,
1515
"networkId": 1244,
1616
"slip44": 1,
17-
"explorers": [
18-
{
19-
"name": "archiescan",
20-
"url": "https://testnet.archiescan.io",
21-
"standard": "none"
22-
}
23-
]
17+
"explorers": [],
18+
"status": "deprecated"
2419
}

_data/chains/eip155-5318007.json

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"name": "Reactive Lasna",
3+
"title": "Reactive Network Testnet Lasna",
4+
"chain": "REACT",
5+
"rpc": ["https://lasna-rpc.rnk.dev"],
6+
"features": [{ "name": "EIP155" }, { "name": "EIP1559" }],
7+
"faucets": [
8+
"https://dev.reactive.network/reactive-mainnet#get-testnet-react"
9+
],
10+
"nativeCurrency": {
11+
"name": "Lasna React",
12+
"symbol": "lREACT",
13+
"decimals": 18
14+
},
15+
"infoURL": "https://reactive.network",
16+
"shortName": "lreact",
17+
"icon": "reactive",
18+
"chainId": 5318007,
19+
"networkId": 5318007,
20+
"explorers": [
21+
{
22+
"name": "Reactscan",
23+
"url": "https://lasna.reactscan.net",
24+
"standard": "none"
25+
}
26+
]
27+
}

_data/icons/reactive.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[
22
{
3-
"url": "ipfs://bafkreih2sitkbspgnboiwga7k4zwz22h4u3qqpswxdr3miqtdwuovw2cte",
3+
"url": "ipfs://QmaBqYemL6VG5kDEMZqtJZhh6kLn3XqMyxkDpChkPttJ6B",
44
"width": 320,
55
"height": 320,
66
"format": "png"

0 commit comments

Comments
 (0)