@dynamic-labs/wallet-book 1.0.1 → 1.1.0-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -1,15 +1,7 @@
1
1
 
2
- ### [1.0.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.0...v1.0.1) (2023-12-14)
2
+ ## [1.1.0-alpha.1](https://github.com/dynamic-labs/DynamicAuth/compare/v1.1.0-alpha.0...v1.1.0-alpha.1) (2023-12-15)
3
3
 
4
-
5
- ### Bug Fixes
6
-
7
- * update wagmi to v1.4.12 ([#4171](https://github.com/dynamic-labs/DynamicAuth/issues/4171)) ([a741989](https://github.com/dynamic-labs/DynamicAuth/commit/a74198978f4708e96b12743b2f1f372b23940020))
8
-
9
- ## [1.0.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.0-alpha.14...v1.0.0) (2023-12-12)
10
-
11
- Changelog: https://docs.dynamic.xyz/changelog/v1
12
- Upgrade guide: https://docs.dynamic.xyz/react-sdk/upgrade
4
+ ## [1.1.0-alpha.0](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.0-alpha.14...v1.1.0-alpha.0) (2023-12-12)
13
5
 
14
6
 
15
7
  ## [1.0.0-alpha.14](https://github.com/dynamic-labs/DynamicAuth/compare/v1.0.0-alpha.13...v1.0.0-alpha.14) (2023-12-12)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@dynamic-labs/wallet-book",
3
- "version": "1.0.1",
3
+ "version": "1.1.0-alpha.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/dynamic-labs/DynamicAuth.git",
@@ -26,7 +26,7 @@
26
26
  },
27
27
  "dependencies": {
28
28
  "zod": "3.22.4",
29
- "@dynamic-labs/logger": "1.0.1"
29
+ "@dynamic-labs/logger": "1.1.0-alpha.1"
30
30
  },
31
31
  "peerDependencies": {
32
32
  "react": "^17.0.2 || ^18.0.0",
@@ -166,6 +166,20 @@ var wallets = {
166
166
  rdns: "com.coinbase"
167
167
  },
168
168
  group: "coinbase",
169
+ injectedConfig: [
170
+ {
171
+ chain: "evm",
172
+ extensionLocators: [
173
+ {
174
+ flag: "isCoinbaseWallet",
175
+ value: true
176
+ }
177
+ ],
178
+ windowLocations: [
179
+ "coinbaseWalletExtension"
180
+ ]
181
+ }
182
+ ],
169
183
  mobile: {
170
184
  androidId: "org.toshi",
171
185
  iosId: "id1278383455"
@@ -282,6 +296,20 @@ var wallets = {
282
296
  chromeId: "egjidjbpglichdcondbcbdnbeeppgdph"
283
297
  },
284
298
  filterFromWalletConnect: true,
299
+ injectedConfig: [
300
+ {
301
+ chain: "evm",
302
+ extensionLocators: [
303
+ {
304
+ flag: "isTrustWallet",
305
+ value: true
306
+ }
307
+ ],
308
+ windowLocations: [
309
+ "trustWallet"
310
+ ]
311
+ }
312
+ ],
285
313
  mobile: {
286
314
  androidId: "com.wallet.crypto.trustapp",
287
315
  iosId: "id1288339409",
@@ -162,6 +162,20 @@ var wallets = {
162
162
  rdns: "com.coinbase"
163
163
  },
164
164
  group: "coinbase",
165
+ injectedConfig: [
166
+ {
167
+ chain: "evm",
168
+ extensionLocators: [
169
+ {
170
+ flag: "isCoinbaseWallet",
171
+ value: true
172
+ }
173
+ ],
174
+ windowLocations: [
175
+ "coinbaseWalletExtension"
176
+ ]
177
+ }
178
+ ],
165
179
  mobile: {
166
180
  androidId: "org.toshi",
167
181
  iosId: "id1278383455"
@@ -278,6 +292,20 @@ var wallets = {
278
292
  chromeId: "egjidjbpglichdcondbcbdnbeeppgdph"
279
293
  },
280
294
  filterFromWalletConnect: true,
295
+ injectedConfig: [
296
+ {
297
+ chain: "evm",
298
+ extensionLocators: [
299
+ {
300
+ flag: "isTrustWallet",
301
+ value: true
302
+ }
303
+ ],
304
+ windowLocations: [
305
+ "trustWallet"
306
+ ]
307
+ }
308
+ ],
281
309
  mobile: {
282
310
  androidId: "com.wallet.crypto.trustapp",
283
311
  iosId: "id1288339409",