Skip to content

@thirdweb-dev/react@4.7.0

Compare
Choose a tag to compare
@jnsdls jnsdls released this 12 Jun 05:01
· 6013 commits to main since this release
62ee972

Minor Changes

  • #3274 7a7b491 Thanks @MananTank! - Add sections prop and deprecate popularChains and recentChains for showing chains in sections in Network Selector screen in ConnectWallet component

    <ConnectWallet
      modalSize="wide"
      networkSelector={{
        sections: [
          {
            label: "Recently used",
            chains: [Optimism, Arbitrum],
          },
          {
            label: "Favorites",
            chains: [Polygon, Sepolia],
          },
          {
            label: "Popular",
            chains: [Ethereum, Base],
          },
        ],
      }}
    />

Patch Changes