Skip to content

thirdweb@5.86.0

Compare
Choose a tag to compare
@joaquim-verges joaquim-verges released this 21 Jan 01:51
· 1279 commits to main since this release
c9ccc59

Minor Changes

  • #5989 8b5cb47 Thanks @gregfromstl! - Feature: Adds deployMarketplaceContract

    import { 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