thirdweb@5.86.0
·
1279 commits
to main
since this release
Minor Changes
-
#5989
8b5cb47
Thanks @gregfromstl! - Feature: Adds deployMarketplaceContractimport { deployMarketplaceContract } from "thirdweb/deploys"; const address = await deployMarketplaceContract({ client, chain, account, params: { name: "MarketplaceV3", description: "MarketplaceV3 deployed using thirdweb SDK", platformFeeRecipient: "0x21d514c90ee4E4e4Cd16Ce9185BF01F0F1eE4A04", platformFeeBps: 1000, }, });
Patch Changes
- #6004
bb6c71e
Thanks @joaquim-verges! - Fallback to eip1193 provider chain when switching chain is not supported