Changelog
Version 0.1.1
- ✅ Added Station Wallet integration
Version 0.1.0
- Multi Chain experience
- Removed
GrazChain
type - Reworked
GrazProvider
- Roworked most of the hooks
Read migration guide here
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