File tree Expand file tree Collapse file tree 5 files changed +1
-209
lines changed Expand file tree Collapse file tree 5 files changed +1
-209
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,6 @@ const NFTS = {
4747 "thirdweb.eth/TokenERC721" ,
4848 "thirdweb.eth/DropERC1155" ,
4949 "thirdweb.eth/TokenERC1155" ,
50- "thirdweb.eth/Pack" ,
5150 "flairsdk.eth/ERC721CommunityStream" ,
5251 "thirdweb.eth/LoyaltyCard" ,
5352 "doubledev.eth/ERC4907" ,
@@ -250,7 +249,6 @@ const GAMING = {
250249 "thirdweb.eth/TokenERC20" ,
251250 "thirdweb.eth/TokenERC1155" ,
252251 "thirdweb.eth/Multiwrap" ,
253- "thirdweb.eth/Pack" ,
254252 "thirdweb.eth/NFTStake" ,
255253 ] ,
256254 showInExplore : false ,
Original file line number Diff line number Diff line change @@ -49,11 +49,5 @@ export {
4949export { computePublishedContractAddress } from "../utils/any-evm/compute-published-contract-address.js" ;
5050export { getRequiredTransactions } from "../extensions/prebuilts/get-required-transactions.js" ;
5151
52- export {
53- type PackContractParams ,
54- type DeployPackContractOptions ,
55- deployPackContract ,
56- } from "../extensions/prebuilts/deploy-pack.js" ;
57-
5852export { getInitializeTransaction } from "../extensions/prebuilts/deploy-published.js" ;
5953export { getOrDeployInfraForPublishedContract } from "../contract/deployment/utils/bootstrap.js" ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -302,8 +302,7 @@ export async function getAllDefaultConstructorParamsForImplementation(args: {
302302 } ;
303303 }
304304
305- const forwarderContractId =
306- args . contractId === "Pack" ? "ForwarderEOAOnly" : "Forwarder" ;
305+ const forwarderContractId = "Forwarder" ;
307306 const [ forwarder , weth ] = await Promise . all ( [
308307 computePublishedContractAddress ( {
309308 chain,
You can’t perform that action at this time.
0 commit comments