Skip to content

Commit dc2e514

Browse files
authored
Deprecate pack (#6823)
1 parent ec5362b commit dc2e514

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

.changeset/fluffy-bars-crash.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"thirdweb": patch
3+
---
4+
5+
Deprecate Pack

packages/thirdweb/src/extensions/pack/createNewPack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,8 @@ export type CreateNewPackParams = {
7878
};
7979

8080
/**
81+
* * @deprecated [Pack contract is incompatible with Pectra update. Support for this contract is being removed in next release.]
82+
*
8183
* @extension PACK
8284
* @example
8385
* ```ts

packages/thirdweb/src/extensions/prebuilts/deploy-pack.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export type DeployPackContractOptions = Prettify<
5555
>;
5656

5757
/**
58+
* @deprecated [Pack contract is incompatible with Pectra update. Support for this contract is being removed in next release.]
59+
*
5860
* Deploy a thirdweb Pack contract
5961
* @param options params for deploying [`Pack contract`](https://thirdweb.com/thirdweb.eth/Pack)
6062
* @returns

0 commit comments

Comments
 (0)