Skip to content

Commit

Permalink
IBC + deps update (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 authored May 2, 2024
1 parent 8cd407d commit 7ee5806
Show file tree
Hide file tree
Showing 9 changed files with 366 additions and 947 deletions.
219 changes: 0 additions & 219 deletions input/penumbra-testnet-deimos-6.json

This file was deleted.

4 changes: 2 additions & 2 deletions input/penumbra-testnet-deimos-7.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
{
"displayName": "Osmosis",
"chainId": "osmo-test-5",
"ibcChannel": "channel-3",
"ibcChannel": "channel-2",
"addressPrefix": "osmo",
"cosmosRegistryDir": "testnets/osmosistestnet",
"images": [
Expand All @@ -27,7 +27,7 @@
{
"displayName": "Noble",
"chainId": "grand-1",
"ibcChannel": "channel-2",
"ibcChannel": "channel-3",
"addressPrefix": "noble",
"cosmosRegistryDir": "testnets/nobletestnet",
"images": [
Expand Down
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

## 5.2.0

### Minor Changes

- Update to latest ibc channels

## 5.1.0

### Minor Changes
Expand Down
8 changes: 4 additions & 4 deletions npm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@penumbra-labs/registry",
"version": "5.1.0",
"version": "5.2.0",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand All @@ -15,7 +15,7 @@
"test": "vitest run"
},
"devDependencies": {
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.9.0-20240423164216-32b3675faa56.1",
"@buf/penumbra-zone_penumbra.bufbuild_es": "1.9.0-20240501193854-ea3cc743390d.1",
"@bufbuild/protobuf": "^1.9.0",
"@changesets/cli": "^2.27.1",
"@eslint/eslintrc": "^3.0.2",
Expand All @@ -24,8 +24,8 @@
"prettier": "^3.2.5",
"tsup": "^8.0.2",
"typescript": "^5.4.5",
"typescript-eslint": "^7.7.1",
"vitest": "^1.5.0"
"typescript-eslint": "^7.8.0",
"vitest": "^1.5.3"
},
"files": [
"dist",
Expand Down
Loading

0 comments on commit 7ee5806

Please sign in to comment.