jnsdls
released this
04 Nov 00:43
·
513 commits
to main
since this release
Minor Changes
-
#5126
c621c13
Thanks @kien-ngo! - Allow to customize the display order of Asset tabsWhen you click on "View Assets", by default the "Tokens" tab is shown first.
If you want to show the "NFTs" tab first, change the order of the asset tabs to: ["nft", "token"]
Note: If an empty array is passed, the [View Funds] button will be hidden
<ConnectButton client={client} detailsModal={{ assetTabs: ["nft", "token"], }} />
Patch Changes
-
#5253
baf2198
Thanks @joaquim-verges! - Use stringify instead of JSON.stringify in most places to handle bigint serialization -
#5272
e3c0af2
Thanks @gregfromstl! - Tracks transaction chain IDs -
#5250
f40d247
Thanks @joaquim-verges! - Allow smart accounts to switch chains between zk and non zk chains -
#5270
0660416
Thanks @gregfromstl! - Enable configuring the analytics endpoint