Skip to content

Commit 0b6e70d

Browse files
feat: add Reactive Network Lasna testnet + update icon to retrieveable CID (#7858)
Co-authored-by: Frederik Bolding <frederik.bolding@gmail.com>
1 parent 09a9b97 commit 0b6e70d

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

_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)