@thirdweb-dev/react@4.7.0
·
6013 commits
to main
since this release
Minor Changes
-
#3274
7a7b491
Thanks @MananTank! - Addsections
prop and deprecatepopularChains
andrecentChains
for showing chains in sections in Network Selector screen inConnectWallet
component<ConnectWallet modalSize="wide" networkSelector={{ sections: [ { label: "Recently used", chains: [Optimism, Arbitrum], }, { label: "Favorites", chains: [Polygon, Sepolia], }, { label: "Popular", chains: [Ethereum, Base], }, ], }} />