@funkit/core 2.1.8 → 2.2.0
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 +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -13416,7 +13416,7 @@ var FUNKIT_CONNECT_SUPPORTED_CHAINS_INFO = {
|
|
|
13416
13416
|
},
|
|
13417
13417
|
chainInfo: zkSync,
|
|
13418
13418
|
explorerInfo: zkSync.blockExplorers.default,
|
|
13419
|
-
isCheckoutSupported:
|
|
13419
|
+
isCheckoutSupported: false,
|
|
13420
13420
|
checkoutAssetWhitelist: ["*"],
|
|
13421
13421
|
isFunWalletSupported: false,
|
|
13422
13422
|
isMainnet: true,
|