@funkit/connect 6.14.18 → 6.14.20

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 (30) hide show
  1. package/CHANGELOG.md +28 -0
  2. package/dist/__generated__/default_configs.d.ts +1 -6
  3. package/dist/hooks/queries/useRecentDirectExecutions.d.ts +1 -1
  4. package/dist/hooks/track/CheckoutModalEvent.d.ts +0 -1
  5. package/dist/index.js +1920 -2090
  6. package/dist/providers/FunkitMoonpayProvider.d.ts +0 -5
  7. package/dist/utils/checkout.d.ts +0 -1
  8. package/dist/utils/flags/config.d.ts +2 -6
  9. package/dist/wallets/walletConnectors/bifrostWallet/bifrostWallet.js +2 -2
  10. package/dist/wallets/walletConnectors/bitgetWallet/bitgetWallet.js +2 -2
  11. package/dist/wallets/walletConnectors/bybitWallet/bybitWallet.js +2 -2
  12. package/dist/wallets/walletConnectors/clvWallet/clvWallet.js +2 -2
  13. package/dist/wallets/walletConnectors/coin98Wallet/coin98Wallet.js +2 -2
  14. package/dist/wallets/walletConnectors/coreWallet/coreWallet.js +2 -2
  15. package/dist/wallets/walletConnectors/foxWallet/foxWallet.js +2 -2
  16. package/dist/wallets/walletConnectors/frontierWallet/frontierWallet.js +2 -2
  17. package/dist/wallets/walletConnectors/gateWallet/gateWallet.js +2 -2
  18. package/dist/wallets/walletConnectors/index.js +72 -72
  19. package/dist/wallets/walletConnectors/metaMaskWallet/metaMaskWallet.js +2 -2
  20. package/dist/wallets/walletConnectors/okxWallet/okxWallet.js +2 -2
  21. package/dist/wallets/walletConnectors/rainbowWallet/rainbowWallet.js +2 -2
  22. package/dist/wallets/walletConnectors/roninWallet/roninWallet.js +2 -2
  23. package/dist/wallets/walletConnectors/safepalWallet/safepalWallet.js +2 -2
  24. package/dist/wallets/walletConnectors/subWallet/subWallet.js +2 -2
  25. package/dist/wallets/walletConnectors/tokenPocketWallet/tokenPocketWallet.js +2 -2
  26. package/dist/wallets/walletConnectors/trustWallet/trustWallet.js +2 -2
  27. package/dist/wallets/walletConnectors/zerionWallet/zerionWallet.js +2 -2
  28. package/package.json +6 -6
  29. package/dist/consts/moonpay.d.ts +0 -10
  30. package/dist/utils/moonpay.d.ts +0 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,33 @@
1
1
  # @funkit/connect
2
2
 
3
+ ## 6.14.20
4
+
5
+ ### Patch Changes
6
+
7
+ - 725949f: feat(connect): display proper symbol for WETH
8
+ - 3672569: refactor: remove unsed flag SupportedExchangesV2
9
+ - eb9de8a: chore: usdh icon
10
+ - 087941d: feat(connect): preserve input amount
11
+ - bc80304: add monad api key
12
+ - 308ba90: chore(connect): increase statsig init timeout to 5s
13
+ - Updated dependencies [3672569]
14
+ - Updated dependencies [208c80d]
15
+ - Updated dependencies [bc80304]
16
+ - @funkit/utils@1.1.15
17
+ - @funkit/fun-relay@2.1.8
18
+ - @funkit/api-base@1.12.13
19
+ - @funkit/core@2.3.58
20
+ - @funkit/wagmi-tools@3.0.81
21
+
22
+ ## 6.14.19
23
+
24
+ ### Patch Changes
25
+
26
+ - 44aba89: removed flag not initialized log messages
27
+ - 45f7107: remove moonpay logic in fee calculation
28
+ - Updated dependencies [2151498]
29
+ - @funkit/fun-relay@2.1.7
30
+
3
31
  ## 6.14.18
4
32
 
5
33
  ### Patch Changes
@@ -1,6 +1,6 @@
1
1
  declare const _default: {
2
2
  readonly addressblacklist: {
3
- readonly value: readonly ["0x7b97b46D35a28B561d47F50CFB9a2735E506e59d", "0x409ad08cc6CA757f69Fb80250a424B9eFeB99807"];
3
+ readonly value: readonly ["0x7b97b46D35a28B561d47F50CFB9a2735E506e59d", "0x409ad08cc6CA757f69Fb80250a424B9eFeB99807", "0x02A86f51aA7B8b1c17c30364748d5Ae4a0727E23", "0x64131b60502C01362639CC5cfE1a1efB6Be1165A"];
4
4
  };
5
5
  readonly array_of_strings: {
6
6
  readonly value: readonly [];
@@ -17,10 +17,5 @@ declare const _default: {
17
17
  readonly supportedexchangesv2: {
18
18
  readonly value: readonly [];
19
19
  };
20
- readonly 'test-supported-tokens': {
21
- readonly value: {
22
- readonly supportedTokens: readonly ["USDC", "USDT"];
23
- };
24
- };
25
20
  };
26
21
  export default _default;
@@ -17,6 +17,6 @@ export declare function isWithdrawalDirectExecution(de: DirectExecution): boolea
17
17
  * @returns recent direct executions tied to a recipient address used in the token transfer flow
18
18
  */
19
19
  export declare const useRecentDirectExecutions: ({ isVisible, memoizedFilterFunc, }: RecentDirectExecutionsQuery) => {
20
- data: MergedMultiStepDirectExecution[];
20
+ data: MergedMultiStepDirectExecution[] | undefined;
21
21
  };
22
22
  export {};
@@ -11,7 +11,6 @@ export declare enum CheckoutModalEvent {
11
11
  NAVIGATE_FIAT_ACCOUNT_DETAIL = "fc::navigate::fiat_account_detail",
12
12
  NAVIGATE_BRIDGE_KYC = "fc::navigate::bridge_kyc",
13
13
  NAVIGATE_BRIDGE_CUSTOMER = "fc::navigate::bridge_customer",
14
- NAVIGATE_MOONPAY_SETUP = "fc::navigate::moonpay_setup",
15
14
  NAVIGATE_MELD_QUOTES = "fc::navigate::meld_quotes",
16
15
  NAVIGATE_MELD_REDIRECT = "fc::navigate::meld_redirect",
17
16
  NAVIGATE_MELD_CURRENCY_SELECT = "fc::navigate::meld_currency_select",