Skip to content

Commit

Permalink
feat(docs): set default options
Browse files Browse the repository at this point in the history
  • Loading branch information
codingki committed Apr 21, 2024
1 parent acb70da commit 26dfb3b
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/docs/guides/set-default-options.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Update Wallet Default Options

to set default options for the wallet.

```javascript
<GrazProvider
grazOptions={{
chains: mainnetChains,
walletDefaultOptions: {
sign: {
preferNoSetFee: true,
disableBalanceCheck: true,
preferNoSetMemo: true
},
},
}}
>
```

0 comments on commit 26dfb3b

Please sign in to comment.