Skip to content

Commit

Permalink
registry: add community-provided RPCs and frontends (#58)
Browse files Browse the repository at this point in the history
* registry: add community-provided RPCs and frontends

This commit adds a list of community-provided RPCs that have emerged since
genesis, which we feel comfortable recommending to Prax users.

* registry: correct png>svg
  • Loading branch information
hdevalence authored Jul 17, 2024
1 parent ebc46e8 commit f6a0668
Show file tree
Hide file tree
Showing 6 changed files with 43 additions and 2 deletions.
Binary file added images/binary-builders.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/crouton-digital.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/favicon.ico
Binary file not shown.
1 change: 1 addition & 0 deletions images/silent-validator.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added images/simply-staking.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 42 additions & 2 deletions registry/globals.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,46 @@
{
"rpcs": [],
"frontends": [],
"rpcs": [
{
"name": "CroutonDigital",
"url": "https://penumbra.crouton.digital",
"images": [
{
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/crouton-digital.png"
}
]
},
{
"name": "Simply Staking",
"url": "https://penumbra-grpc.simplystaking.xyz",
"images": [
{
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/simply-staking.png"
}
]
},
{
"name": "Silent Validator",
"url": "https://grpc.penumbra.silentvalidator.com",
"images": [
{
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/silent-validator.svg"
}
]
},
{
"name": "Binary Builders",
"url": "https://penumbra.stakewith.binary.builders",
"images": [
{
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/binary-builders.png"
}
]
}
],
"frontends": [
"https://penumbra.silentvalidator.com",
"https://stake.with.starlingcyber.net"
],
"stakingAssetId": {
"inner": "KeqcLzNx9qSH5+lcJHBB9KNW+YPrBk5dKzvPMiypahA="
}
Expand Down

0 comments on commit f6a0668

Please sign in to comment.