@dynamic-labs/wallet-book
Advanced tools
Comparing version 0.17.16 to 0.17.100-viem.1
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "0.17.16", | ||
"version": "0.17.100-viem.1", | ||
"repository": { | ||
@@ -32,4 +32,4 @@ "type": "git", | ||
"dependencies": { | ||
"@dynamic-labs/logger": "0.17.16" | ||
"@dynamic-labs/logger": "0.17.100-viem.1" | ||
} | ||
} |
import { WalletBookGroupSchema, WalletRecordsSchema } from '../schemas'; | ||
export declare const generateGroups: (wallets: WalletRecordsSchema) => WalletBookGroupSchema; |
export {}; |
import { WalletRecordsSchema } from '../../../schemas'; | ||
export declare const firstPartyWalletsData: WalletRecordsSchema; |
import { WalletGroupRecordSchema } from '../../../schemas'; | ||
export declare const groups: WalletGroupRecordSchema; |
export * from './firstParty'; | ||
export * from './walletConnect'; | ||
export * from './walletConnectOverrides'; |
export declare const walletConnectSourceData: Record<string, { | ||
id: string; | ||
metadata: { | ||
shortName: string | null; | ||
colors: { | ||
primary: string | null; | ||
secondary: string | null; | ||
}; | ||
}; | ||
chains: string[]; | ||
@@ -29,3 +37,2 @@ desktop: { | ||
homepage: string; | ||
id: string; | ||
image_id: string; | ||
@@ -41,16 +48,9 @@ image_url: { | ||
}[] | null; | ||
metadata: { | ||
shortName: string | null; | ||
colors: { | ||
primary: string | null; | ||
secondary: string | null; | ||
}; | ||
}; | ||
slug: string; | ||
supported_standards: { | ||
url: string; | ||
id: string; | ||
title: string; | ||
standard_id: number; | ||
standard_prefix: string; | ||
title: string; | ||
url: string; | ||
}[]; | ||
@@ -57,0 +57,0 @@ updatedAt: string; |
@@ -0,0 +0,0 @@ export declare const preprocessFilterWCWallets: (sourceData: any) => void; |
@@ -0,0 +0,0 @@ export declare const WALLET_CONNECT_ENTRIES_TO_REMOVE: string[]; |
export * from './WalletIcon'; |
@@ -0,0 +0,0 @@ import React, { FC } from 'react'; |
@@ -0,0 +0,0 @@ import { createElement, Fragment } from 'react'; |
@@ -0,0 +0,0 @@ export declare const findWalletBookWallet: (walletName: string | undefined) => { |
@@ -0,0 +0,0 @@ import { getWalletBookWallet } from './getWalletBookWallet.js'; |
@@ -0,0 +0,0 @@ export declare const findWalletGroup: (walletGroup: string) => { |
export declare const getWalletIconUrl: (walletName?: string) => string | undefined; |
@@ -0,0 +0,0 @@ import { getWalletBookWallet } from './getWalletBookWallet.js'; |
export declare const getWalletBookCdnUrl: () => string; |
import { WalletSchema } from '../schemas'; | ||
export declare const getWalletBookWallet: (walletName: string | undefined) => WalletSchema; |
@@ -0,0 +0,0 @@ import { useWalletBook } from '../hooks/useWalletBook.js'; |
import { WalletGroupSchema } from '../schemas/walletGroup'; | ||
export declare const getWalletGroup: (key: string) => WalletGroupSchema; |
@@ -0,0 +0,0 @@ import { useWalletBook } from '../hooks/useWalletBook.js'; |
@@ -0,0 +0,0 @@ export type WalletLinks = { |
@@ -0,0 +0,0 @@ import { getWalletBookWallet } from './getWalletBookWallet.js'; |
export declare const getWalletPrimaryColor: (walletName: string) => string | undefined; |
@@ -0,0 +0,0 @@ import { getWalletBookWallet } from './getWalletBookWallet.js'; |
@@ -0,0 +0,0 @@ export * from './getIconUrl'; |
import { Logger } from '@dynamic-labs/logger'; | ||
export declare const logger: Logger; |
export declare const normalizeWalletName: (name?: string) => string; |
@@ -0,0 +0,0 @@ declare const TEMPLATES: { |
@@ -0,0 +0,0 @@ const TEMPLATES = { |
export * from './useWalletBook'; | ||
export * from './useWalletBookCdn'; |
import { WalletBookSchema } from '../schemas'; | ||
export declare const useWalletBook: () => WalletBookSchema; |
@@ -0,0 +0,0 @@ export declare const useWalletBookCdn: () => { |
@@ -0,0 +0,0 @@ /** |
export * from './walletConnectSourceSchema'; | ||
export * from './walletBookSchema'; | ||
export * from './walletSchema'; |
@@ -0,0 +0,0 @@ /** |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
@@ -0,0 +0,0 @@ /** |
export declare const transformAndroidId: (url: string | undefined) => string | undefined; |
export declare const transformChromeExtensionId: (url: string | undefined) => string | undefined; |
export declare const transformEdgeExtensionId: (url: string | undefined) => string | undefined; |
export declare const transformFirefoxExtensionId: (url: string | undefined) => string | undefined; |
export declare const transformIosId: (url: string | undefined) => string | undefined; |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
@@ -0,0 +0,0 @@ import { z } from 'zod'; |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
472983
+ Added@dynamic-labs/logger@0.17.100-viem.1(transitive)
- Removed@dynamic-labs/logger@0.17.16(transitive)