v0.4.0
What's Changed
- Added multi-chain support
- Added new configuration fields for Thirdweb settings
- Upgraded to Thirdweb SDK v4.13.1
Breaking Changes
General
- Config format updated, please reset with the new file provided by Treasure
TDK.Identity
GetWalletAddress()
method changed toAddress
getterGetChainId()
method moved toTDK.Connect
classProject
param removed fromValidateUserSession()
methodProject
param removed fromStartUserSession()
method- Optional
ChainId
and auth token params added toStartUserSession()
method for validating and using existing sessions LogOut()
method renamed toEndUserSession()
TDK.Connect
Show()
method renamed toShowConnectModal()
TDKConnectUIManager
- Removed auto-show of account modal after login
ShowConfirmLoginModal()
method requiresemail
parameter for displayConnectEmail()
method moved toTDK.Connect
IsConnected()
method moved toTDK.Connect
asIsWalletConnected()
methodGetUserEmail()
method removedDisconnect()
method moved toTDK.Connect
Full Changelog: v0.3.2...v0.4.0