@dynamic-labs/wallet-book
Advanced tools
Comparing version 3.0.0-alpha.66 to 3.0.0-alpha.67
{ | ||
"name": "@dynamic-labs/wallet-book", | ||
"version": "3.0.0-alpha.66", | ||
"version": "3.0.0-alpha.67", | ||
"repository": { | ||
@@ -29,5 +29,5 @@ "type": "git", | ||
"zod": "3.22.4", | ||
"@dynamic-labs/iconic": "3.0.0-alpha.66", | ||
"@dynamic-labs/logger": "3.0.0-alpha.66", | ||
"@dynamic-labs/utils": "3.0.0-alpha.66", | ||
"@dynamic-labs/iconic": "3.0.0-alpha.67", | ||
"@dynamic-labs/logger": "3.0.0-alpha.67", | ||
"@dynamic-labs/utils": "3.0.0-alpha.67", | ||
"util": "0.12.5" | ||
@@ -34,0 +34,0 @@ }, |
@@ -379,2 +379,41 @@ 'use client' | ||
}, | ||
phantombtc: { | ||
brand: { | ||
alt: "Phantom Wallet", | ||
primaryColor: "#4B49C6", | ||
spriteId: "phantom" | ||
}, | ||
chainGroup: "phantom", | ||
desktop: { | ||
chromeId: "bfnaelmomeimhlpmgjnjophhpkkoljpa", | ||
firefoxId: "phantom-app" | ||
}, | ||
group: "phantom", | ||
injectedConfig: [ | ||
{ | ||
chain: "btc", | ||
extensionLocators: [ | ||
{ | ||
flag: "isPhantom", | ||
value: true | ||
} | ||
], | ||
walletStandard: { | ||
features: [ | ||
"bitcoin:connect" | ||
], | ||
name: "Phantom" | ||
}, | ||
windowLocations: [ | ||
"phantom.bitcoin" | ||
] | ||
} | ||
], | ||
mobile: { | ||
androidId: "app.phantom", | ||
iosId: "id1598432977" | ||
}, | ||
name: "Phantom", | ||
shortName: "Phantom (Bitcoin)" | ||
}, | ||
phantomevm: { | ||
@@ -838,2 +877,41 @@ brand: { | ||
}, | ||
magicedenbtc: { | ||
brand: { | ||
alt: "Magic Eden", | ||
spriteId: "magiceden" | ||
}, | ||
chainGroup: "magiceden", | ||
desktop: { | ||
chromeId: "mkpegjkblkkefacfnmkajcjmabijhclg" | ||
}, | ||
group: "magiceden", | ||
hardwareWallets: [ | ||
"ledger" | ||
], | ||
injectedConfig: [ | ||
{ | ||
chain: "btc", | ||
extensionLocators: [ | ||
], | ||
walletStandard: { | ||
features: [ | ||
"sats-connect:" | ||
], | ||
name: "Magic Eden" | ||
}, | ||
windowLocations: [ | ||
"magicEden.bitcoin" | ||
] | ||
} | ||
], | ||
name: "Magic Eden", | ||
shortName: "Magic Eden (Bitcoin)", | ||
walletLimitations: { | ||
browserExtension: { | ||
unsupportedMethods: [ | ||
"getConnectedAccounts" | ||
] | ||
} | ||
} | ||
}, | ||
magicedensol: { | ||
@@ -1132,2 +1210,81 @@ brand: { | ||
name: "UniSat" | ||
}, | ||
unknown: { | ||
brand: { | ||
spriteId: "captcha-wave" | ||
}, | ||
mobile: { | ||
androidId: "enable-android", | ||
iosId: "id1234567890" | ||
}, | ||
name: "Unknown Wallet", | ||
walletLimitations: { | ||
browserExtension: { | ||
unsupportedMethods: [ | ||
"getConnectedAccounts" | ||
] | ||
} | ||
} | ||
}, | ||
xverse: { | ||
brand: { | ||
alt: "Xverse Wallet", | ||
spriteId: "xverse" | ||
}, | ||
desktop: { | ||
chromeId: "idnnbdplmphpflfnlkomgpfbpcgelopg" | ||
}, | ||
hardwareWallets: [ | ||
"ledger" | ||
], | ||
injectedConfig: [ | ||
{ | ||
chain: "btc", | ||
extensionLocators: [ | ||
], | ||
walletStandard: { | ||
features: [ | ||
"sats-connect:" | ||
], | ||
name: "Xverse", | ||
providerId: "XverseProviders.BitcoinProvider" | ||
}, | ||
windowLocations: [ | ||
"XverseProviders.BitcoinProvider" | ||
] | ||
} | ||
], | ||
mobile: { | ||
androidId: "com.secretkeylabs.xverse", | ||
inAppBrowser: "xverse://browser?url={{encodedDappURI}}", | ||
iosId: "id1552272513" | ||
}, | ||
name: "Xverse", | ||
walletLimitations: { | ||
browserExtension: { | ||
unsupportedEvents: [ | ||
"accountChanged" | ||
], | ||
unsupportedMethods: [ | ||
"getConnectedAccounts" | ||
] | ||
} | ||
} | ||
}, | ||
fallbackconnector: { | ||
brand: { | ||
spriteId: "captcha-wave" | ||
}, | ||
mobile: { | ||
androidId: "enable-android", | ||
iosId: "id1234567890" | ||
}, | ||
name: "Fallback Connector", | ||
walletLimitations: { | ||
browserExtension: { | ||
unsupportedMethods: [ | ||
"getConnectedAccounts" | ||
] | ||
} | ||
} | ||
} | ||
@@ -1134,0 +1291,0 @@ }; |
Sorry, the diff of this file is too big to display
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
576739
7436
+ Added@dynamic-labs/iconic@3.0.0-alpha.67(transitive)
+ Added@dynamic-labs/logger@3.0.0-alpha.67(transitive)
+ Added@dynamic-labs/sdk-api-core@0.0.529(transitive)
+ Added@dynamic-labs/types@3.0.0-alpha.67(transitive)
+ Added@dynamic-labs/utils@3.0.0-alpha.67(transitive)
- Removed@dynamic-labs/iconic@3.0.0-alpha.66(transitive)
- Removed@dynamic-labs/logger@3.0.0-alpha.66(transitive)
- Removed@dynamic-labs/sdk-api-core@0.0.526(transitive)
- Removed@dynamic-labs/types@3.0.0-alpha.66(transitive)
- Removed@dynamic-labs/utils@3.0.0-alpha.66(transitive)