Skip to content

Commit 2f5bbb8

Browse files
committed
Cleanup obsolete contracts
1 parent bf81dee commit 2f5bbb8

File tree

5 files changed

+1
-209
lines changed

5 files changed

+1
-209
lines changed

apps/dashboard/src/data/explore.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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,

packages/thirdweb/src/exports/deploys.ts

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,5 @@ export {
4949
export { computePublishedContractAddress } from "../utils/any-evm/compute-published-contract-address.js";
5050
export { 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-
5852
export { getInitializeTransaction } from "../extensions/prebuilts/deploy-published.js";
5953
export { getOrDeployInfraForPublishedContract } from "../contract/deployment/utils/bootstrap.js";

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

Lines changed: 0 additions & 25 deletions
This file was deleted.

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

Lines changed: 0 additions & 174 deletions
This file was deleted.

packages/thirdweb/src/extensions/prebuilts/get-required-transactions.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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,

0 commit comments

Comments
 (0)