Skip to content

v3.0.0-beta.4

Compare
Choose a tag to compare
@0xFirekeeper 0xFirekeeper released this 19 Jul 02:28
84a8669

What's Changed

  • Thirdweb API Key support for improved default Storage, RPC and Account Abstraction thirdweb services
    • You can now set your Client ID in your ThirdwebManager component directly
    • If you would like to restrict your API Key to certain bundle IDs/platforms (non-WebGL), you can find your bundle ID using Utils.GetBundleID()
  • fix: Blurry QR image have made sharpen by @savasadar in #91
  • RPC overrides are now passed to wallet providers correctly, including addNetwork actions (typically on connection)
  • IStorageUploader and IStorageDownloader interfaces for custom storage overrides logic
  • Fixed Currency fetching returning data in the wrong order
  • Fixed ERC20 transfers not properly setting To address
  • Improved WebGL performance by passing supported chains from C#
  • Fixed Marketplace scene
  • Updated native chainlist and included new chains such as Base and Linea
  • Fixed issue with chains that have some incomplete or null values in chainlist
  • Allowed standalone usage of native storage implementation scripts in WebGL, as in uploading an image standalone
  • Fixed exporting password-protected local wallets from the ConnectWallet prefab

New Contributors