@funkit/connect 3.5.0 → 3.5.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.
Files changed (41) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/dist/index.js +1 -2
  3. package/dist/providers/FunkitCheckoutContext.d.ts +1 -1
  4. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  5. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  6. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  7. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  8. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  9. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  10. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  11. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  12. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/index.js +78 -78
  14. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  15. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  16. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  17. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  18. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  19. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  23. package/package.json +1 -1
  24. package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +0 -92
  25. package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +0 -103
  26. package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +0 -110
  27. package/dist/wallets/walletConnectors/chunk-C7PUODSS.js +0 -94
  28. package/dist/wallets/walletConnectors/chunk-DWOWRRNZ.js +0 -73
  29. package/dist/wallets/walletConnectors/chunk-HA5KAB4M.js +0 -71
  30. package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +0 -95
  31. package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +0 -96
  32. package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +0 -87
  33. package/dist/wallets/walletConnectors/chunk-N2UFM6FI.js +0 -95
  34. package/dist/wallets/walletConnectors/chunk-NMB62FCH.js +0 -108
  35. package/dist/wallets/walletConnectors/chunk-QQEO4YQS.js +0 -149
  36. package/dist/wallets/walletConnectors/chunk-R6TLOQL3.js +0 -98
  37. package/dist/wallets/walletConnectors/chunk-RMNN2RIV.js +0 -102
  38. package/dist/wallets/walletConnectors/chunk-SIPHIY4F.js +0 -101
  39. package/dist/wallets/walletConnectors/chunk-VU6B3HMD.js +0 -96
  40. package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +0 -98
  41. package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +0 -66
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 3.5.1
4
+
5
+ ### Patch Changes
6
+
7
+ - ec80311: fix: remove preload
8
+
3
9
  ## 3.5.0
4
10
 
5
11
  ### Minor Changes
package/dist/index.js CHANGED
@@ -5854,7 +5854,6 @@ var useFunkitCheckout = (props) => {
5854
5854
  const { openFunCheckoutModal } = useFunCheckoutModal();
5855
5855
  const { connectModalOpen, openConnectModal } = useConnectModal();
5856
5856
  const { isUserLoggedIn } = useGeneralWallet();
5857
- useWalletAssets();
5858
5857
  const onErrorWrapper = useCallback9(
5859
5858
  (payload) => {
5860
5859
  logger.warn(payload.message, payload);
@@ -21543,7 +21542,7 @@ function setFunkitConnectVersion({ version }) {
21543
21542
  localStorage.setItem(storageKey5, version);
21544
21543
  }
21545
21544
  function getCurrentSdkVersion() {
21546
- return "3.5.0";
21545
+ return "3.5.1";
21547
21546
  }
21548
21547
  function useFingerprint() {
21549
21548
  const fingerprint = useCallback41(() => {
@@ -1,7 +1,7 @@
1
1
  import { Operation } from '@funkit/core';
2
2
  import React, { ReactNode } from 'react';
3
3
  import { Abi, Address } from 'viem';
4
- import { AssetHoldingsItem } from '~/utils/assets';
4
+ import type { AssetHoldingsItem } from '~/utils/assets';
5
5
  import { PaymentMethodInfo } from '../domains/paymentMethods';
6
6
  import type { FunkitCheckoutQuoteResult } from '../domains/quote';
7
7
  export type { HistoricalCheckoutItem, ServerCheckoutConfig, } from '~/domains/clientMetadata';
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bifrostWallet
4
- } from "../chunk-HA5KAB4M.js";
4
+ } from "../chunk-LVBXKMWP.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  bifrostWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  bitgetWallet
4
- } from "../chunk-SIPHIY4F.js";
4
+ } from "../chunk-PFRM52PK.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  bitgetWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  bybitWallet
4
- } from "../chunk-W5O4YSZN.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-6ONTSPEY.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  bybitWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  clvWallet
4
- } from "../chunk-LEXSM5KI.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-KR6JBW5E.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  clvWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coin98Wallet
4
- } from "../chunk-KFFJPS5R.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-DTRYS3MO.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coin98Wallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  coreWallet
4
- } from "../chunk-JXP2QPW7.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-HBA36GW3.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  coreWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  foxWallet
4
- } from "../chunk-XYBEMO3C.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-LMZMXEXL.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  foxWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  frontierWallet
4
- } from "../chunk-R6TLOQL3.js";
4
+ } from "../chunk-E2VPHAWU.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  frontierWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  gateWallet
4
- } from "../chunk-C7PUODSS.js";
4
+ } from "../chunk-CTBFNNME.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  gateWallet
10
10
  };
@@ -1,154 +1,154 @@
1
1
  "use client";
2
2
  import {
3
- zerionWallet
4
- } from "./chunk-RMNN2RIV.js";
3
+ uniswapWallet
4
+ } from "./chunk-LH7BMNFZ.js";
5
5
  import {
6
- walletConnectWallet
7
- } from "./chunk-NP5QGWNL.js";
6
+ zerionWallet
7
+ } from "./chunk-KN5BJYWQ.js";
8
8
  import {
9
- xdefiWallet
10
- } from "./chunk-NO7XMBB5.js";
9
+ zealWallet
10
+ } from "./chunk-JROWU5BP.js";
11
11
  import {
12
12
  subWallet
13
- } from "./chunk-4UM4GTKZ.js";
14
- import {
15
- tokenPocketWallet
16
- } from "./chunk-N2UFM6FI.js";
17
- import {
18
- safepalWallet
19
- } from "./chunk-6LPM6LUQ.js";
13
+ } from "./chunk-AD2KIJB6.js";
20
14
  import {
21
15
  tahoWallet
22
16
  } from "./chunk-6P2EMPZI.js";
23
17
  import {
24
- uniswapWallet
25
- } from "./chunk-LH7BMNFZ.js";
18
+ talismanWallet
19
+ } from "./chunk-ABFSXBE6.js";
26
20
  import {
27
- safeheronWallet
28
- } from "./chunk-R6RWZRFF.js";
21
+ tokenPocketWallet
22
+ } from "./chunk-EHDKQOCG.js";
29
23
  import {
30
- trustWallet
31
- } from "./chunk-NMB62FCH.js";
24
+ tokenaryWallet
25
+ } from "./chunk-7GGVFQBD.js";
32
26
  import {
33
- zealWallet
34
- } from "./chunk-JROWU5BP.js";
27
+ walletConnectWallet
28
+ } from "./chunk-NP5QGWNL.js";
35
29
  import {
36
- roninWallet
37
- } from "./chunk-25VW5TZP.js";
30
+ xdefiWallet
31
+ } from "./chunk-NO7XMBB5.js";
32
+ import {
33
+ trustWallet
34
+ } from "./chunk-UQAC373E.js";
38
35
  import {
39
36
  oneKeyWallet
40
37
  } from "./chunk-4AD7VI2P.js";
41
38
  import {
42
- safeWallet
43
- } from "./chunk-BQQQL6UD.js";
44
- import {
45
- ramperWallet
46
- } from "./chunk-PIUNLQJG.js";
39
+ phantomWallet
40
+ } from "./chunk-ZSVTX6EK.js";
47
41
  import {
48
42
  rabbyWallet
49
43
  } from "./chunk-BVX4XGNP.js";
50
44
  import {
51
- phantomWallet
52
- } from "./chunk-ZSVTX6EK.js";
45
+ roninWallet
46
+ } from "./chunk-63YLN6R5.js";
53
47
  import {
54
- talismanWallet
55
- } from "./chunk-ABFSXBE6.js";
48
+ ramperWallet
49
+ } from "./chunk-PIUNLQJG.js";
56
50
  import {
57
- tokenaryWallet
58
- } from "./chunk-7GGVFQBD.js";
51
+ safeWallet
52
+ } from "./chunk-BQQQL6UD.js";
59
53
  import {
60
- foxWallet
61
- } from "./chunk-XYBEMO3C.js";
54
+ safeheronWallet
55
+ } from "./chunk-R6RWZRFF.js";
56
+ import {
57
+ safepalWallet
58
+ } from "./chunk-MSFKSQBY.js";
62
59
  import {
63
60
  injectedWallet
64
61
  } from "./chunk-VCVVV2K7.js";
65
62
  import {
66
- metaMaskWallet
67
- } from "./chunk-QQEO4YQS.js";
63
+ kresusWallet
64
+ } from "./chunk-MJXPRJZT.js";
68
65
  import {
69
- mewWallet
70
- } from "./chunk-V57WLZEE.js";
66
+ oktoWallet
67
+ } from "./chunk-UJVBNAKM.js";
71
68
  import {
72
- oneInchWallet
73
- } from "./chunk-OESTDX6I.js";
69
+ metaMaskWallet
70
+ } from "./chunk-FGLYJDAL.js";
74
71
  import {
75
72
  okxWallet
76
- } from "./chunk-VU6B3HMD.js";
73
+ } from "./chunk-5HXH52SO.js";
77
74
  import {
78
75
  omniWallet
79
76
  } from "./chunk-24OBTKSN.js";
77
+ import {
78
+ oneInchWallet
79
+ } from "./chunk-OESTDX6I.js";
80
80
  import {
81
81
  rainbowWallet
82
- } from "./chunk-DWOWRRNZ.js";
82
+ } from "./chunk-MATWQVQM.js";
83
83
  import {
84
84
  frameWallet
85
85
  } from "./chunk-ZMYVTWDF.js";
86
86
  import {
87
- imTokenWallet
88
- } from "./chunk-COZ7MIQS.js";
89
- import {
90
- gateWallet
91
- } from "./chunk-C7PUODSS.js";
87
+ enkryptWallet
88
+ } from "./chunk-SJTXS4ZW.js";
92
89
  import {
93
90
  frontierWallet
94
- } from "./chunk-R6TLOQL3.js";
91
+ } from "./chunk-E2VPHAWU.js";
95
92
  import {
96
- kresusWallet
97
- } from "./chunk-MJXPRJZT.js";
93
+ gateWallet
94
+ } from "./chunk-CTBFNNME.js";
98
95
  import {
99
- oktoWallet
100
- } from "./chunk-UJVBNAKM.js";
96
+ imTokenWallet
97
+ } from "./chunk-COZ7MIQS.js";
101
98
  import {
102
99
  ledgerWallet
103
100
  } from "./chunk-GDXRZB7A.js";
104
101
  import {
105
- bloomWallet
106
- } from "./chunk-CV5FY7VL.js";
102
+ mewWallet
103
+ } from "./chunk-V57WLZEE.js";
107
104
  import {
108
- bifrostWallet
109
- } from "./chunk-HA5KAB4M.js";
105
+ clvWallet
106
+ } from "./chunk-KR6JBW5E.js";
110
107
  import {
111
- dawnWallet
112
- } from "./chunk-IKPUD375.js";
108
+ bybitWallet
109
+ } from "./chunk-6ONTSPEY.js";
110
+ import {
111
+ coin98Wallet
112
+ } from "./chunk-DTRYS3MO.js";
113
113
  import {
114
114
  coinbaseWallet
115
115
  } from "./chunk-BDI5G6GA.js";
116
- import {
117
- bybitWallet
118
- } from "./chunk-W5O4YSZN.js";
119
116
  import {
120
117
  coreWallet
121
- } from "./chunk-JXP2QPW7.js";
118
+ } from "./chunk-HBA36GW3.js";
122
119
  import {
123
- enkryptWallet
124
- } from "./chunk-SJTXS4ZW.js";
120
+ dawnWallet
121
+ } from "./chunk-IKPUD375.js";
125
122
  import {
126
123
  desigWallet
127
124
  } from "./chunk-CTU6JCOK.js";
125
+ import {
126
+ foxWallet
127
+ } from "./chunk-LMZMXEXL.js";
128
128
  import {
129
129
  argentWallet
130
130
  } from "./chunk-HRDRUWYF.js";
131
131
  import {
132
- braveWallet
133
- } from "./chunk-PB254NQ4.js";
134
- import {
135
- clvWallet
136
- } from "./chunk-LEXSM5KI.js";
132
+ bifrostWallet
133
+ } from "./chunk-LVBXKMWP.js";
137
134
  import {
138
- coin98Wallet
139
- } from "./chunk-KFFJPS5R.js";
135
+ bitverseWallet
136
+ } from "./chunk-3HZRRP4Y.js";
140
137
  import {
141
138
  bitgetWallet
142
- } from "./chunk-SIPHIY4F.js";
143
- import "./chunk-RETKWSKD.js";
139
+ } from "./chunk-PFRM52PK.js";
144
140
  import {
145
141
  bitskiWallet
146
142
  } from "./chunk-P74YPRF6.js";
147
- import "./chunk-WRA2DVJ7.js";
148
143
  import {
149
- bitverseWallet
150
- } from "./chunk-3HZRRP4Y.js";
144
+ bloomWallet
145
+ } from "./chunk-CV5FY7VL.js";
146
+ import "./chunk-RETKWSKD.js";
151
147
  import "./chunk-23WIEY36.js";
148
+ import {
149
+ braveWallet
150
+ } from "./chunk-PB254NQ4.js";
151
+ import "./chunk-WRA2DVJ7.js";
152
152
  export {
153
153
  argentWallet,
154
154
  bifrostWallet,
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  metaMaskWallet
4
- } from "../chunk-QQEO4YQS.js";
4
+ } from "../chunk-FGLYJDAL.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  metaMaskWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  okxWallet
4
- } from "../chunk-VU6B3HMD.js";
4
+ } from "../chunk-5HXH52SO.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  okxWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  rainbowWallet
4
- } from "../chunk-DWOWRRNZ.js";
4
+ } from "../chunk-MATWQVQM.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  rainbowWallet
10
10
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  roninWallet
4
- } from "../chunk-25VW5TZP.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-63YLN6R5.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  roninWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  safepalWallet
4
- } from "../chunk-6LPM6LUQ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-MSFKSQBY.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  safepalWallet
9
9
  };
@@ -1,9 +1,9 @@
1
1
  "use client";
2
2
  import {
3
3
  subWallet
4
- } from "../chunk-4UM4GTKZ.js";
5
- import "../chunk-WRA2DVJ7.js";
4
+ } from "../chunk-AD2KIJB6.js";
6
5
  import "../chunk-23WIEY36.js";
6
+ import "../chunk-WRA2DVJ7.js";
7
7
  export {
8
8
  subWallet
9
9
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  tokenPocketWallet
4
- } from "../chunk-N2UFM6FI.js";
4
+ } from "../chunk-EHDKQOCG.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  tokenPocketWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  trustWallet
4
- } from "../chunk-NMB62FCH.js";
4
+ } from "../chunk-UQAC373E.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  trustWallet
10
10
  };
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  zerionWallet
4
- } from "../chunk-RMNN2RIV.js";
4
+ } from "../chunk-KN5BJYWQ.js";
5
5
  import "../chunk-RETKWSKD.js";
6
- import "../chunk-WRA2DVJ7.js";
7
6
  import "../chunk-23WIEY36.js";
7
+ import "../chunk-WRA2DVJ7.js";
8
8
  export {
9
9
  zerionWallet
10
10
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@funkit/connect",
3
- "version": "3.5.0",
3
+ "version": "3.5.1",
4
4
  "description": "Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.",
5
5
  "files": [
6
6
  "dist",
@@ -1,92 +0,0 @@
1
- "use client";
2
- import {
3
- getInjectedConnector,
4
- hasInjectedProvider
5
- } from "./chunk-WRA2DVJ7.js";
6
- import {
7
- getWalletConnectConnector
8
- } from "./chunk-23WIEY36.js";
9
-
10
- // src/wallets/walletConnectors/roninWallet/roninWallet.ts
11
- var roninWallet = ({
12
- projectId,
13
- walletConnectParameters
14
- }) => {
15
- const isRoninInjected = hasInjectedProvider({
16
- namespace: "ronin.provider"
17
- });
18
- return {
19
- id: "ronin",
20
- name: "Ronin Wallet",
21
- iconUrl: async () => (await import("./roninWallet-SAB5ESVK.js")).default,
22
- iconBackground: "#ffffff",
23
- rdns: "com.roninchain.wallet",
24
- installed: isRoninInjected || void 0,
25
- downloadUrls: {
26
- android: "https://play.google.com/store/apps/details?id=com.skymavis.genesis",
27
- ios: "https://apps.apple.com/us/app/ronin-wallet/id1592675001",
28
- mobile: "https://wallet.roninchain.com",
29
- chrome: "https://chrome.google.com/webstore/detail/ronin-wallet/fnjhmkhhmkbjkkabndcnnogagogbneec",
30
- edge: "https://microsoftedge.microsoft.com/addons/detail/ronin-wallet/kjmoohlgokccodicjjfebfomlbljgfhk",
31
- firefox: "https://addons.mozilla.org/firefox/addon/ronin-wallet",
32
- browserExtension: "https://wallet.roninchain.com/",
33
- qrCode: "https://wallet.roninchain.com/"
34
- },
35
- mobile: {
36
- getUri: (uri) => `roninwallet://wc?uri=${encodeURIComponent(uri)}`
37
- },
38
- qrCode: {
39
- getUri: (uri) => uri,
40
- instructions: {
41
- learnMoreUrl: "https://wallet.roninchain.com/",
42
- steps: [
43
- {
44
- description: "wallet_connectors.ronin.qr_code.step1.description",
45
- step: "install",
46
- title: "wallet_connectors.ronin.qr_code.step1.title"
47
- },
48
- {
49
- description: "wallet_connectors.ronin.qr_code.step2.description",
50
- step: "create",
51
- title: "wallet_connectors.ronin.qr_code.step2.title"
52
- },
53
- {
54
- description: "wallet_connectors.ronin.qr_code.step3.description",
55
- step: "scan",
56
- title: "wallet_connectors.ronin.qr_code.step3.title"
57
- }
58
- ]
59
- }
60
- },
61
- extension: {
62
- instructions: {
63
- learnMoreUrl: "https://wallet.roninchain.com/",
64
- steps: [
65
- {
66
- description: "wallet_connectors.ronin.extension.step1.description",
67
- step: "install",
68
- title: "wallet_connectors.ronin.extension.step1.title"
69
- },
70
- {
71
- description: "wallet_connectors.ronin.extension.step2.description",
72
- step: "create",
73
- title: "wallet_connectors.ronin.extension.step2.title"
74
- },
75
- {
76
- description: "wallet_connectors.ronin.extension.step3.description",
77
- step: "refresh",
78
- title: "wallet_connectors.ronin.extension.step3.title"
79
- }
80
- ]
81
- }
82
- },
83
- createConnector: isRoninInjected ? getInjectedConnector({ namespace: "ronin.provider" }) : getWalletConnectConnector({
84
- projectId,
85
- walletConnectParameters
86
- })
87
- };
88
- };
89
-
90
- export {
91
- roninWallet
92
- };