Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .changeset/fluffy-bars-crash.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"thirdweb": patch
---

Deprecate Pack
2 changes: 2 additions & 0 deletions packages/thirdweb/src/extensions/pack/createNewPack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ export type CreateNewPackParams = {
};

/**
* * @deprecated [Pack contract is incompatible with Pectra update. Support for this contract is being removed in next release.]
*
* @extension PACK
* @example
* ```ts
Expand Down
2 changes: 2 additions & 0 deletions packages/thirdweb/src/extensions/prebuilts/deploy-pack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ export type DeployPackContractOptions = Prettify<
>;

/**
* @deprecated [Pack contract is incompatible with Pectra update. Support for this contract is being removed in next release.]
*
* Deploy a thirdweb Pack contract
* @param options params for deploying [`Pack contract`](https://thirdweb.com/thirdweb.eth/Pack)
* @returns
Expand Down
Loading