Skip to content

Commit

Permalink
[docs update] add wagmi example
Browse files Browse the repository at this point in the history
  • Loading branch information
mike-diamond committed Jan 20, 2025
1 parent dd83fc4 commit 4f4eaa1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion website/setup/installation-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ but doesn't allow to send transactions such as `sdk.vault.deposit`
```typescript
import { StakeWiseSDK, Network } from '@stakewise/v3-sdk'

// sdk with provider allows to call methods to get data and send transactions
const sdk = new StakeWiseSDK({
network: Network.Mainnet,
provider: new BrowserProvider(window.ethereum, {
Expand Down

0 comments on commit 4f4eaa1

Please sign in to comment.