@skip-go/widget 3.11.1 → 3.11.2
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.
|
@@ -44148,7 +44148,7 @@ function walletConnect(parameters) {
|
|
|
44148
44148
|
const optionalChains = config2.chains.map((x2) => x2.id);
|
|
44149
44149
|
if (!optionalChains.length)
|
|
44150
44150
|
return;
|
|
44151
|
-
const { EthereumProvider } = await import("./index.es-
|
|
44151
|
+
const { EthereumProvider } = await import("./index.es-CTDaESwK.js");
|
|
44152
44152
|
return await EthereumProvider.init({
|
|
44153
44153
|
...parameters,
|
|
44154
44154
|
disableProviderPing: true,
|
|
@@ -52871,7 +52871,7 @@ const initSentry = () => {
|
|
|
52871
52871
|
};
|
|
52872
52872
|
const name = "@skip-go/widget";
|
|
52873
52873
|
const description = "Swap widget";
|
|
52874
|
-
const version = "3.11.
|
|
52874
|
+
const version = "3.11.2";
|
|
52875
52875
|
const repository = {
|
|
52876
52876
|
url: "https://github.com/skip-mev/skip-go",
|
|
52877
52877
|
directory: "packages/widget"
|
|
@@ -53303,7 +53303,8 @@ const CosmosProvider = ({ children }) => {
|
|
|
53303
53303
|
autoReconnect: false,
|
|
53304
53304
|
walletDefaultOptions: {
|
|
53305
53305
|
sign: {
|
|
53306
|
-
preferNoSetFee: true
|
|
53306
|
+
preferNoSetFee: true,
|
|
53307
|
+
disableBalanceCheck: true
|
|
53307
53308
|
}
|
|
53308
53309
|
},
|
|
53309
53310
|
walletConnect: {
|
|
@@ -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-CdsNlttQ.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
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skip-go/widget",
|
|
3
3
|
"description": "Swap widget",
|
|
4
|
-
"version": "3.11.
|
|
4
|
+
"version": "3.11.2",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/skip-mev/skip-go",
|
|
7
7
|
"directory": "packages/widget"
|
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
"@penumbra-zone/transport-dom": "^7.5.0",
|
|
43
43
|
"@r2wc/react-to-web-component": "^2.0.3",
|
|
44
44
|
"@sentry/react": "^8.46.0",
|
|
45
|
-
"@skip-go/client": "1.2.
|
|
45
|
+
"@skip-go/client": "1.2.2",
|
|
46
46
|
"@solana/spl-token": "^0.4.8",
|
|
47
47
|
"@solana/wallet-adapter-backpack": "^0.1.14",
|
|
48
48
|
"@solana/wallet-adapter-coinbase": "^0.1.19",
|