Skip to main content

Update Wallet Default Options

to set default options for the wallet.

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