Releases: thirdweb-dev/unity
Releases · thirdweb-dev/unity
v5.20.0
v5.19.3
What's Changed
WalletProvider.MetaMaskWallet
is now compatible with injected Phantom wallets.
Note: This wallet provider will be renamed to WalletProvider.Injected
in a future version for clarity, and implement additional browser-specific EIPs.
v5.19.2
v5.19.1
What's Changed
- Fixed
WalletProvider.MetaMaskWallet
(for using wallet browser extensions on Web targets) not setting initial active chain id correctly.- This did not cause issues when using MetaMask.
- This did cause issues when using another injected browser wallet that overrides MetaMask.
- You can now use wallets like Rabby with
WalletProvider.MetaMaskWallet
.
Thank you @PixeledSlama!