Skip to content

Commit 5aa1336

Browse files
committed
set iconUrl for everything and bump versions
1 parent 94f516c commit 5aa1336

27 files changed

+51
-47
lines changed

src/app/api/controller/NodeSpecs/arbitrum/arbitrum-v1.0.0.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "arbitrum",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Arbitrum One",
55
"displayTagline": "Non-Validating Node",
66
"execution": {
@@ -63,5 +63,6 @@
6363
}
6464
},
6565
"addNodeDescription": "Designed with you in mind, Arbitrum is the leading Layer 2 technology that empowers you to explore and build in the largest Layer 1 ecosystem, Ethereum.",
66-
"description": "Designed with you in mind, Arbitrum is the leading Layer 2 technology that empowers you to explore and build in the largest Layer 1 ecosystem, Ethereum. Take it to the next layer with Nitro. Making Ethereum more inclusive and sustainable, Nitro is the most advanced blockchain scaling technology in the industry."
66+
"description": "Designed with you in mind, Arbitrum is the leading Layer 2 technology that empowers you to explore and build in the largest Layer 1 ecosystem, Ethereum. Take it to the next layer with Nitro. Making Ethereum more inclusive and sustainable, Nitro is the most advanced blockchain scaling technology in the industry.",
67+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/arbitrum.png"
6768
}

src/app/api/controller/NodeSpecs/base/base-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "base",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Base",
55
"execution": {
66
"executionTypes": ["nodePackage"],
@@ -107,7 +107,7 @@
107107
"documentation": "https://docs.base.org/network-information/"
108108
}
109109
},
110-
"iconUrl": "https://ethereum.png",
110+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/base.png",
111111
"addNodeDescription": "Decentralization and collaboration are critical for the longer-term success of Base and scaling Ethereum. That’s why we are working with OP Labs and the Optimism Collective on a plan to scale Ethereum in a decentralized way.",
112112
"description": "Base is a secure, low-cost, developer-friendly Ethereum L2 built to bring the next billion users onchain. It's built on Optimism’s open-source OP Stack.",
113113
"documentation": {

src/app/api/controller/NodeSpecs/besu/besu-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "besu",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Besu",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -419,7 +419,7 @@
419419
"docker": "https://besu.hyperledger.org/en/stable/HowTo/Get-Started/Installation-Options/Run-Docker-Image/",
420420
"releaseNotesUrl": "https://github.com/hyperledger/besu/releases"
421421
},
422-
"iconUrl": "https://clientdiversity.org/assets/img/execution-clients/besu-text-logo.png",
422+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/besu.png",
423423
"resources": [
424424
{
425425
"label": "Twitter",

src/app/api/controller/NodeSpecs/erigon/erigon-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "erigon",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Erigon",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -294,7 +294,7 @@
294294
"default": "https://erigon.tech/",
295295
"releaseNotesUrl": "https://github.com/ledgerwatch/erigon/releases"
296296
},
297-
"iconUrl": "https://clientdiversity.org/assets/img/execution-clients/erigon-text-logo.png",
297+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/erigon.png",
298298
"resources": [
299299
{
300300
"label": "Configuration documentation",

src/app/api/controller/NodeSpecs/ethereum/ethereum-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "ethereum",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Ethereum",
55
"displayTagline": "Non-Validating Node - Ethereum",
66
"execution": {
@@ -145,7 +145,7 @@
145145
"documentation": "https://ethereum.org/en/developers/docs/networks/#public-networks"
146146
}
147147
},
148-
"iconUrl": "https://ethereum.png",
148+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/ethereum.png",
149149
"addNodeDescription": "Running a full etherum node is a two part story. Choosing minority clients are important for the health of the network.",
150150
"description": "An Ethereum node holds a copy of the Ethereum blockchain and verifies the validity of every block, keeps it up-to-date with new blocks and thelps others to download and update their own copies of the chain. In the case of Ethereum a node consists of two parts: the execution client and the consensus client. These two clients work together to verify Ethereum's state. The execution client listens to new transactions broadcasted in the network, executes them in EVM, and holds the latest state and database of all current Ethereum data. The consensus client runs the Proof-of-Stake consensus algorithm, which enables the network to achieve agreement based on validated data from the execution client. A non-validating node does not get financial rewards but there are many benefits of running a node for any Ethereum user to consider, including privacy, security, reduced reliance on third-party servers, censorship resistance and improved health and decentralization of the network.",
151151
"resources": [

src/app/api/controller/NodeSpecs/farcaster/farcaster-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "farcaster",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Farcaster",
55
"displayTagline": "Sync the entire Farcaster network",
66
"execution": {
@@ -55,7 +55,7 @@
5555
"infoDescription": "Data directory for the databases and keystore (default: \"~/.farcaster\")"
5656
}
5757
},
58-
"iconUrl": "https://farcaster.png",
58+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/farcaster.png",
5959
"addNodeDescription": "Farcaster is a decentralized social network, as an open protocol that can support many clients, just like email. Hubs validate, storage and replicate account messages to other hubs. Running a hub requires a connection to an Ethereum and Optimism mainnet RPC endpoint.",
6060
"description": "Hubble creates a private instance of the Farcaster network on your machine. It stores a copy of every message from every user and syncs with other hubs to stay up to date. Messages uploaded to Hubble will be broadcast to other Hubs."
6161
}

src/app/api/controller/NodeSpecs/geth/geth-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "geth",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Geth",
55
"execution": {
66
"executionTypes": ["binary", "docker"],
@@ -338,5 +338,5 @@
338338
"docker": "https://geth.ethereum.org/docs/getting-started/installing-geth#docker-container",
339339
"releaseNotesUrl": "https://github.com/ethereum/go-ethereum/releases"
340340
},
341-
"iconUrl": "https://clientdiversity.org/assets/img/execution-clients/geth-logo.png"
341+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/geth.png"
342342
}

src/app/api/controller/NodeSpecs/hildr/hildr-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "hildr",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Hildr",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -187,7 +187,7 @@
187187
}
188188
}
189189
},
190-
"iconUrl": "https://clientdiversity.org/assets/img/execution-clients/geth-logo.png",
190+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/hildr.png",
191191
"resources": [
192192
{
193193
"label": "OP Stack docs",

src/app/api/controller/NodeSpecs/home-assistant-service/home-assistant-service-v1.0.0.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "home-assistant-service",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Home Assistant",
55
"execution": {
66
"executionTypes": ["docker"],
@@ -45,6 +45,7 @@
4545
}
4646
}
4747
},
48+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/home-assistant.png",
4849
"documentation": {
4950
"default": "https://www.home-assistant.io"
5051
},

src/app/api/controller/NodeSpecs/home-assistant/home-assistant-v1.0.0.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"specId": "home-assistant",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"displayName": "Home Assistant",
55
"displayTagline": "Local Home Assistant server. [Note] NOT AFFLIATED with Home Assistant or NabuCasa!",
66
"execution": {
@@ -49,7 +49,7 @@
4949
"infoDescription": "Data directory for the assistant config (default: \"/config\")"
5050
}
5151
},
52-
"iconUrl": "https://raw.githubusercontent.com/home-assistant/home-assistant.io/current/source/images/favicon-192x192.png",
52+
"iconUrl": "https://pub-9f2dc808c3d748eabde036c3d3465ee6.r2.dev/home-assistant.png",
5353
"description": "[Note] This is NOT AFFLIATED in any way with the official Home Assistant or NabuCasa organizations! This offering is open-source, free, and not guarenteed any support by us. Please read our terms and privacy policies on https://nicenode.xyz for more information. To play on this server on the same computer that it is being run, add 'localhost' for the multiplayer server. To add this server on a different computer and on the same network, add your computer's local IP address to the multiplayer server.",
5454
"addNodeDescription": "Open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. [Note] This is NOT AFFLIATED in any way with the official Home Assistant or NabuCasa organizations!",
5555
"resources": [

0 commit comments

Comments
 (0)