@dynamic-labs/wallet-book
Advanced tools
Comparing version 0.17.100-viem.1 to 0.17.100-viem.2
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "0.17.100-viem.1", | ||
"version": "0.17.100-viem.2", | ||
"repository": { | ||
@@ -32,4 +32,4 @@ "type": "git", | ||
"dependencies": { | ||
"@dynamic-labs/logger": "0.17.100-viem.1" | ||
"@dynamic-labs/logger": "0.17.100-viem.2" | ||
} | ||
} |
export declare const walletConnectSourceData: Record<string, { | ||
id: string; | ||
metadata: { | ||
shortName: string | null; | ||
colors: { | ||
primary: string | null; | ||
secondary: string | null; | ||
}; | ||
}; | ||
chains: string[]; | ||
@@ -37,2 +29,3 @@ desktop: { | ||
homepage: string; | ||
id: string; | ||
image_id: string; | ||
@@ -48,9 +41,16 @@ 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; |
Sorry, the diff of this file is too big to display
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
473448
+ Added@dynamic-labs/logger@0.17.100-viem.2(transitive)
- Removed@dynamic-labs/logger@0.17.100-viem.1(transitive)