Skip to content

Commit

Permalink
Clear out globals (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Jul 1, 2024
1 parent a3dedf8 commit b4feb32
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 29 deletions.
16 changes: 2 additions & 14 deletions input/globals.json
Original file line number Diff line number Diff line change
@@ -1,16 +1,4 @@
{
"rpcs": [
{
"name": "Penumbra Labs Testnet RPC",
"url": "https://grpc.testnet.penumbra.zone",
"images": [
{
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/penumbra-favicon.png"
}
]
}
],
"frontends": [
"https://app.testnet.penumbra.zone"
]
"rpcs": [],
"frontends": []
}
6 changes: 6 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# @penumbra-labs/registry

## 9.3.0

### Minor Changes

- Clear out rpcs & frontends

## 9.2.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "9.2.0",
"version": "9.3.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
16 changes: 2 additions & 14 deletions registry/globals.json
Original file line number Diff line number Diff line change
@@ -1,18 +1,6 @@
{
"rpcs": [
{
"name": "Penumbra Labs Testnet RPC",
"url": "https://grpc.testnet.penumbra.zone",
"images": [
{
"png": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/penumbra-favicon.png"
}
]
}
],
"frontends": [
"https://app.testnet.penumbra.zone"
],
"rpcs": [],
"frontends": [],
"stakingAssetId": {
"inner": "KeqcLzNx9qSH5+lcJHBB9KNW+YPrBk5dKzvPMiypahA="
}
Expand Down

0 comments on commit b4feb32

Please sign in to comment.