Skip to content

Commit

Permalink
Update readme and version (#7)
Browse files Browse the repository at this point in the history
Mostly to test the changesets integration
  • Loading branch information
jmrossy authored Apr 9, 2024
2 parents 44b257e + 928bc0b commit 1c3e981
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/fast-kings-sip.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@hyperlane-xyz/registry': patch
---

Initial release
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,18 @@ Configs and artifacts for [Hyperlane Core Contract](https://docs.hyperlane.xyz/d
#### Warp

Address artifacts for [Warp Route](https://docs.hyperlane.xyz/docs/deploy/deploy-warp-route) token deployments.

## Usage

### Via the NPM package

```sh
# With npm
npm install @hyperlane-xyz/registry
# Or with yarn
yarn add @hyperlane-xyz/registry
```

### Via SDK utilities

_Coming soon!_
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@hyperlane-xyz/registry",
"description": "A collection of configs, artifacts, and schemas for Hyperlane",
"version": "1.0.0-beta1",
"version": "1.0.0",
"devDependencies": {
"@changesets/cli": "^2.26.2",
"@hyperlane-xyz/sdk": "3.10.0",
Expand Down

0 comments on commit 1c3e981

Please sign in to comment.