Skip to content

Commit

Permalink
New version 1.0.8 (#61)
Browse files Browse the repository at this point in the history
* 1.0.8

* [new-version] fix readme
  • Loading branch information
Cast0001 authored Jan 25, 2024
1 parent fd501d2 commit dc749d6
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ const sdk = new StakeWiseSDK({ network: Network.Mainnet })
|------|------|-------------|---------|
| network | `Network` | **Require** | Chain id |
| provider | `BrowserProvider or JsonRpcProvider` | **Optional** | You can provide your implementation of the provender for ethers |
| endpoints.web3 | `string | string[]` | **Optional** | Your urls for connect to blockchain |
| endpoints.web3 | `string OR string[]` | **Optional** | Your urls for connect to blockchain |
| endpoints.subgraph | `string` | **Optional** | stakewise sbugraph url |
| endpoints.api | `string` | **Optional** | stakewise backend url |

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.0.7",
"version": "1.0.8",
"sideEffects": false,
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit dc749d6

Please sign in to comment.