Skip to content

Commit

Permalink
Merge pull request #27 from leapwallet/main
Browse files Browse the repository at this point in the history
fixed action
  • Loading branch information
leapsamvel committed Aug 26, 2023
2 parents a6f85c2 + 4bd5af2 commit 4cccfc6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/publish-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ jobs:
- run: yarn build
env:
GH_TOKEN: ${{secrets.NODE_AUTH_TOKEN}}
- run: npm publish:provider
- run: yarn publish:provider
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
- run: yarn publish:snap
env:
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}

1 change: 0 additions & 1 deletion packages/cosmos-snap-provider/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ await suggestChain({
)
```


### 4. **cosmjsOfflineSigner**

If you're already employing cosmjs libraries for transaction signing, **`cosmjsOfflineSigner`** is recommended. It functions as an offline signer with existing cosmwasm clients. Before utilizing it as an offline signer, verify that the dapp is connected to the Snap.
Expand Down

0 comments on commit 4cccfc6

Please sign in to comment.