@skip-go/widget 3.4.6 → 3.4.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.
|
@@ -5265,7 +5265,7 @@ function Qc(e) {
|
|
|
5265
5265
|
const d = D.chains.map((P) => P.id);
|
|
5266
5266
|
if (!d.length)
|
|
5267
5267
|
return;
|
|
5268
|
-
const { EthereumProvider: b } = await import("./index.es-
|
|
5268
|
+
const { EthereumProvider: b } = await import("./index.es-wgGSNKSd.js");
|
|
5269
5269
|
return await b.init({
|
|
5270
5270
|
...e,
|
|
5271
5271
|
disableProviderPing: !0,
|
|
@@ -15560,6 +15560,47 @@ const LD = [
|
|
|
15560
15560
|
coinType: 118
|
|
15561
15561
|
}
|
|
15562
15562
|
},
|
|
15563
|
+
{
|
|
15564
|
+
chainId: "nillion-1",
|
|
15565
|
+
currencies: [
|
|
15566
|
+
{
|
|
15567
|
+
coinDenom: "nil",
|
|
15568
|
+
coinMinimalDenom: "unil",
|
|
15569
|
+
coinDecimals: 6
|
|
15570
|
+
}
|
|
15571
|
+
],
|
|
15572
|
+
rest: "https://nillion-api.lavenderfive.com",
|
|
15573
|
+
rpc: "https://nillion-rpc.lavenderfive.com",
|
|
15574
|
+
bech32Config: {
|
|
15575
|
+
bech32PrefixAccAddr: "nillion",
|
|
15576
|
+
bech32PrefixAccPub: "nillionpub",
|
|
15577
|
+
bech32PrefixValAddr: "nillionvaloper",
|
|
15578
|
+
bech32PrefixValPub: "nillionvaloperpub",
|
|
15579
|
+
bech32PrefixConsAddr: "nillionvalcons",
|
|
15580
|
+
bech32PrefixConsPub: "nillionvalconspub"
|
|
15581
|
+
},
|
|
15582
|
+
chainName: "nillion",
|
|
15583
|
+
feeCurrencies: [
|
|
15584
|
+
{
|
|
15585
|
+
coinDenom: "nil",
|
|
15586
|
+
coinMinimalDenom: "unil",
|
|
15587
|
+
coinDecimals: 6,
|
|
15588
|
+
gasPriceStep: {
|
|
15589
|
+
low: 1e-4,
|
|
15590
|
+
average: 1e-4,
|
|
15591
|
+
high: 25e-5
|
|
15592
|
+
}
|
|
15593
|
+
}
|
|
15594
|
+
],
|
|
15595
|
+
stakeCurrency: {
|
|
15596
|
+
coinDenom: "nil",
|
|
15597
|
+
coinMinimalDenom: "unil",
|
|
15598
|
+
coinDecimals: 6
|
|
15599
|
+
},
|
|
15600
|
+
bip44: {
|
|
15601
|
+
coinType: 118
|
|
15602
|
+
}
|
|
15603
|
+
},
|
|
15563
15604
|
{
|
|
15564
15605
|
chainId: "nim_1122-1",
|
|
15565
15606
|
currencies: [
|
|
@@ -30875,6 +30916,16 @@ const LD = [
|
|
|
30875
30916
|
coinDenom: "XION",
|
|
30876
30917
|
coinMinimalDenom: "uxion",
|
|
30877
30918
|
coinDecimals: 6
|
|
30919
|
+
},
|
|
30920
|
+
{
|
|
30921
|
+
coinDenom: "osmo",
|
|
30922
|
+
coinMinimalDenom: "ibc/13B2C536BB057AC79D5616B8EA1B9540EC1F2170718CAFF6F0083C966FFFED0B",
|
|
30923
|
+
coinDecimals: 6
|
|
30924
|
+
},
|
|
30925
|
+
{
|
|
30926
|
+
coinDenom: "usdc",
|
|
30927
|
+
coinMinimalDenom: "ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4",
|
|
30928
|
+
coinDecimals: 6
|
|
30878
30929
|
}
|
|
30879
30930
|
],
|
|
30880
30931
|
rest: "https://api.xion-testnet-2.burnt.com",
|
|
@@ -35405,6 +35456,21 @@ const LD = [
|
|
|
35405
35456
|
}
|
|
35406
35457
|
]
|
|
35407
35458
|
},
|
|
35459
|
+
{
|
|
35460
|
+
chainId: "nillion-1",
|
|
35461
|
+
explorers: [
|
|
35462
|
+
{
|
|
35463
|
+
url: "https://nillion.explorers.guru",
|
|
35464
|
+
tx_page: "https://nillion.explorers.guru/transaction/${txHash}",
|
|
35465
|
+
account_page: "https://nillion.explorers.guru/account/${accountAddress}"
|
|
35466
|
+
},
|
|
35467
|
+
{
|
|
35468
|
+
url: "https://www.mintscan.io/nillion",
|
|
35469
|
+
tx_page: "https://www.mintscan.io/nillion/tx/${txHash}",
|
|
35470
|
+
account_page: "https://www.mintscan.io/nillion/address/${accountAddress}"
|
|
35471
|
+
}
|
|
35472
|
+
]
|
|
35473
|
+
},
|
|
35408
35474
|
{
|
|
35409
35475
|
chainId: "nim_1122-1",
|
|
35410
35476
|
explorers: [
|
|
@@ -46341,7 +46407,7 @@ const Kg = () => {
|
|
|
46341
46407
|
replaysSessionSampleRate: 1,
|
|
46342
46408
|
replaysOnErrorSampleRate: 0
|
|
46343
46409
|
}), ms = !0);
|
|
46344
|
-
}, Hm = "3.4.
|
|
46410
|
+
}, Hm = "3.4.7", Xg = () => {
|
|
46345
46411
|
const e = Qe(), n = Y(Dt);
|
|
46346
46412
|
se(() => {
|
|
46347
46413
|
n((i) => ({
|
|
@@ -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-DQsL0Gam.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 = {}, base64Js = {};
|
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.4.
|
|
4
|
+
"version": "3.4.7",
|
|
5
5
|
"repository": {
|
|
6
6
|
"url": "https://github.com/skip-mev/skip-go",
|
|
7
7
|
"directory": "packages/widget"
|
|
@@ -43,7 +43,7 @@
|
|
|
43
43
|
"@penumbra-zone/transport-dom": "^7.5.0",
|
|
44
44
|
"@r2wc/react-to-web-component": "^2.0.3",
|
|
45
45
|
"@sentry/react": "^8.46.0",
|
|
46
|
-
"@skip-go/client": "0.16.
|
|
46
|
+
"@skip-go/client": "0.16.21",
|
|
47
47
|
"@solana/spl-token": "^0.4.8",
|
|
48
48
|
"@solana/wallet-adapter-backpack": "^0.1.14",
|
|
49
49
|
"@solana/wallet-adapter-coinbase": "^0.1.19",
|