Skip to content

Commit cfac623

Browse files
authored
Merge pull request #178 from rsksmart/update-readme-url
Update readme url
2 parents 588a90d + 2e7f98c commit cfac623

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.github/workflows/publish-npm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ jobs:
9696
echo "Version $PACKAGE_VERSION of $PACKAGE_NAME is not published. Proceeding with publishing..."
9797
9898
- name: Upload package
99-
run: npm publish --verbose --tag=latest
99+
run: npm publish --tag=latest
100100

101101
- name: Post upload validation
102102
id: unpack

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ If the version to be installed is not defined in the command line, it will insta
9797

9898
A standalone HTML project to get the RSK bridge methods selectors and events topics is included under `/tools` folder, called `PrecompiledAbis.html`.
9999

100-
Simply download it and open it in the browser, or visit [https://rsksmart.github.io/precompiled-abis/](https://rsksmart.github.io/precompiled-abis/) to view the available HTML tools directly from this repo.
100+
Simply download it and open it in the browser, or visit [https://rsksmart.github.io/rsk-precompiled-abis/](https://rsksmart.github.io/rsk-precompiled-abis/) to view the available HTML tools directly from this repo.
101101

102102
<img src="./tools/precompiledAbisMethods.png" alt="Rootstock bridge abis methods" />
103103

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rsksmart/rsk-precompiled-abis",
3-
"version": "8.1.0-REED",
3+
"version": "8.1.1-REED",
44
"description": "Utility to interact with RSK native contracts",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)