@skip-go/widget 3.12.4 → 3.12.5
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.
|
@@ -4890,6 +4890,7 @@ function getSimpleStatus(state) {
|
|
|
4890
4890
|
case "GO_FAST_TRANSFER_SENT":
|
|
4891
4891
|
case "STARGATE_TRANSFER_SENT":
|
|
4892
4892
|
case "LAYER_ZERO_TRANSFER_SENT":
|
|
4893
|
+
case "LAYER_ZERO_TRANSFER_WAITING_FOR_COMPOSE":
|
|
4893
4894
|
return "pending";
|
|
4894
4895
|
case "TRANSFER_SUCCESS":
|
|
4895
4896
|
case "AXELAR_TRANSFER_SUCCESS":
|
|
@@ -45294,7 +45295,7 @@ function walletConnect(parameters) {
|
|
|
45294
45295
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
45295
45296
|
if (!optionalChains.length)
|
|
45296
45297
|
return;
|
|
45297
|
-
const { EthereumProvider } = await import("./index.es-
|
|
45298
|
+
const { EthereumProvider } = await import("./index.es-DGe-RoNu.js");
|
|
45298
45299
|
return await EthereumProvider.init({
|
|
45299
45300
|
...parameters,
|
|
45300
45301
|
disableProviderPing: true,
|
|
@@ -54091,7 +54092,7 @@ const initSentry = () => {
|
|
|
54091
54092
|
};
|
|
54092
54093
|
const name = "@skip-go/widget";
|
|
54093
54094
|
const description = "Swap widget";
|
|
54094
|
-
const version = "3.12.
|
|
54095
|
+
const version = "3.12.5";
|
|
54095
54096
|
const repository = {
|
|
54096
54097
|
url: "https://github.com/skip-mev/skip-go",
|
|
54097
54098
|
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-NF5xbldM.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