Skip to content

Commit

Permalink
Fixed linting.
Browse files Browse the repository at this point in the history
  • Loading branch information
montera82 committed Aug 21, 2023
1 parent ed985b8 commit 8c314c3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/snap/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ This example shows how one can use the snap to send a more generic transaction.

## Publishing a new version of the Snap.

In other to update the snap to publish a new change, Update the `version` tag in both `packages/snap/snap.config.js` and `packages/snap/package.json` to the same.
In other to update the snap to publish a new change, Update the `version` tag in both `packages/snap/snap.config.js` and `packages/snap/package.json` to the same.

Next create a new Release:
You can do this by going to the "Releases" tab, then clicking the "Create a new release" button.
Expand All @@ -111,7 +111,6 @@ Choose "Publish release" to create the release.

Action should automatically trigger the job.


## Register a new coin type.

To Register a new coin type, add a new entry `snap_getBip44Entropy` with the desired coin type.
Expand Down

0 comments on commit 8c314c3

Please sign in to comment.