Skip to content

Commit

Permalink
updates package
Browse files Browse the repository at this point in the history
  • Loading branch information
koshikraj committed Jun 17, 2022
1 parent 2051c4e commit 33f9e0a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
4 changes: 1 addition & 3 deletions docs/docs/guardian.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ Running a Safient guardian node is easy as it gets. All you have to do is instal

Once the Safient CLI is installed all that needs to be done is use `safient` command to run a guardian worker as below.
If you are building an application using `Safient Core` and testing it locally, you should point the network to `devnet`.
Check out [Safient for developers](./dev-overview) build on top of Safient.

```
safient safien worker --network devnet
Expand All @@ -46,7 +47,4 @@ You can also reach out to us on our [Discord server](https://discord.safient.io/



- [Safient for developers](./dev-overview)



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@safient/core",
"version": "0.1.19-alpha",
"version": "0.1.19-alpha.1",
"description": "JavaScript SDK to manage safes and interact with Safient protocol.",
"keywords": [
"Web3",
Expand Down

0 comments on commit 33f9e0a

Please sign in to comment.