@funkit/core 2.2.6 → 2.2.7
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/dist/index.js +8 -8
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -16441,8 +16441,8 @@ var FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
|
|
|
16441
16441
|
checkoutAssetWhitelist: ["*"],
|
|
16442
16442
|
isFunWalletSupported: false,
|
|
16443
16443
|
isMainnet: true,
|
|
16444
|
-
moonpayChainName: "
|
|
16445
|
-
// default to
|
|
16444
|
+
moonpayChainName: "base",
|
|
16445
|
+
// default to base for zksync era on moonpay
|
|
16446
16446
|
pickPriority: 5,
|
|
16447
16447
|
isStandardEvmAddress: true
|
|
16448
16448
|
},
|
|
@@ -16469,8 +16469,8 @@ var FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
|
|
|
16469
16469
|
],
|
|
16470
16470
|
isFunWalletSupported: true,
|
|
16471
16471
|
isMainnet: true,
|
|
16472
|
-
moonpayChainName: "
|
|
16473
|
-
// default to
|
|
16472
|
+
moonpayChainName: "base",
|
|
16473
|
+
// default to base for mantle on moonpay
|
|
16474
16474
|
pickPriority: 6,
|
|
16475
16475
|
isStandardEvmAddress: false
|
|
16476
16476
|
},
|
|
@@ -16491,8 +16491,8 @@ var FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
|
|
|
16491
16491
|
],
|
|
16492
16492
|
isFunWalletSupported: false,
|
|
16493
16493
|
isMainnet: true,
|
|
16494
|
-
moonpayChainName: "
|
|
16495
|
-
// default to
|
|
16494
|
+
moonpayChainName: "base",
|
|
16495
|
+
// default to base for dydx on moonpay
|
|
16496
16496
|
pickPriority: Number.MAX_SAFE_INTEGER,
|
|
16497
16497
|
isStandardEvmAddress: false
|
|
16498
16498
|
},
|
|
@@ -16514,8 +16514,8 @@ var FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
|
|
|
16514
16514
|
],
|
|
16515
16515
|
isFunWalletSupported: true,
|
|
16516
16516
|
isMainnet: true,
|
|
16517
|
-
moonpayChainName: "
|
|
16518
|
-
// default to
|
|
16517
|
+
moonpayChainName: "base",
|
|
16518
|
+
// default to base for scroll on moonpay
|
|
16519
16519
|
pickPriority: 7,
|
|
16520
16520
|
isStandardEvmAddress: false
|
|
16521
16521
|
},
|