Skip to content

thirdweb@5.50.1

Compare
Choose a tag to compare
@jnsdls jnsdls released this 04 Sep 22:34
· 2620 commits to main since this release
257e428

Patch Changes

  • #4388 82a30af Thanks @edwardysun! - Update setting default source chain and token

  • #4375 edb95d0 Thanks @jnsdls! - [Extensions] expose permission detection logic

  • #4390 d74e61b Thanks @MananTank! - Fix Swap Fees layout in fees drawer in pay UI

  • #4319 73e5dc7 Thanks @joaquim-verges! - Fix direct payments to the same wallet

  • #4382 9e8d3e6 Thanks @MananTank! - Add props for hiding "Send", "Receive" and "Send" buttons in Connect Details Modal UI for ConnectButton component. By default, all buttons are visible in the modal.

    <ConnectButton
      detailsModal={{
        hideSendFunds: false,
        hideReceiveFunds: true,
        hideBuyFunds: false,
      }}
    />
  • #4363 066aede Thanks @kien-ngo! - Allow to specify "from" and "to" props for the ClaimButton