@funkit/connect 4.1.1 → 4.1.2
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 +32 -0
- package/dist/{chunk-2QK6Y7FR.js → chunk-C7BDNBKV.js} +1 -0
- package/dist/{chunk-JFHTYZ23.js → chunk-QCYFMAKN.js} +1 -0
- package/dist/components/Avatar/Avatar.d.ts +2 -1
- package/dist/components/Box/Box.d.ts +7 -7
- package/dist/components/CopyAddress/CopyAddressButton.d.ts +5 -0
- package/dist/components/CopyAddress/CopyDisplayedAddress.d.ts +5 -0
- package/dist/components/CopyAddress/CopyInputDisplayedAddress.d.ts +5 -0
- package/dist/components/CopyAddress/LabelledCopyAddressButton.d.ts +6 -0
- package/dist/components/Dropdown/BaseDropdown.css.d.ts +5 -0
- package/dist/components/Dropdown/BaseDropdown.d.ts +7 -1
- package/dist/components/FunButton/FunButton.css.d.ts +3 -3
- package/dist/components/FunButton/FunLinkButton.d.ts +9 -4
- package/dist/components/FunInput/FunInput.css.d.ts +1 -0
- package/dist/components/FunInput/FunInput.d.ts +0 -1
- package/dist/components/FunNotification/FunNotification.css.d.ts +2 -0
- package/dist/components/FunNotification/FunNotification.d.ts +0 -1
- package/dist/components/FunPaymentMethodItem/FunPaymentMethodItem.css.d.ts +1 -0
- package/dist/components/FunPaymentMethodItem/FunPaymentMethodItem.d.ts +6 -2
- package/dist/components/FunPayments/FunPaymentMethods.d.ts +2 -3
- package/dist/components/FunTooltip/FunTooltip.css.d.ts +4 -0
- package/dist/components/FunTooltip/FunTooltip.d.ts +4 -1
- package/dist/components/FunTransactionSummary/FunTxSummaryComponents.css.d.ts +2 -0
- package/dist/components/FunTransactionSummary/FunTxSummaryComponents.d.ts +0 -1
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.css.d.ts +2 -0
- package/dist/components/FunTransactionSummary/PaymentFeesSummary.d.ts +1 -1
- package/dist/components/FunTransactionSummary/PaymentMethodSummary.d.ts +3 -1
- package/dist/consts/customers.d.ts +0 -4
- package/dist/consts/layout.d.ts +5 -0
- package/dist/css/sprinkles.css.d.ts +9 -7
- package/dist/domains/clientMetadata.d.ts +5 -3
- package/dist/domains/feeEstimate.d.ts +10 -0
- package/dist/domains/paymentMethods.d.ts +1 -0
- package/dist/domains/quote.d.ts +5 -0
- package/dist/hooks/useCheckoutQuoteNotification.d.ts +2 -2
- package/dist/hooks/useCheckoutTimeEstimate.d.ts +7 -0
- package/dist/hooks/useCopyToClipboard.d.ts +4 -0
- package/dist/hooks/usePaymentSources.d.ts +6 -0
- package/dist/index.css +524 -459
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6777 -6966
- package/dist/locales/index.d.ts +0 -3
- package/dist/modals/CheckoutModal/ConfirmationStep/CheckoutPrimaryInfo.d.ts +5 -3
- package/dist/modals/CheckoutModal/ConfirmationStep/useCheckoutQuote.d.ts +1 -1
- package/dist/modals/CheckoutModal/SourceChange/SourceChange.d.ts +1 -3
- package/dist/modals/CheckoutModal/useNewCheckoutQuote.d.ts +7 -0
- package/dist/modals/CheckoutModal/useSourceAssetConfirm.d.ts +4 -2
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeCheckoutDisplayRow.d.ts +0 -1
- package/dist/modals/ProfileDetails/FunProfileViews/Home/HomeTokenDisplayRow.d.ts +0 -1
- package/dist/modals/ProfileDetails/FunProfileViews/Home/ProfileTitleSection.d.ts +2 -1
- package/dist/modals/ProfileDetails/FunProfileViews/Home/index.d.ts +1 -1
- package/dist/modals/ProfileDetails/ProfileDetails.d.ts +0 -1
- package/dist/providers/FunkitCheckoutContext.d.ts +7 -34
- package/dist/providers/FunkitFlagsProvider.d.ts +2 -2
- package/dist/providers/FunkitProvider.d.ts +2 -1
- package/dist/providers/FunkitQuoteContext.d.ts +45 -0
- package/dist/providers/FunkitThemeProvider.d.ts +3 -0
- package/dist/providers/provideFunkitConnectChains.d.ts +1 -1
- package/dist/themes/darkTheme.js +1 -1
- package/dist/themes/lightTheme.js +1 -1
- package/dist/utils/address.d.ts +6 -0
- package/dist/utils/assets.d.ts +1 -10
- package/dist/utils/checkout.d.ts +4 -13
- package/dist/utils/checkoutHistory.d.ts +1 -1
- package/dist/utils/flags/config.d.ts +19 -46
- package/dist/utils/funLogger.d.ts +3 -1
- package/dist/utils/moonpay.d.ts +12 -0
- package/dist/wallets/walletConnectors/chunk-25VW5TZP.js +92 -0
- package/dist/wallets/walletConnectors/chunk-3NC26XLM.js +92 -0
- package/dist/wallets/walletConnectors/chunk-3U3BMEH5.js +94 -0
- package/dist/wallets/walletConnectors/chunk-4UM4GTKZ.js +103 -0
- package/dist/wallets/walletConnectors/chunk-545L7Y4M.js +69 -0
- package/dist/wallets/walletConnectors/chunk-6LPM6LUQ.js +110 -0
- package/dist/wallets/walletConnectors/chunk-7GSNBOD3.js +99 -0
- package/dist/wallets/walletConnectors/chunk-ETTNDQQG.js +100 -0
- package/dist/wallets/walletConnectors/chunk-FRGSRLTS.js +93 -0
- package/dist/wallets/walletConnectors/chunk-HKV7EMYZ.js +96 -0
- package/dist/wallets/walletConnectors/chunk-IPOC2VJX.js +106 -0
- package/dist/wallets/walletConnectors/chunk-JXP2QPW7.js +95 -0
- package/dist/wallets/walletConnectors/chunk-KFFJPS5R.js +96 -0
- package/dist/wallets/walletConnectors/chunk-LEXSM5KI.js +87 -0
- package/dist/wallets/walletConnectors/chunk-MOOBCMMB.js +70 -0
- package/dist/wallets/walletConnectors/chunk-N2NIIUW6.js +146 -0
- package/dist/wallets/walletConnectors/chunk-W5O4YSZN.js +98 -0
- package/dist/wallets/walletConnectors/chunk-XYBEMO3C.js +66 -0
- package/dist/wallets/walletConnectors/index.js +33 -33
- package/package.json +6 -8
- package/dist/ar_AR-26YWBMAY.js +0 -7
- package/dist/arbitrum-EUTVMZS6.js +0 -7
- package/dist/avalanche-6CKETBV4.js +0 -7
- package/dist/base-FG2B7H5W.js +0 -7
- package/dist/blast-VGAGZQAP.js +0 -7
- package/dist/bsc-BUTATTVT.js +0 -7
- package/dist/chunk-FRCBBARC.js +0 -1184
- package/dist/components/CopyAddress/CopyAddress.d.ts +0 -12
- package/dist/cronos-DEE5V35Y.js +0 -7
- package/dist/dydx-CLPISBCB.js +0 -7
- package/dist/en_US-45SPICME.js +0 -7
- package/dist/es_419-ZOOWMI2O.js +0 -7
- package/dist/ethereum-4YOWVRNC.js +0 -7
- package/dist/fr_FR-FC4AERJX.js +0 -1057
- package/dist/hardhat-WRPL5WKN.js +0 -7
- package/dist/hi_IN-VKOWQKED.js +0 -7
- package/dist/id_ID-JEPISG6J.js +0 -7
- package/dist/ja_JP-GJBWIN4W.js +0 -7
- package/dist/klaytn-NEGYZJPB.js +0 -7
- package/dist/ko_KR-G6COLOAZ.js +0 -7
- package/dist/locales/I18n.d.ts +0 -25
- package/dist/manta-G75LJIRI.js +0 -7
- package/dist/mantle-LQ3XH3KY.js +0 -7
- package/dist/optimism-TIC2YA7E.js +0 -7
- package/dist/polygon-NDHYUKMH.js +0 -7
- package/dist/providers/I18nContext.d.ts +0 -11
- package/dist/pt_BR-52CJXY6T.js +0 -7
- package/dist/ronin-O6KMJHPZ.js +0 -7
- package/dist/ru_RU-AEJUH3PG.js +0 -1057
- package/dist/scroll-G3S4ZVYZ.js +0 -7
- package/dist/th_TH-4TFH5TB7.js +0 -1057
- package/dist/tr_TR-WG4WEQOS.js +0 -1057
- package/dist/uk_UA-2JYNNASB.js +0 -1057
- package/dist/utils/deposit.d.ts +0 -12
- package/dist/utils/isDydxAddress.d.ts +0 -6
- package/dist/xdc-E3X4E3NM.js +0 -7
- package/dist/zetachain-2J22B4NG.js +0 -7
- package/dist/zh_CN-HFGZOTOB.js +0 -7
- package/dist/zkSync-76EOKZ5Y.js +0 -7
- package/dist/zora-73DYEWFN.js +0 -7
package/dist/chunk-FRCBBARC.js
DELETED
|
@@ -1,1184 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
// src/locales/en_US.json
|
|
4
|
-
var en_US_default = `{
|
|
5
|
-
"connect_wallet": {
|
|
6
|
-
"label": "Connect Wallet",
|
|
7
|
-
"wrong_network": {
|
|
8
|
-
"label": "Wrong network"
|
|
9
|
-
}
|
|
10
|
-
},
|
|
11
|
-
|
|
12
|
-
"intro": {
|
|
13
|
-
"title": "What is a Wallet?",
|
|
14
|
-
"description": "A wallet is used to send, receive, store, and display digital assets. It's also a new way to log in, without needing to create new accounts and passwords on every website.",
|
|
15
|
-
"digital_asset": {
|
|
16
|
-
"title": "A Home for your Digital Assets",
|
|
17
|
-
"description": "Wallets are used to send, receive, store, and display digital assets like Ethereum and NFTs."
|
|
18
|
-
},
|
|
19
|
-
"login": {
|
|
20
|
-
"title": "A New Way to Log In",
|
|
21
|
-
"description": "Instead of creating new accounts and passwords on every website, just connect your wallet."
|
|
22
|
-
},
|
|
23
|
-
"get": {
|
|
24
|
-
"label": "Get a Wallet"
|
|
25
|
-
},
|
|
26
|
-
"learn_more": {
|
|
27
|
-
"label": "Learn More"
|
|
28
|
-
}
|
|
29
|
-
},
|
|
30
|
-
|
|
31
|
-
"sign_in": {
|
|
32
|
-
"label": "Verify your account",
|
|
33
|
-
"description": "To finish connecting, you must sign a message in your wallet to verify that you are the owner of this account.",
|
|
34
|
-
"message": {
|
|
35
|
-
"send": "Sign message",
|
|
36
|
-
"preparing": "Preparing message...",
|
|
37
|
-
"cancel": "Cancel",
|
|
38
|
-
"preparing_error": "Error preparing message, please retry!"
|
|
39
|
-
},
|
|
40
|
-
"signature": {
|
|
41
|
-
"waiting": "Waiting for signature...",
|
|
42
|
-
"verifying": "Verifying signature...",
|
|
43
|
-
"signing_error": "Error signing message, please retry!",
|
|
44
|
-
"verifying_error": "Error verifying signature, please retry!",
|
|
45
|
-
"oops_error": "Oops, something went wrong!"
|
|
46
|
-
}
|
|
47
|
-
},
|
|
48
|
-
|
|
49
|
-
"connect": {
|
|
50
|
-
"label": "Connect",
|
|
51
|
-
"title": "Connect a Wallet",
|
|
52
|
-
"new_to_ethereum": {
|
|
53
|
-
"description": "New to Ethereum wallets?",
|
|
54
|
-
"learn_more": {
|
|
55
|
-
"label": "Learn More"
|
|
56
|
-
}
|
|
57
|
-
},
|
|
58
|
-
"learn_more": {
|
|
59
|
-
"label": "Learn more"
|
|
60
|
-
},
|
|
61
|
-
"recent": "Recent",
|
|
62
|
-
"status": {
|
|
63
|
-
"opening": "Opening %{wallet}...",
|
|
64
|
-
"connecting": "Connecting",
|
|
65
|
-
"connect_mobile": "Continue in %{wallet}",
|
|
66
|
-
"not_installed": "%{wallet} is not installed",
|
|
67
|
-
"not_available": "%{wallet} is not available",
|
|
68
|
-
"confirm": "Confirm connection in the extension",
|
|
69
|
-
"confirm_mobile": "Accept connection request in the wallet"
|
|
70
|
-
},
|
|
71
|
-
"secondary_action": {
|
|
72
|
-
"get": {
|
|
73
|
-
"description": "Don't have %{wallet}?",
|
|
74
|
-
"label": "GET"
|
|
75
|
-
},
|
|
76
|
-
"install": {
|
|
77
|
-
"label": "INSTALL"
|
|
78
|
-
},
|
|
79
|
-
"retry": {
|
|
80
|
-
"label": "RETRY"
|
|
81
|
-
}
|
|
82
|
-
},
|
|
83
|
-
"walletconnect": {
|
|
84
|
-
"description": {
|
|
85
|
-
"full": "Need the official WalletConnect modal?",
|
|
86
|
-
"compact": "Need the WalletConnect modal?"
|
|
87
|
-
},
|
|
88
|
-
"open": {
|
|
89
|
-
"label": "OPEN"
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
|
|
94
|
-
"connect_scan": {
|
|
95
|
-
"title": "Scan with %{wallet}",
|
|
96
|
-
"fallback_title": "Scan with your phone"
|
|
97
|
-
},
|
|
98
|
-
|
|
99
|
-
"connector_group": {
|
|
100
|
-
"installed": "Installed",
|
|
101
|
-
"recommended": "Recommended",
|
|
102
|
-
"other": "Other",
|
|
103
|
-
"popular": "Popular",
|
|
104
|
-
"more": "More",
|
|
105
|
-
"others": "Others"
|
|
106
|
-
},
|
|
107
|
-
|
|
108
|
-
"get": {
|
|
109
|
-
"title": "Get a Wallet",
|
|
110
|
-
"action": {
|
|
111
|
-
"label": "GET"
|
|
112
|
-
},
|
|
113
|
-
"mobile": {
|
|
114
|
-
"description": "Mobile Wallet"
|
|
115
|
-
},
|
|
116
|
-
"extension": {
|
|
117
|
-
"description": "Browser Extension"
|
|
118
|
-
},
|
|
119
|
-
"mobile_and_extension": {
|
|
120
|
-
"description": "Mobile Wallet and Extension"
|
|
121
|
-
},
|
|
122
|
-
"mobile_and_desktop": {
|
|
123
|
-
"description": "Mobile and Desktop Wallet"
|
|
124
|
-
},
|
|
125
|
-
"looking_for": {
|
|
126
|
-
"title": "Not what you're looking for?",
|
|
127
|
-
"mobile": {
|
|
128
|
-
"description": "Select a wallet on the main screen to get started with a different wallet provider."
|
|
129
|
-
},
|
|
130
|
-
"desktop": {
|
|
131
|
-
"compact_description": "Select a wallet on the main screen to get started with a different wallet provider.",
|
|
132
|
-
"wide_description": "Select a wallet on the left to get started with a different wallet provider."
|
|
133
|
-
}
|
|
134
|
-
}
|
|
135
|
-
},
|
|
136
|
-
|
|
137
|
-
"get_options": {
|
|
138
|
-
"title": "Get started with %{wallet}",
|
|
139
|
-
"short_title": "Get %{wallet}",
|
|
140
|
-
"mobile": {
|
|
141
|
-
"title": "%{wallet} for Mobile",
|
|
142
|
-
"description": "Use the mobile wallet to explore the world of Ethereum.",
|
|
143
|
-
"download": {
|
|
144
|
-
"label": "Get the app"
|
|
145
|
-
}
|
|
146
|
-
},
|
|
147
|
-
"extension": {
|
|
148
|
-
"title": "%{wallet} for %{browser}",
|
|
149
|
-
"description": "Access your wallet right from your favorite web browser.",
|
|
150
|
-
"download": {
|
|
151
|
-
"label": "Add to %{browser}"
|
|
152
|
-
}
|
|
153
|
-
},
|
|
154
|
-
"desktop": {
|
|
155
|
-
"title": "%{wallet} for %{platform}",
|
|
156
|
-
"description": "Access your wallet natively from your powerful desktop.",
|
|
157
|
-
"download": {
|
|
158
|
-
"label": "Add to %{platform}"
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
},
|
|
162
|
-
|
|
163
|
-
"get_mobile": {
|
|
164
|
-
"title": "Install %{wallet}",
|
|
165
|
-
"description": "Scan with your phone to download on iOS or Android",
|
|
166
|
-
"continue": {
|
|
167
|
-
"label": "Continue"
|
|
168
|
-
}
|
|
169
|
-
},
|
|
170
|
-
|
|
171
|
-
"get_instructions": {
|
|
172
|
-
"mobile": {
|
|
173
|
-
"connect": {
|
|
174
|
-
"label": "Connect"
|
|
175
|
-
},
|
|
176
|
-
"learn_more": {
|
|
177
|
-
"label": "Learn More"
|
|
178
|
-
}
|
|
179
|
-
},
|
|
180
|
-
"extension": {
|
|
181
|
-
"refresh": {
|
|
182
|
-
"label": "Refresh"
|
|
183
|
-
},
|
|
184
|
-
"learn_more": {
|
|
185
|
-
"label": "Learn More"
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
"desktop": {
|
|
189
|
-
"connect": {
|
|
190
|
-
"label": "Connect"
|
|
191
|
-
},
|
|
192
|
-
"learn_more": {
|
|
193
|
-
"label": "Learn More"
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
},
|
|
197
|
-
|
|
198
|
-
"chains": {
|
|
199
|
-
"title": "Switch Networks",
|
|
200
|
-
"wrong_network": "Wrong network detected, switch or disconnect to continue.",
|
|
201
|
-
"confirm": "Confirm in Wallet",
|
|
202
|
-
"switching_not_supported": "Your wallet does not support switching networks from %{appName}. Try switching networks from within your wallet instead.",
|
|
203
|
-
"switching_not_supported_fallback": "Your wallet does not support switching networks from this app. Try switching networks from within your wallet instead.",
|
|
204
|
-
"disconnect": "Disconnect",
|
|
205
|
-
"connected": "Connected"
|
|
206
|
-
},
|
|
207
|
-
|
|
208
|
-
"profile": {
|
|
209
|
-
"disconnect": {
|
|
210
|
-
"label": "Disconnect"
|
|
211
|
-
},
|
|
212
|
-
"copy_address": {
|
|
213
|
-
"label": "Copy Address",
|
|
214
|
-
"copied": "Copied!"
|
|
215
|
-
},
|
|
216
|
-
"explorer": {
|
|
217
|
-
"label": "View more on explorer"
|
|
218
|
-
},
|
|
219
|
-
"transactions": {
|
|
220
|
-
"description": "%{appName} transactions will appear here...",
|
|
221
|
-
"description_fallback": "Your transactions will appear here...",
|
|
222
|
-
"recent": {
|
|
223
|
-
"title": "Recent Transactions"
|
|
224
|
-
},
|
|
225
|
-
"clear": {
|
|
226
|
-
"label": "Clear All"
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
|
|
231
|
-
"wallet_connectors": {
|
|
232
|
-
"argent": {
|
|
233
|
-
"qr_code": {
|
|
234
|
-
"step1": {
|
|
235
|
-
"description": "Put Argent on your home screen for faster access to your wallet.",
|
|
236
|
-
"title": "Open the Argent app"
|
|
237
|
-
},
|
|
238
|
-
"step2": {
|
|
239
|
-
"description": "Create a wallet and username, or import an existing wallet.",
|
|
240
|
-
"title": "Create or Import a Wallet"
|
|
241
|
-
},
|
|
242
|
-
"step3": {
|
|
243
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
244
|
-
"title": "Tap the Scan QR button"
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
},
|
|
248
|
-
|
|
249
|
-
"bifrost": {
|
|
250
|
-
"qr_code": {
|
|
251
|
-
"step1": {
|
|
252
|
-
"description": "We recommend putting Bifrost Wallet on your home screen for quicker access.",
|
|
253
|
-
"title": "Open the Bifrost Wallet app"
|
|
254
|
-
},
|
|
255
|
-
"step2": {
|
|
256
|
-
"description": "Create or import a wallet using your recovery phrase.",
|
|
257
|
-
"title": "Create or Import a Wallet"
|
|
258
|
-
},
|
|
259
|
-
"step3": {
|
|
260
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
261
|
-
"title": "Tap the scan button"
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
|
|
266
|
-
"bitget": {
|
|
267
|
-
"qr_code": {
|
|
268
|
-
"step1": {
|
|
269
|
-
"description": "We recommend putting Bitget Wallet on your home screen for quicker access.",
|
|
270
|
-
"title": "Open the Bitget Wallet app"
|
|
271
|
-
},
|
|
272
|
-
"step2": {
|
|
273
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
274
|
-
"title": "Create or Import a Wallet"
|
|
275
|
-
},
|
|
276
|
-
"step3": {
|
|
277
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
278
|
-
"title": "Tap the scan button"
|
|
279
|
-
}
|
|
280
|
-
},
|
|
281
|
-
|
|
282
|
-
"extension": {
|
|
283
|
-
"step1": {
|
|
284
|
-
"description": "We recommend pinning Bitget Wallet to your taskbar for quicker access to your wallet.",
|
|
285
|
-
"title": "Install the Bitget Wallet extension"
|
|
286
|
-
},
|
|
287
|
-
"step2": {
|
|
288
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
289
|
-
"title": "Create or Import a Wallet"
|
|
290
|
-
},
|
|
291
|
-
"step3": {
|
|
292
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
293
|
-
"title": "Refresh your browser"
|
|
294
|
-
}
|
|
295
|
-
}
|
|
296
|
-
},
|
|
297
|
-
|
|
298
|
-
"bitski": {
|
|
299
|
-
"extension": {
|
|
300
|
-
"step1": {
|
|
301
|
-
"description": "We recommend pinning Bitski to your taskbar for quicker access to your wallet.",
|
|
302
|
-
"title": "Install the Bitski extension"
|
|
303
|
-
},
|
|
304
|
-
"step2": {
|
|
305
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
306
|
-
"title": "Create or Import a Wallet"
|
|
307
|
-
},
|
|
308
|
-
"step3": {
|
|
309
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
310
|
-
"title": "Refresh your browser"
|
|
311
|
-
}
|
|
312
|
-
}
|
|
313
|
-
},
|
|
314
|
-
|
|
315
|
-
"bitverse": {
|
|
316
|
-
"qr_code": {
|
|
317
|
-
"step1": {
|
|
318
|
-
"title": "Open the Bitverse Wallet app",
|
|
319
|
-
"description": "Add Bitverse Wallet to your home screen for faster access to your wallet."
|
|
320
|
-
},
|
|
321
|
-
"step2": {
|
|
322
|
-
"title": "Create or Import a Wallet",
|
|
323
|
-
"description": "Create a new wallet or import an existing one."
|
|
324
|
-
},
|
|
325
|
-
"step3": {
|
|
326
|
-
"title": "Tap the QR icon and scan",
|
|
327
|
-
"description": "Tap the QR icon on your homescreen, scan the code and confirm the prompt to connect."
|
|
328
|
-
}
|
|
329
|
-
}
|
|
330
|
-
},
|
|
331
|
-
|
|
332
|
-
"bloom": {
|
|
333
|
-
"desktop": {
|
|
334
|
-
"step1": {
|
|
335
|
-
"title": "Open the Bloom Wallet app",
|
|
336
|
-
"description": "We recommend putting Bloom Wallet on your home screen for quicker access."
|
|
337
|
-
},
|
|
338
|
-
"step2": {
|
|
339
|
-
"description": "Create or import a wallet using your recovery phrase.",
|
|
340
|
-
"title": "Create or Import a Wallet"
|
|
341
|
-
},
|
|
342
|
-
"step3": {
|
|
343
|
-
"description": "After you have a wallet, click on Connect to connect via Bloom. A connection prompt in the app will appear for you to confirm the connection.",
|
|
344
|
-
"title": "Click on Connect"
|
|
345
|
-
}
|
|
346
|
-
},
|
|
347
|
-
"qr_code": {
|
|
348
|
-
"step1": {
|
|
349
|
-
"title": "Open the Bloom Wallet app",
|
|
350
|
-
"description": "We recommend putting Bloom Wallet on your home screen for quicker access."
|
|
351
|
-
},
|
|
352
|
-
"step2": {
|
|
353
|
-
"description": "Create or import a wallet using your recovery phrase.",
|
|
354
|
-
"title": "Create or Import a Wallet"
|
|
355
|
-
},
|
|
356
|
-
"step3": {
|
|
357
|
-
"description": "After you have a wallet, click on Connect to connect via Bloom. A connection prompt in the app will appear for you to confirm the connection.",
|
|
358
|
-
"title": "Click on Connect"
|
|
359
|
-
}
|
|
360
|
-
}
|
|
361
|
-
},
|
|
362
|
-
|
|
363
|
-
"bybit": {
|
|
364
|
-
"qr_code": {
|
|
365
|
-
"step1": {
|
|
366
|
-
"description": "We recommend putting Bybit on your home screen for faster access to your wallet.",
|
|
367
|
-
"title": "Open the Bybit app"
|
|
368
|
-
},
|
|
369
|
-
"step2": {
|
|
370
|
-
"description": "You can easily backup your wallet using our backup feature on your phone.",
|
|
371
|
-
"title": "Create or Import a Wallet"
|
|
372
|
-
},
|
|
373
|
-
"step3": {
|
|
374
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
375
|
-
"title": "Tap the scan button"
|
|
376
|
-
}
|
|
377
|
-
},
|
|
378
|
-
|
|
379
|
-
"extension": {
|
|
380
|
-
"step1": {
|
|
381
|
-
"description": "Click at the top right of your browser and pin Bybit Wallet for easy access.",
|
|
382
|
-
"title": "Install the Bybit Wallet extension"
|
|
383
|
-
},
|
|
384
|
-
"step2": {
|
|
385
|
-
"description": "Create a new wallet or import an existing one.",
|
|
386
|
-
"title": "Create or Import a wallet"
|
|
387
|
-
},
|
|
388
|
-
"step3": {
|
|
389
|
-
"description": "Once you set up Bybit Wallet, click below to refresh the browser and load up the extension.",
|
|
390
|
-
"title": "Refresh your browser"
|
|
391
|
-
}
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
|
|
395
|
-
"coin98": {
|
|
396
|
-
"qr_code": {
|
|
397
|
-
"step1": {
|
|
398
|
-
"description": "We recommend putting Coin98 Wallet on your home screen for faster access to your wallet.",
|
|
399
|
-
"title": "Open the Coin98 Wallet app"
|
|
400
|
-
},
|
|
401
|
-
"step2": {
|
|
402
|
-
"description": "You can easily backup your wallet using our backup feature on your phone.",
|
|
403
|
-
"title": "Create or Import a Wallet"
|
|
404
|
-
},
|
|
405
|
-
"step3": {
|
|
406
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
407
|
-
"title": "Tap the WalletConnect button"
|
|
408
|
-
}
|
|
409
|
-
},
|
|
410
|
-
|
|
411
|
-
"extension": {
|
|
412
|
-
"step1": {
|
|
413
|
-
"description": "Click at the top right of your browser and pin Coin98 Wallet for easy access.",
|
|
414
|
-
"title": "Install the Coin98 Wallet extension"
|
|
415
|
-
},
|
|
416
|
-
"step2": {
|
|
417
|
-
"description": "Create a new wallet or import an existing one.",
|
|
418
|
-
"title": "Create or Import a wallet"
|
|
419
|
-
},
|
|
420
|
-
"step3": {
|
|
421
|
-
"description": "Once you set up Coin98 Wallet, click below to refresh the browser and load up the extension.",
|
|
422
|
-
"title": "Refresh your browser"
|
|
423
|
-
}
|
|
424
|
-
}
|
|
425
|
-
},
|
|
426
|
-
|
|
427
|
-
"coinbase": {
|
|
428
|
-
"qr_code": {
|
|
429
|
-
"step1": {
|
|
430
|
-
"description": "We recommend putting Coinbase Wallet on your home screen for quicker access.",
|
|
431
|
-
"title": "Open the Coinbase Wallet app"
|
|
432
|
-
},
|
|
433
|
-
"step2": {
|
|
434
|
-
"description": "You can easily backup your wallet using the cloud backup feature.",
|
|
435
|
-
"title": "Create or Import a Wallet"
|
|
436
|
-
},
|
|
437
|
-
"step3": {
|
|
438
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
439
|
-
"title": "Tap the scan button"
|
|
440
|
-
}
|
|
441
|
-
},
|
|
442
|
-
|
|
443
|
-
"extension": {
|
|
444
|
-
"step1": {
|
|
445
|
-
"description": "We recommend pinning Coinbase Wallet to your taskbar for quicker access to your wallet.",
|
|
446
|
-
"title": "Install the Coinbase Wallet extension"
|
|
447
|
-
},
|
|
448
|
-
"step2": {
|
|
449
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
450
|
-
"title": "Create or Import a Wallet"
|
|
451
|
-
},
|
|
452
|
-
"step3": {
|
|
453
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
454
|
-
"title": "Refresh your browser"
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
|
|
459
|
-
"core": {
|
|
460
|
-
"qr_code": {
|
|
461
|
-
"step1": {
|
|
462
|
-
"description": "We recommend putting Core on your home screen for faster access to your wallet.",
|
|
463
|
-
"title": "Open the Core app"
|
|
464
|
-
},
|
|
465
|
-
"step2": {
|
|
466
|
-
"description": "You can easily backup your wallet using our backup feature on your phone.",
|
|
467
|
-
"title": "Create or Import a Wallet"
|
|
468
|
-
},
|
|
469
|
-
"step3": {
|
|
470
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
471
|
-
"title": "Tap the WalletConnect button"
|
|
472
|
-
}
|
|
473
|
-
},
|
|
474
|
-
|
|
475
|
-
"extension": {
|
|
476
|
-
"step1": {
|
|
477
|
-
"description": "We recommend pinning Core to your taskbar for quicker access to your wallet.",
|
|
478
|
-
"title": "Install the Core extension"
|
|
479
|
-
},
|
|
480
|
-
"step2": {
|
|
481
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
482
|
-
"title": "Create or Import a Wallet"
|
|
483
|
-
},
|
|
484
|
-
"step3": {
|
|
485
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
486
|
-
"title": "Refresh your browser"
|
|
487
|
-
}
|
|
488
|
-
}
|
|
489
|
-
},
|
|
490
|
-
|
|
491
|
-
"fox": {
|
|
492
|
-
"qr_code": {
|
|
493
|
-
"step1": {
|
|
494
|
-
"description": "We recommend putting FoxWallet on your home screen for quicker access.",
|
|
495
|
-
"title": "Open the FoxWallet app"
|
|
496
|
-
},
|
|
497
|
-
"step2": {
|
|
498
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
499
|
-
"title": "Create or Import a Wallet"
|
|
500
|
-
},
|
|
501
|
-
"step3": {
|
|
502
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
503
|
-
"title": "Tap the scan button"
|
|
504
|
-
}
|
|
505
|
-
}
|
|
506
|
-
},
|
|
507
|
-
|
|
508
|
-
"frontier": {
|
|
509
|
-
"qr_code": {
|
|
510
|
-
"step1": {
|
|
511
|
-
"description": "We recommend putting Frontier Wallet on your home screen for quicker access.",
|
|
512
|
-
"title": "Open the Frontier Wallet app"
|
|
513
|
-
},
|
|
514
|
-
"step2": {
|
|
515
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
516
|
-
"title": "Create or Import a Wallet"
|
|
517
|
-
},
|
|
518
|
-
"step3": {
|
|
519
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
520
|
-
"title": "Tap the scan button"
|
|
521
|
-
}
|
|
522
|
-
},
|
|
523
|
-
|
|
524
|
-
"extension": {
|
|
525
|
-
"step1": {
|
|
526
|
-
"description": "We recommend pinning Frontier Wallet to your taskbar for quicker access to your wallet.",
|
|
527
|
-
"title": "Install the Frontier Wallet extension"
|
|
528
|
-
},
|
|
529
|
-
"step2": {
|
|
530
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
531
|
-
"title": "Create or Import a Wallet"
|
|
532
|
-
},
|
|
533
|
-
"step3": {
|
|
534
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
535
|
-
"title": "Refresh your browser"
|
|
536
|
-
}
|
|
537
|
-
}
|
|
538
|
-
},
|
|
539
|
-
|
|
540
|
-
"im_token": {
|
|
541
|
-
"qr_code": {
|
|
542
|
-
"step1": {
|
|
543
|
-
"title": "Open the imToken app",
|
|
544
|
-
"description": "Put imToken app on your home screen for faster access to your wallet."
|
|
545
|
-
},
|
|
546
|
-
"step2": {
|
|
547
|
-
"title": "Create or Import a Wallet",
|
|
548
|
-
"description": "Create a new wallet or import an existing one."
|
|
549
|
-
},
|
|
550
|
-
"step3": {
|
|
551
|
-
"title": "Tap Scanner Icon in top right corner",
|
|
552
|
-
"description": "Choose New Connection, then scan the QR code and confirm the prompt to connect."
|
|
553
|
-
}
|
|
554
|
-
}
|
|
555
|
-
},
|
|
556
|
-
|
|
557
|
-
"kresus": {
|
|
558
|
-
"qr_code": {
|
|
559
|
-
"step1": {
|
|
560
|
-
"title": "Open the Kresus Wallet app",
|
|
561
|
-
"description": "Add Kresus Wallet to your home screen for faster access to your wallet."
|
|
562
|
-
},
|
|
563
|
-
"step2": {
|
|
564
|
-
"title": "Create or Import a Wallet",
|
|
565
|
-
"description": "Create a new wallet or import an existing one."
|
|
566
|
-
},
|
|
567
|
-
"step3": {
|
|
568
|
-
"title": "Tap the QR icon and scan",
|
|
569
|
-
"description": "Tap the QR icon on your homescreen, scan the code and confirm the prompt to connect."
|
|
570
|
-
}
|
|
571
|
-
}
|
|
572
|
-
},
|
|
573
|
-
|
|
574
|
-
"metamask": {
|
|
575
|
-
"qr_code": {
|
|
576
|
-
"step1": {
|
|
577
|
-
"title": "Open the MetaMask app",
|
|
578
|
-
"description": "We recommend putting MetaMask on your home screen for quicker access."
|
|
579
|
-
},
|
|
580
|
-
"step2": {
|
|
581
|
-
"title": "Create or Import a Wallet",
|
|
582
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
583
|
-
},
|
|
584
|
-
"step3": {
|
|
585
|
-
"title": "Tap the scan button",
|
|
586
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
587
|
-
}
|
|
588
|
-
},
|
|
589
|
-
|
|
590
|
-
"extension": {
|
|
591
|
-
"step1": {
|
|
592
|
-
"title": "Install the MetaMask extension",
|
|
593
|
-
"description": "We recommend pinning MetaMask to your taskbar for quicker access to your wallet."
|
|
594
|
-
},
|
|
595
|
-
"step2": {
|
|
596
|
-
"title": "Create or Import a Wallet",
|
|
597
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
598
|
-
},
|
|
599
|
-
"step3": {
|
|
600
|
-
"title": "Refresh your browser",
|
|
601
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
602
|
-
}
|
|
603
|
-
}
|
|
604
|
-
},
|
|
605
|
-
|
|
606
|
-
"okx": {
|
|
607
|
-
"qr_code": {
|
|
608
|
-
"step1": {
|
|
609
|
-
"title": "Open the OKX Wallet app",
|
|
610
|
-
"description": "We recommend putting OKX Wallet on your home screen for quicker access."
|
|
611
|
-
},
|
|
612
|
-
"step2": {
|
|
613
|
-
"title": "Create or Import a Wallet",
|
|
614
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
615
|
-
},
|
|
616
|
-
"step3": {
|
|
617
|
-
"title": "Tap the scan button",
|
|
618
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
619
|
-
}
|
|
620
|
-
},
|
|
621
|
-
|
|
622
|
-
"extension": {
|
|
623
|
-
"step1": {
|
|
624
|
-
"title": "Install the OKX Wallet extension",
|
|
625
|
-
"description": "We recommend pinning OKX Wallet to your taskbar for quicker access to your wallet."
|
|
626
|
-
},
|
|
627
|
-
"step2": {
|
|
628
|
-
"title": "Create or Import a Wallet",
|
|
629
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
630
|
-
},
|
|
631
|
-
"step3": {
|
|
632
|
-
"title": "Refresh your browser",
|
|
633
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
634
|
-
}
|
|
635
|
-
}
|
|
636
|
-
},
|
|
637
|
-
|
|
638
|
-
"omni": {
|
|
639
|
-
"qr_code": {
|
|
640
|
-
"step1": {
|
|
641
|
-
"title": "Open the Omni app",
|
|
642
|
-
"description": "Add Omni to your home screen for faster access to your wallet."
|
|
643
|
-
},
|
|
644
|
-
"step2": {
|
|
645
|
-
"title": "Create or Import a Wallet",
|
|
646
|
-
"description": "Create a new wallet or import an existing one."
|
|
647
|
-
},
|
|
648
|
-
"step3": {
|
|
649
|
-
"title": "Tap the QR icon and scan",
|
|
650
|
-
"description": "Tap the QR icon on your home screen, scan the code and confirm the prompt to connect."
|
|
651
|
-
}
|
|
652
|
-
}
|
|
653
|
-
},
|
|
654
|
-
|
|
655
|
-
"1inch": {
|
|
656
|
-
"qr_code": {
|
|
657
|
-
"step1": {
|
|
658
|
-
"description": "Put 1inch Wallet on your home screen for faster access to your wallet.",
|
|
659
|
-
"title": "Open the 1inch Wallet app"
|
|
660
|
-
},
|
|
661
|
-
"step2": {
|
|
662
|
-
"description": "Create a wallet and username, or import an existing wallet.",
|
|
663
|
-
"title": "Create or Import a Wallet"
|
|
664
|
-
},
|
|
665
|
-
"step3": {
|
|
666
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
667
|
-
"title": "Tap the Scan QR button"
|
|
668
|
-
}
|
|
669
|
-
}
|
|
670
|
-
},
|
|
671
|
-
|
|
672
|
-
"token_pocket": {
|
|
673
|
-
"qr_code": {
|
|
674
|
-
"step1": {
|
|
675
|
-
"title": "Open the TokenPocket app",
|
|
676
|
-
"description": "We recommend putting TokenPocket on your home screen for quicker access."
|
|
677
|
-
},
|
|
678
|
-
"step2": {
|
|
679
|
-
"title": "Create or Import a Wallet",
|
|
680
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
681
|
-
},
|
|
682
|
-
"step3": {
|
|
683
|
-
"title": "Tap the scan button",
|
|
684
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
685
|
-
}
|
|
686
|
-
},
|
|
687
|
-
|
|
688
|
-
"extension": {
|
|
689
|
-
"step1": {
|
|
690
|
-
"title": "Install the TokenPocket extension",
|
|
691
|
-
"description": "We recommend pinning TokenPocket to your taskbar for quicker access to your wallet."
|
|
692
|
-
},
|
|
693
|
-
"step2": {
|
|
694
|
-
"title": "Create or Import a Wallet",
|
|
695
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
696
|
-
},
|
|
697
|
-
"step3": {
|
|
698
|
-
"title": "Refresh your browser",
|
|
699
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
700
|
-
}
|
|
701
|
-
}
|
|
702
|
-
},
|
|
703
|
-
|
|
704
|
-
"trust": {
|
|
705
|
-
"qr_code": {
|
|
706
|
-
"step1": {
|
|
707
|
-
"title": "Open the Trust Wallet app",
|
|
708
|
-
"description": "Put Trust Wallet on your home screen for faster access to your wallet."
|
|
709
|
-
},
|
|
710
|
-
"step2": {
|
|
711
|
-
"title": "Create or Import a Wallet",
|
|
712
|
-
"description": "Create a new wallet or import an existing one."
|
|
713
|
-
},
|
|
714
|
-
"step3": {
|
|
715
|
-
"title": "Tap WalletConnect in Settings",
|
|
716
|
-
"description": "Choose New Connection, then scan the QR code and confirm the prompt to connect."
|
|
717
|
-
}
|
|
718
|
-
},
|
|
719
|
-
|
|
720
|
-
"extension": {
|
|
721
|
-
"step1": {
|
|
722
|
-
"title": "Install the Trust Wallet extension",
|
|
723
|
-
"description": "Click at the top right of your browser and pin Trust Wallet for easy access."
|
|
724
|
-
},
|
|
725
|
-
"step2": {
|
|
726
|
-
"title": "Create or Import a wallet",
|
|
727
|
-
"description": "Create a new wallet or import an existing one."
|
|
728
|
-
},
|
|
729
|
-
"step3": {
|
|
730
|
-
"title": "Refresh your browser",
|
|
731
|
-
"description": "Once you set up Trust Wallet, click below to refresh the browser and load up the extension."
|
|
732
|
-
}
|
|
733
|
-
}
|
|
734
|
-
},
|
|
735
|
-
|
|
736
|
-
"uniswap": {
|
|
737
|
-
"qr_code": {
|
|
738
|
-
"step1": {
|
|
739
|
-
"title": "Open the Uniswap app",
|
|
740
|
-
"description": "Add Uniswap Wallet to your home screen for faster access to your wallet."
|
|
741
|
-
},
|
|
742
|
-
"step2": {
|
|
743
|
-
"title": "Create or Import a Wallet",
|
|
744
|
-
"description": "Create a new wallet or import an existing one."
|
|
745
|
-
},
|
|
746
|
-
"step3": {
|
|
747
|
-
"title": "Tap the QR icon and scan",
|
|
748
|
-
"description": "Tap the QR icon on your homescreen, scan the code and confirm the prompt to connect."
|
|
749
|
-
}
|
|
750
|
-
}
|
|
751
|
-
},
|
|
752
|
-
|
|
753
|
-
"zerion": {
|
|
754
|
-
"qr_code": {
|
|
755
|
-
"step1": {
|
|
756
|
-
"title": "Open the Zerion app",
|
|
757
|
-
"description": "We recommend putting Zerion on your home screen for quicker access."
|
|
758
|
-
},
|
|
759
|
-
"step2": {
|
|
760
|
-
"title": "Create or Import a Wallet",
|
|
761
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
762
|
-
},
|
|
763
|
-
"step3": {
|
|
764
|
-
"title": "Tap the scan button",
|
|
765
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
766
|
-
}
|
|
767
|
-
},
|
|
768
|
-
|
|
769
|
-
"extension": {
|
|
770
|
-
"step1": {
|
|
771
|
-
"title": "Install the Zerion extension",
|
|
772
|
-
"description": "We recommend pinning Zerion to your taskbar for quicker access to your wallet."
|
|
773
|
-
},
|
|
774
|
-
"step2": {
|
|
775
|
-
"title": "Create or Import a Wallet",
|
|
776
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
777
|
-
},
|
|
778
|
-
"step3": {
|
|
779
|
-
"title": "Refresh your browser",
|
|
780
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
781
|
-
}
|
|
782
|
-
}
|
|
783
|
-
},
|
|
784
|
-
|
|
785
|
-
"rainbow": {
|
|
786
|
-
"qr_code": {
|
|
787
|
-
"step1": {
|
|
788
|
-
"title": "Open the Rainbow app",
|
|
789
|
-
"description": "We recommend putting Rainbow on your home screen for faster access to your wallet."
|
|
790
|
-
},
|
|
791
|
-
"step2": {
|
|
792
|
-
"title": "Create or Import a Wallet",
|
|
793
|
-
"description": "You can easily backup your wallet using our backup feature on your phone."
|
|
794
|
-
},
|
|
795
|
-
"step3": {
|
|
796
|
-
"title": "Tap the scan button",
|
|
797
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
798
|
-
}
|
|
799
|
-
}
|
|
800
|
-
},
|
|
801
|
-
|
|
802
|
-
"enkrypt": {
|
|
803
|
-
"extension": {
|
|
804
|
-
"step1": {
|
|
805
|
-
"description": "We recommend pinning Enkrypt Wallet to your taskbar for quicker access to your wallet.",
|
|
806
|
-
"title": "Install the Enkrypt Wallet extension"
|
|
807
|
-
},
|
|
808
|
-
"step2": {
|
|
809
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
810
|
-
"title": "Create or Import a Wallet"
|
|
811
|
-
},
|
|
812
|
-
"step3": {
|
|
813
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
814
|
-
"title": "Refresh your browser"
|
|
815
|
-
}
|
|
816
|
-
}
|
|
817
|
-
},
|
|
818
|
-
|
|
819
|
-
"frame": {
|
|
820
|
-
"extension": {
|
|
821
|
-
"step1": {
|
|
822
|
-
"description": "We recommend pinning Frame to your taskbar for quicker access to your wallet.",
|
|
823
|
-
"title": "Install Frame & the companion extension"
|
|
824
|
-
},
|
|
825
|
-
"step2": {
|
|
826
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
827
|
-
"title": "Create or Import a Wallet"
|
|
828
|
-
},
|
|
829
|
-
"step3": {
|
|
830
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
831
|
-
"title": "Refresh your browser"
|
|
832
|
-
}
|
|
833
|
-
}
|
|
834
|
-
},
|
|
835
|
-
|
|
836
|
-
"one_key": {
|
|
837
|
-
"extension": {
|
|
838
|
-
"step1": {
|
|
839
|
-
"title": "Install the OneKey Wallet extension",
|
|
840
|
-
"description": "We recommend pinning OneKey Wallet to your taskbar for quicker access to your wallet."
|
|
841
|
-
},
|
|
842
|
-
"step2": {
|
|
843
|
-
"title": "Create or Import a Wallet",
|
|
844
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
845
|
-
},
|
|
846
|
-
"step3": {
|
|
847
|
-
"title": "Refresh your browser",
|
|
848
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
849
|
-
}
|
|
850
|
-
}
|
|
851
|
-
},
|
|
852
|
-
|
|
853
|
-
"phantom": {
|
|
854
|
-
"extension": {
|
|
855
|
-
"step1": {
|
|
856
|
-
"title": "Install the Phantom extension",
|
|
857
|
-
"description": "We recommend pinning Phantom to your taskbar for easier access to your wallet."
|
|
858
|
-
},
|
|
859
|
-
"step2": {
|
|
860
|
-
"title": "Create or Import a Wallet",
|
|
861
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret recovery phrase with anyone."
|
|
862
|
-
},
|
|
863
|
-
"step3": {
|
|
864
|
-
"title": "Refresh your browser",
|
|
865
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
866
|
-
}
|
|
867
|
-
}
|
|
868
|
-
},
|
|
869
|
-
|
|
870
|
-
"rabby": {
|
|
871
|
-
"extension": {
|
|
872
|
-
"step1": {
|
|
873
|
-
"title": "Install the Rabby extension",
|
|
874
|
-
"description": "We recommend pinning Rabby to your taskbar for quicker access to your wallet."
|
|
875
|
-
},
|
|
876
|
-
"step2": {
|
|
877
|
-
"title": "Create or Import a Wallet",
|
|
878
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
879
|
-
},
|
|
880
|
-
"step3": {
|
|
881
|
-
"title": "Refresh your browser",
|
|
882
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
883
|
-
}
|
|
884
|
-
}
|
|
885
|
-
},
|
|
886
|
-
|
|
887
|
-
"ronin": {
|
|
888
|
-
"qr_code": {
|
|
889
|
-
"step1": {
|
|
890
|
-
"description": "We recommend putting Ronin Wallet on your home screen for quicker access.",
|
|
891
|
-
"title": "Open the Ronin Wallet app"
|
|
892
|
-
},
|
|
893
|
-
"step2": {
|
|
894
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
895
|
-
"title": "Create or Import a Wallet"
|
|
896
|
-
},
|
|
897
|
-
"step3": {
|
|
898
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet.",
|
|
899
|
-
"title": "Tap the scan button"
|
|
900
|
-
}
|
|
901
|
-
},
|
|
902
|
-
|
|
903
|
-
"extension": {
|
|
904
|
-
"step1": {
|
|
905
|
-
"description": "We recommend pinning Ronin Wallet to your taskbar for quicker access to your wallet.",
|
|
906
|
-
"title": "Install the Ronin Wallet extension"
|
|
907
|
-
},
|
|
908
|
-
"step2": {
|
|
909
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone.",
|
|
910
|
-
"title": "Create or Import a Wallet"
|
|
911
|
-
},
|
|
912
|
-
"step3": {
|
|
913
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension.",
|
|
914
|
-
"title": "Refresh your browser"
|
|
915
|
-
}
|
|
916
|
-
}
|
|
917
|
-
},
|
|
918
|
-
|
|
919
|
-
"ramper": {
|
|
920
|
-
"extension": {
|
|
921
|
-
"step1": {
|
|
922
|
-
"title": "Install the Ramper extension",
|
|
923
|
-
"description": "We recommend pinning Ramper to your taskbar for easier access to your wallet."
|
|
924
|
-
},
|
|
925
|
-
"step2": {
|
|
926
|
-
"title": "Create a Wallet",
|
|
927
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
928
|
-
},
|
|
929
|
-
"step3": {
|
|
930
|
-
"title": "Refresh your browser",
|
|
931
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
932
|
-
}
|
|
933
|
-
}
|
|
934
|
-
},
|
|
935
|
-
|
|
936
|
-
"safeheron": {
|
|
937
|
-
"extension": {
|
|
938
|
-
"step1": {
|
|
939
|
-
"title": "Install the Core extension",
|
|
940
|
-
"description": "We recommend pinning Safeheron to your taskbar for quicker access to your wallet."
|
|
941
|
-
},
|
|
942
|
-
"step2": {
|
|
943
|
-
"title": "Create or Import a Wallet",
|
|
944
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
945
|
-
},
|
|
946
|
-
"step3": {
|
|
947
|
-
"title": "Refresh your browser",
|
|
948
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
949
|
-
}
|
|
950
|
-
}
|
|
951
|
-
},
|
|
952
|
-
|
|
953
|
-
"taho": {
|
|
954
|
-
"extension": {
|
|
955
|
-
"step1": {
|
|
956
|
-
"title": "Install the Taho extension",
|
|
957
|
-
"description": "We recommend pinning Taho to your taskbar for quicker access to your wallet."
|
|
958
|
-
},
|
|
959
|
-
"step2": {
|
|
960
|
-
"title": "Create or Import a Wallet",
|
|
961
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
962
|
-
},
|
|
963
|
-
"step3": {
|
|
964
|
-
"title": "Refresh your browser",
|
|
965
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
966
|
-
}
|
|
967
|
-
}
|
|
968
|
-
},
|
|
969
|
-
|
|
970
|
-
"talisman": {
|
|
971
|
-
"extension": {
|
|
972
|
-
"step1": {
|
|
973
|
-
"title": "Install the Talisman extension",
|
|
974
|
-
"description": "We recommend pinning Talisman to your taskbar for quicker access to your wallet."
|
|
975
|
-
},
|
|
976
|
-
"step2": {
|
|
977
|
-
"title": "Create or Import an Ethereum Wallet",
|
|
978
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your recovery phrase with anyone."
|
|
979
|
-
},
|
|
980
|
-
"step3": {
|
|
981
|
-
"title": "Refresh your browser",
|
|
982
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
983
|
-
}
|
|
984
|
-
}
|
|
985
|
-
},
|
|
986
|
-
|
|
987
|
-
"xdefi": {
|
|
988
|
-
"extension": {
|
|
989
|
-
"step1": {
|
|
990
|
-
"title": "Install the XDEFI Wallet extension",
|
|
991
|
-
"description": "We recommend pinning XDEFI Wallet to your taskbar for quicker access to your wallet."
|
|
992
|
-
},
|
|
993
|
-
"step2": {
|
|
994
|
-
"title": "Create or Import a Wallet",
|
|
995
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
996
|
-
},
|
|
997
|
-
"step3": {
|
|
998
|
-
"title": "Refresh your browser",
|
|
999
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
1000
|
-
}
|
|
1001
|
-
}
|
|
1002
|
-
},
|
|
1003
|
-
|
|
1004
|
-
"zeal": {
|
|
1005
|
-
"extension": {
|
|
1006
|
-
"step1": {
|
|
1007
|
-
"title": "Install the Zeal extension",
|
|
1008
|
-
"description": "We recommend pinning Zeal to your taskbar for quicker access to your wallet."
|
|
1009
|
-
},
|
|
1010
|
-
"step2": {
|
|
1011
|
-
"title": "Create or Import a Wallet",
|
|
1012
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
1013
|
-
},
|
|
1014
|
-
"step3": {
|
|
1015
|
-
"title": "Refresh your browser",
|
|
1016
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
1017
|
-
}
|
|
1018
|
-
}
|
|
1019
|
-
},
|
|
1020
|
-
|
|
1021
|
-
"safepal": {
|
|
1022
|
-
"extension": {
|
|
1023
|
-
"step1": {
|
|
1024
|
-
"title": "Install the SafePal Wallet extension",
|
|
1025
|
-
"description": "Click at the top right of your browser and pin SafePal Wallet for easy access."
|
|
1026
|
-
},
|
|
1027
|
-
"step2": {
|
|
1028
|
-
"title": "Create or Import a wallet",
|
|
1029
|
-
"description": "Create a new wallet or import an existing one."
|
|
1030
|
-
},
|
|
1031
|
-
"step3": {
|
|
1032
|
-
"title": "Refresh your browser",
|
|
1033
|
-
"description": "Once you set up SafePal Wallet, click below to refresh the browser and load up the extension."
|
|
1034
|
-
}
|
|
1035
|
-
},
|
|
1036
|
-
"qr_code": {
|
|
1037
|
-
"step1": {
|
|
1038
|
-
"title": "Open the SafePal Wallet app",
|
|
1039
|
-
"description": "Put SafePal Wallet on your home screen for faster access to your wallet."
|
|
1040
|
-
},
|
|
1041
|
-
"step2": {
|
|
1042
|
-
"title": "Create or Import a Wallet",
|
|
1043
|
-
"description": "Create a new wallet or import an existing one."
|
|
1044
|
-
},
|
|
1045
|
-
"step3": {
|
|
1046
|
-
"title": "Tap WalletConnect in Settings",
|
|
1047
|
-
"description": "Choose New Connection, then scan the QR code and confirm the prompt to connect."
|
|
1048
|
-
}
|
|
1049
|
-
}
|
|
1050
|
-
},
|
|
1051
|
-
|
|
1052
|
-
"desig": {
|
|
1053
|
-
"extension": {
|
|
1054
|
-
"step1": {
|
|
1055
|
-
"title": "Install the Desig extension",
|
|
1056
|
-
"description": "We recommend pinning Desig to your taskbar for easier access to your wallet."
|
|
1057
|
-
},
|
|
1058
|
-
"step2": {
|
|
1059
|
-
"title": "Create a Wallet",
|
|
1060
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
1061
|
-
},
|
|
1062
|
-
"step3": {
|
|
1063
|
-
"title": "Refresh your browser",
|
|
1064
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
1065
|
-
}
|
|
1066
|
-
}
|
|
1067
|
-
},
|
|
1068
|
-
|
|
1069
|
-
"subwallet": {
|
|
1070
|
-
"extension": {
|
|
1071
|
-
"step1": {
|
|
1072
|
-
"title": "Install the SubWallet extension",
|
|
1073
|
-
"description": "We recommend pinning SubWallet to your taskbar for quicker access to your wallet."
|
|
1074
|
-
},
|
|
1075
|
-
"step2": {
|
|
1076
|
-
"title": "Create or Import a Wallet",
|
|
1077
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your recovery phrase with anyone."
|
|
1078
|
-
},
|
|
1079
|
-
"step3": {
|
|
1080
|
-
"title": "Refresh your browser",
|
|
1081
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
1082
|
-
}
|
|
1083
|
-
},
|
|
1084
|
-
"qr_code": {
|
|
1085
|
-
"step1": {
|
|
1086
|
-
"title": "Open the SubWallet app",
|
|
1087
|
-
"description": "We recommend putting SubWallet on your home screen for quicker access."
|
|
1088
|
-
},
|
|
1089
|
-
"step2": {
|
|
1090
|
-
"title": "Create or Import a Wallet",
|
|
1091
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
1092
|
-
},
|
|
1093
|
-
"step3": {
|
|
1094
|
-
"title": "Tap the scan button",
|
|
1095
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
1096
|
-
}
|
|
1097
|
-
}
|
|
1098
|
-
},
|
|
1099
|
-
|
|
1100
|
-
"clv": {
|
|
1101
|
-
"extension": {
|
|
1102
|
-
"step1": {
|
|
1103
|
-
"title": "Install the CLV Wallet extension",
|
|
1104
|
-
"description": "We recommend pinning CLV Wallet to your taskbar for quicker access to your wallet."
|
|
1105
|
-
},
|
|
1106
|
-
"step2": {
|
|
1107
|
-
"title": "Create or Import a Wallet",
|
|
1108
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
1109
|
-
},
|
|
1110
|
-
"step3": {
|
|
1111
|
-
"title": "Refresh your browser",
|
|
1112
|
-
"description": "Once you set up your wallet, click below to refresh the browser and load up the extension."
|
|
1113
|
-
}
|
|
1114
|
-
},
|
|
1115
|
-
"qr_code": {
|
|
1116
|
-
"step1": {
|
|
1117
|
-
"title": "Open the CLV Wallet app",
|
|
1118
|
-
"description": "We recommend putting CLV Wallet on your home screen for quicker access."
|
|
1119
|
-
},
|
|
1120
|
-
"step2": {
|
|
1121
|
-
"title": "Create or Import a Wallet",
|
|
1122
|
-
"description": "Be sure to back up your wallet using a secure method. Never share your secret phrase with anyone."
|
|
1123
|
-
},
|
|
1124
|
-
"step3": {
|
|
1125
|
-
"title": "Tap the scan button",
|
|
1126
|
-
"description": "After you scan, a connection prompt will appear for you to connect your wallet."
|
|
1127
|
-
}
|
|
1128
|
-
}
|
|
1129
|
-
},
|
|
1130
|
-
|
|
1131
|
-
"okto": {
|
|
1132
|
-
"qr_code": {
|
|
1133
|
-
"step1": {
|
|
1134
|
-
"title": "Open the Okto app",
|
|
1135
|
-
"description": "Add Okto to your home screen for quick access"
|
|
1136
|
-
},
|
|
1137
|
-
"step2": {
|
|
1138
|
-
"title": "Create an MPC Wallet",
|
|
1139
|
-
"description": "Create an account and generate a wallet"
|
|
1140
|
-
},
|
|
1141
|
-
"step3": {
|
|
1142
|
-
"title": "Tap WalletConnect in Settings",
|
|
1143
|
-
"description": "Tap the Scan QR icon at the top right and confirm the prompt to connect."
|
|
1144
|
-
}
|
|
1145
|
-
}
|
|
1146
|
-
},
|
|
1147
|
-
|
|
1148
|
-
"ledger": {
|
|
1149
|
-
"desktop": {
|
|
1150
|
-
"step1": {
|
|
1151
|
-
"title": "Open the Ledger Live app",
|
|
1152
|
-
"description": "We recommend putting Ledger Live on your home screen for quicker access."
|
|
1153
|
-
},
|
|
1154
|
-
"step2": {
|
|
1155
|
-
"title": "Set up your Ledger",
|
|
1156
|
-
"description": "Set up a new Ledger or connect to an existing one."
|
|
1157
|
-
},
|
|
1158
|
-
"step3": {
|
|
1159
|
-
"title": "Connect",
|
|
1160
|
-
"description": "A connection prompt will appear for you to connect your wallet."
|
|
1161
|
-
}
|
|
1162
|
-
},
|
|
1163
|
-
"qr_code": {
|
|
1164
|
-
"step1": {
|
|
1165
|
-
"title": "Open the Ledger Live app",
|
|
1166
|
-
"description": "We recommend putting Ledger Live on your home screen for quicker access."
|
|
1167
|
-
},
|
|
1168
|
-
"step2": {
|
|
1169
|
-
"title": "Set up your Ledger",
|
|
1170
|
-
"description": "You can either sync with the desktop app or connect your Ledger."
|
|
1171
|
-
},
|
|
1172
|
-
"step3": {
|
|
1173
|
-
"title": "Scan the code",
|
|
1174
|
-
"description": "Tap WalletConnect then Switch to Scanner. After you scan, a connection prompt will appear for you to connect your wallet."
|
|
1175
|
-
}
|
|
1176
|
-
}
|
|
1177
|
-
}
|
|
1178
|
-
}
|
|
1179
|
-
}
|
|
1180
|
-
`;
|
|
1181
|
-
|
|
1182
|
-
export {
|
|
1183
|
-
en_US_default
|
|
1184
|
-
};
|