@skip-go/widget 3.9.0-alpha-7 → 3.9.0-alpha-8
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.
|
@@ -43189,7 +43189,7 @@ function walletConnect(parameters) {
|
|
|
43189
43189
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
43190
43190
|
if (!optionalChains.length)
|
|
43191
43191
|
return;
|
|
43192
|
-
const { EthereumProvider } = await import("./index.es-
|
|
43192
|
+
const { EthereumProvider } = await import("./index.es-Cl7F4evs.js");
|
|
43193
43193
|
return await EthereumProvider.init({
|
|
43194
43194
|
...parameters,
|
|
43195
43195
|
disableProviderPing: true,
|
|
@@ -52235,7 +52235,7 @@ const initSentry = () => {
|
|
|
52235
52235
|
};
|
|
52236
52236
|
const name = "@skip-go/widget";
|
|
52237
52237
|
const description = "Swap widget";
|
|
52238
|
-
const version = "3.9.0-alpha-
|
|
52238
|
+
const version = "3.9.0-alpha-8";
|
|
52239
52239
|
const repository = {
|
|
52240
52240
|
url: "https://github.com/skip-mev/skip-go",
|
|
52241
52241
|
directory: "packages/widget"
|