Skip to content

Commit

Permalink
add osmosis channel (#66)
Browse files Browse the repository at this point in the history
  • Loading branch information
hdevalence authored Jul 23, 2024
1 parent 4e9c0dc commit f35f2fc
Show file tree
Hide file tree
Showing 4 changed files with 1,185 additions and 81 deletions.
14 changes: 14 additions & 0 deletions input/chains/penumbra-1.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,20 @@
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/celestia/images/celestia.svg"
}
]
},
{
"displayName": "Osmosis",
"chainId": "osmosis-1",
"channelId": "channel-4",
"counterpartyChannelId": "channel-79703",
"addressPrefix": "osmo",
"cosmosRegistryDir": "osmosis",
"images": [
{
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png",
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"
}
]
}
],
"validators": [],
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

## 10.1.0

### Minor Changes

- add osmosis channel

## 10.0.0

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

0 comments on commit f35f2fc

Please sign in to comment.