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
7 changes: 0 additions & 7 deletions .changeset/shiny-owls-sit.md

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react-core/src/core/hooks/wallet-hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ import type {
TokenBoundSmartWallet,
TrustWallet,
WalletConnect,
ComethConnect,
walletIds,
} from "@thirdweb-dev/wallets";
import { WalletInstance } from "../types/wallet";
Expand All @@ -41,7 +40,6 @@ type WalletIdToWalletTypeMap = {
walletConnect: WalletConnect;
phantom: PhantomWallet;
walletConnectV1: WalletConnect;
comethConnect: ComethConnect;
okx: OKXWallet;
};

Expand Down
16 changes: 0 additions & 16 deletions packages/react/src/evm/hooks/wallets/useComethConnect.ts

This file was deleted.

2 changes: 0 additions & 2 deletions packages/react/src/evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ export { useMetamask } from "./hooks/wallets/useMetamask";
export { useCoinbaseWallet } from "./hooks/wallets/useCoinbaseWallet";
export { useFrameWallet } from "./hooks/wallets/useFrame";
export { useBloctoWallet } from "./hooks/wallets/useBloctoWallet";
export { useComethConnect } from "./hooks/wallets/useComethConnect";

export {
usePaperWalletUserEmail,
Expand Down Expand Up @@ -67,6 +66,5 @@ export {
MagicLink,
SignerWallet,
InjectedWallet,
ComethConnect,
setWalletAnalyticsEnabled,
} from "@thirdweb-dev/wallets";
1 change: 0 additions & 1 deletion packages/react/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ export { defaultWallets } from "./wallet/wallets/defaultWallets";
export { useSmartWallet } from "./evm/hooks/wallets/useSmartWallet";
export { bloctoWallet } from "./wallet/wallets/blocto/bloctoWallet";
export { coinbaseWallet } from "./wallet/wallets/coinbase/coinbaseWallet";
export { comethConnect } from "./wallet/wallets/comethConnect/comethConnect";
export { embeddedWallet } from "./wallet/wallets/embeddedWallet/embeddedWallet";
export { frameWallet } from "./wallet/wallets/frame/frameWallet";
export { localWallet } from "./wallet/wallets/localWallet/localWallet";
Expand Down
103 changes: 0 additions & 103 deletions packages/react/src/wallet/wallets/comethConnect/comethConnect.tsx

This file was deleted.

2 changes: 1 addition & 1 deletion packages/sdk/src/evm/constants/erc721-features.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import IMintableERC721Abi from "@thirdweb-dev/contracts-js/dist/abis/IMintableER
import MulticallAbi from "@thirdweb-dev/contracts-js/dist/abis/IMulticall.json";
import SignatureMintERC721Abi from "@thirdweb-dev/contracts-js/dist/abis/ISignatureMintERC721.json";
import SignatureMintERC721_V1Abi from "@thirdweb-dev/contracts-js/dist/abis/ISignatureMintERC721_V1.json";
import TieredDropAbi from "@thirdweb-dev/contracts-js/dist/abis/LazyMintWithTier.json";
import TieredDropAbi from "@thirdweb-dev/contracts-js/dist/abis/LazyMintWithTier_V1.json";
import SharedMetadataAbi from "@thirdweb-dev/contracts-js/dist/abis/SharedMetadata.json";
import zora_IDropERC721 from "@thirdweb-dev/contracts-js/dist/abis/zora_IERC721Drop.json";
import ILoyaltyCardAbi from "@thirdweb-dev/contracts-js/dist/abis/ILoyaltyCard.json";
Expand Down
7 changes: 0 additions & 7 deletions packages/wallets/evm/connectors/cometh-connect/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions packages/wallets/evm/wallets/cometh-connect/package.json

This file was deleted.

15 changes: 0 additions & 15 deletions packages/wallets/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -211,13 +211,6 @@
},
"default": "./evm/connectors/trust/dist/thirdweb-dev-wallets-evm-connectors-trust.cjs.js"
},
"./evm/wallets/cometh-connect": {
"module": {
"browser": "./evm/wallets/cometh-connect/dist/thirdweb-dev-wallets-evm-wallets-cometh-connect.browser.esm.js",
"default": "./evm/wallets/cometh-connect/dist/thirdweb-dev-wallets-evm-wallets-cometh-connect.esm.js"
},
"default": "./evm/wallets/cometh-connect/dist/thirdweb-dev-wallets-evm-wallets-cometh-connect.cjs.js"
},
"./evm/wallets/rainbow-wallet": {
"module": {
"browser": "./evm/wallets/rainbow-wallet/dist/thirdweb-dev-wallets-evm-wallets-rainbow-wallet.browser.esm.js",
Expand Down Expand Up @@ -330,13 +323,6 @@
},
"default": "./evm/connectors/smart-wallet/dist/thirdweb-dev-wallets-evm-connectors-smart-wallet.cjs.js"
},
"./evm/connectors/cometh-connect": {
"module": {
"browser": "./evm/connectors/cometh-connect/dist/thirdweb-dev-wallets-evm-connectors-cometh-connect.browser.esm.js",
"default": "./evm/connectors/cometh-connect/dist/thirdweb-dev-wallets-evm-connectors-cometh-connect.esm.js"
},
"default": "./evm/connectors/cometh-connect/dist/thirdweb-dev-wallets-evm-connectors-cometh-connect.cjs.js"
},
"./evm/connectors/wallet-connect": {
"module": {
"browser": "./evm/connectors/wallet-connect/dist/thirdweb-dev-wallets-evm-connectors-wallet-connect.browser.esm.js",
Expand Down Expand Up @@ -417,7 +403,6 @@
"@account-abstraction/contracts": "^0.5.0",
"@account-abstraction/sdk": "^0.5.0",
"@account-abstraction/utils": "^0.5.0",
"@cometh/connect-sdk": "^1.2.0",
"@blocto/sdk": "^0.5.4",
"@coinbase/wallet-sdk": "^3.7.1",
"@google-cloud/kms": "3.0.1",
Expand Down
120 changes: 0 additions & 120 deletions packages/wallets/src/evm/connectors/cometh-connect/index.ts

This file was deleted.

9 changes: 0 additions & 9 deletions packages/wallets/src/evm/connectors/cometh-connect/types.ts

This file was deleted.

1 change: 0 additions & 1 deletion packages/wallets/src/evm/constants/walletIds.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
export const walletIds = {
blocto: "blocto",
coinbase: "coinbase",
comethConnect: "comethConnect",
frame: "frame",
localWallet: "localWallet",
magicLink: "magicLink",
Expand Down
4 changes: 0 additions & 4 deletions packages/wallets/src/evm/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,6 @@ export type {
} from "./wallets/abstract";

export * from "./wallets/paper-wallet";
export {
ComethConnect,
type ComethAdditionalOptions,
} from "./wallets/cometh-connect";
// just the types
export { AbstractClientWallet } from "./wallets/base";
export type { WalletOptions } from "./wallets/base";
Expand Down
Loading