@skip-go/widget 3.10.6 → 3.10.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.
|
@@ -43478,7 +43478,7 @@ function walletConnect(parameters) {
|
|
|
43478
43478
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
43479
43479
|
if (!optionalChains.length)
|
|
43480
43480
|
return;
|
|
43481
|
-
const { EthereumProvider } = await import("./index.es-
|
|
43481
|
+
const { EthereumProvider } = await import("./index.es-BpfdJdUu.js");
|
|
43482
43482
|
return await EthereumProvider.init({
|
|
43483
43483
|
...parameters,
|
|
43484
43484
|
disableProviderPing: true,
|
|
@@ -50985,7 +50985,7 @@ const useShowCosmosLedgerWarning = () => {
|
|
|
50985
50985
|
};
|
|
50986
50986
|
const name = "@skip-go/widget";
|
|
50987
50987
|
const description = "Swap widget";
|
|
50988
|
-
const version = "3.10.
|
|
50988
|
+
const version = "3.10.7";
|
|
50989
50989
|
const repository = {
|
|
50990
50990
|
url: "https://github.com/skip-mev/skip-go",
|
|
50991
50991
|
directory: "packages/widget"
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-
|
|
1
|
+
import { g as getAugmentedNamespace, c as commonjsGlobal, a as getDefaultExportFromCjs, p as process$1 } from "./index-DH5wZbVT.js";
|
|
2
2
|
import qg, { PROPOSAL_EXPIRY_MESSAGE } from "@walletconnect/sign-client";
|
|
3
3
|
const global = globalThis || void 0 || self;
|
|
4
4
|
var buffer$1 = {};
|
package/build/index.js
CHANGED