Skip to content

Commit

Permalink
Add penumbra-1 to chain list (#56)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored Jul 7, 2024
1 parent 779e2bc commit 87ed420
Show file tree
Hide file tree
Showing 10 changed files with 294 additions and 220 deletions.
34 changes: 34 additions & 0 deletions input/chains/penumbra-1.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"chainId": "penumbra-1",
"ibcConnections": [],
"validators": [],
"nativeAssets": [
{
"denomUnits": [
{
"denom": "penumbra",
"exponent": 6
},
{
"denom": "mpenumbra",
"exponent": 3
},
{
"denom": "upenumbra"
}
],
"base": "upenumbra",
"display": "penumbra",
"symbol": "UM",
"penumbraAssetId": {
"inner": "KeqcLzNx9qSH5+lcJHBB9KNW+YPrBk5dKzvPMiypahA="
},
"images": [
{
"svg": "https://raw.githubusercontent.com/prax-wallet/registry/main/images/um.svg"
}
]
}
],
"canonicalNumeraires": []
}
5 changes: 0 additions & 5 deletions npm/.changeset/weak-crabs-count.md

This file was deleted.

10 changes: 10 additions & 0 deletions npm/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# @penumbra-labs/registry

## 9.4.0

### Minor Changes

- Add penumbra-1 to registry list

### Patch Changes

- 779e2bc: Change validator name for Starling Cybernetics to "Starling Cybernetics"

## 9.3.0

### Minor Changes
Expand Down
16 changes: 8 additions & 8 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "9.3.0",
"version": "9.4.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -16,17 +16,17 @@
"test": "vitest run"
},
"devDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240625233123-429cb316aa7c.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.10.0-20240703080008-312294d02bf9.1",
"@bufbuild/protobuf": "^1.10.0",
"@changesets/cli": "^2.27.6",
"@changesets/cli": "^2.27.7",
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.5.0",
"eslint": "^9.5.0",
"@eslint/js": "^9.6.0",
"eslint": "^9.6.0",
"prettier": "^3.3.2",
"tsup": "^8.1.0",
"typescript": "^5.5.2",
"typescript-eslint": "^7.14.1",
"vite": "^5.3.2",
"typescript": "^5.5.3",
"typescript-eslint": "^7.15.0",
"vite": "^5.3.3",
"vite-plugin-dts": "^3.9.1",
"vitest": "^1.6.0"
},
Expand Down
Loading

0 comments on commit 87ed420

Please sign in to comment.