Skip to content

Commit

Permalink
Merge branch 'release-packages' into 'dev'
Browse files Browse the repository at this point in the history
fix ethereum chain package name

See merge request ergo/rosen-bridge/rosen-chains!130
  • Loading branch information
zargarzadehm committed Aug 7, 2024
2 parents 59d1d1f + b3d9890 commit 2ab4efe
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 9 deletions.
2 changes: 2 additions & 0 deletions .changeset/pink-sheep-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
---
---
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions packages/chains/ethereum/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# @rosen-bridge/ethereum
# @rosen-chains/ethereum

## Table of contents

Expand All @@ -14,11 +14,11 @@ this project contains ethereum chain for Rosen-bridge
npm:

```sh
npm i @rosen-bridge/ethereum
npm i @rosen-chains/ethereum
```

yarn:

```sh
yarn add @rosen-bridge/ethereum
yarn add @rosen-chains/ethereum
```
2 changes: 1 addition & 1 deletion packages/chains/ethereum/package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "@rosen-bridge/ethereum",
"name": "@rosen-chains/ethereum",
"version": "0.1.0",
"description": "this project contains ethereum chain for Rosen-bridge",
"repository": "https://github.com/rosen-bridge/rosen-chains",
Expand Down

0 comments on commit 2ab4efe

Please sign in to comment.