Skip to content

Commit

Permalink
Noble/Osmosis updates (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Jun 3, 2024
1 parent ebed99c commit 3b923ca
Show file tree
Hide file tree
Showing 4 changed files with 133 additions and 127 deletions.
10 changes: 5 additions & 5 deletions input/penumbra-testnet-deimos-8.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
{
"displayName": "Osmosis",
"chainId": "osmo-test-5",
"channelId": "channel-3",
"counterpartyChannelId": "channel-7867",
"channelId": "channel-5",
"counterpartyChannelId": "channel-8007",
"addressPrefix": "osmo",
"cosmosRegistryDir": "testnets/osmosistestnet",
"images": [
Expand All @@ -28,8 +28,8 @@
{
"displayName": "Noble",
"chainId": "grand-1",
"channelId": "channel-4",
"counterpartyChannelId": "channel-175",
"channelId": "channel-6",
"counterpartyChannelId": "channel-176",
"addressPrefix": "noble",
"cosmosRegistryDir": "testnets/nobletestnet",
"images": [
Expand Down Expand Up @@ -203,6 +203,6 @@
],
"canonicalNumeraires": [
"wtest_usd",
"transfer/channel-4/uusdc"
"transfer/channel-6/uusdc"
]
}
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

## 7.5.1

### Patch Changes

- Update noble/osmosis testnet channels

## 7.5.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": "7.5.0",
"version": "7.5.1",
"description": "Chain and asset registry for Penumbra",
"main": "./dist/index.js",
"module": "./dist/index.mjs",
Expand Down
Loading

0 comments on commit 3b923ca

Please sign in to comment.