Changelog
Version 0.0.51β
- Fix Wallet Connect multiple prompt when connect in mobile
- Added
isWalletConnect
to check walletType is using Wallet Connect or not
Version 0.0.50β
- MetaMask Snap: Remove Flask flag, you can now use MetaMask wallet for MetaMask Snap.
- Fix
suggestChain
(useSuggestChain
),suggestAndConnect
(useSuggestChainAndConnect
) for MetaMask Snap - Change
suggestChain
param to object param{
chainInfo: ChainInfo;
walletType: WalletType;
} - Removed
signerOpts
param inconnect
andconnectAsync
fromuseConnect
- Removed
signerOpts
param insuggestChainAndConnect
andsuggestChainAndConnectAsync
fromuseSuggestChainAndConnect
Version 0.0.49β
- Fix client side error
- Fix wallet not found error
- Add experimentalSuggestChain to metamask snap
Version 0.0.48β
- Added Wallet integration Metamask Snap for Leap Cosmos πΊπΈ
- Fix: refetch
useBalance
- Feat:
useBalance
if no address passed will use current connected account - Feat:
useCosmWasmSigningClient
anduseCosmwasmTmSigningClient
now prefilled with gas price from chain state
Version 0.0.45β
Reworked connect: connect not creating offline signers, clients and signing clients
Added Actions:
getOfflineSigners
Removed Actions:
createClients
createSigningClients
createQueryClient
getBalances
getBalanceStaked
Breaking Change:
useSendTokens
- added mutation paramsigningClient?: SigningStargateClient | SigningCosmWasmClient
useSendIbcTokens
- added mutation paramsigningClient?: SigningStargateClient
useInstantiateContract
- added mutation paramsigningClient?: SigningCosmWasmClient
useExecuteContract
- added mutation paramsigningClient?: SigningCosmWasmClient
getQuerySmart
- added paramclient?: CosmWasmClient
getQueryRaw
- added paramclient?: CosmWasmClient
Improved
useBalances
returning all balances from an account not from provided chainInfo(GrazChain
)Added Hooks:
useStargateClient
useCosmwasmClient
useTendermintClient
useStargateSigningClient
useStargateTmSigningClient
useCosmWasmSigningClient
useCosmwasmTmSigningClient
Removed Hooks:
useClients
useSigningClients
useQueryClient
Version 0.0.44β
- β Added Vectis Wallet integration
Version 0.0.43β
- β
Added
useActiveWalletType
hook
Version 0.0.42β
- β WalletConnect v2 support
- β
Added more
WalletType
for connecting WalletConnect wallets - ποΈ Deprecated constants, will be removed in next version
mainnetChains
,mainnetChainsArray
,testnetChains
,testnetChainsArray
. Usegraz generate
π - π οΈ Splitted internal store between user session and graz internal