Skip to content
Compare
Choose a tag to compare
@jnsdls jnsdls released this 04 Nov 00:43
· 513 commits to main since this release
322e449

Minor Changes

  • #5126 c621c13 Thanks @kien-ngo! - Allow to customize the display order of Asset tabs

    When 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