@reown/appkit-cdn 1.6.6-rc.3.0 → 1.6.6
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.
- package/dist/{appkit-Lhcgxl9D.js → appkit-CaFYBD29.js} +14 -14
- package/dist/{appkit-Lhcgxl9D.js.map → appkit-CaFYBD29.js.map} +1 -1
- package/dist/appkit.js +1 -1
- package/dist/{browser-B834krIE.js → browser-BDia6sxB.js} +2 -2
- package/dist/{browser-B834krIE.js.map → browser-BDia6sxB.js.map} +1 -1
- package/dist/{ccip-DMI8YgiW.js → ccip-DSdlNwZF.js} +2 -2
- package/dist/{ccip-DMI8YgiW.js.map → ccip-DSdlNwZF.js.map} +1 -1
- package/dist/{index-B6VcKzid.js → index-B5ZZGK9F.js} +3 -3
- package/dist/{index-B6VcKzid.js.map → index-B5ZZGK9F.js.map} +1 -1
- package/dist/{index-CJLFNWS2.js → index-B7h5RvPW.js} +3 -3
- package/dist/{index-CJLFNWS2.js.map → index-B7h5RvPW.js.map} +1 -1
- package/dist/{index-DfC3FlzU.js → index-BGEDDK2b.js} +3 -3
- package/dist/{index-DfC3FlzU.js.map → index-BGEDDK2b.js.map} +1 -1
- package/dist/{index-kpdO17wQ.js → index-BHSnQEbV.js} +3 -3
- package/dist/{index-kpdO17wQ.js.map → index-BHSnQEbV.js.map} +1 -1
- package/dist/{index-DEXgmqCV.js → index-BUbtJm9g.js} +3 -3
- package/dist/{index-DEXgmqCV.js.map → index-BUbtJm9g.js.map} +1 -1
- package/dist/{index-BXBc5JHy.js → index-BYcglFaP.js} +2 -2
- package/dist/{index-BXBc5JHy.js.map → index-BYcglFaP.js.map} +1 -1
- package/dist/{index-2qtVb_Ds.js → index-C7h3Whae.js} +3 -3
- package/dist/{index-2qtVb_Ds.js.map → index-C7h3Whae.js.map} +1 -1
- package/dist/{index-Ak1DS9fh.js → index-CFIMtFcl.js} +2 -2
- package/dist/{index-Ak1DS9fh.js.map → index-CFIMtFcl.js.map} +1 -1
- package/dist/{index-BAwlFuoO.js → index-CM2SDseq.js} +5 -5
- package/dist/{index-BAwlFuoO.js.map → index-CM2SDseq.js.map} +1 -1
- package/dist/{index.es-BtTnTCqI.js → index.es-dsJTCgQf.js} +3 -3
- package/dist/{index.es-BtTnTCqI.js.map → index.es-dsJTCgQf.js.map} +1 -1
- package/dist/{metamask-sdk-CiH4rKSW.js → metamask-sdk-G8BsuP8X.js} +3 -3
- package/dist/{metamask-sdk-CiH4rKSW.js.map → metamask-sdk-G8BsuP8X.js.map} +1 -1
- package/dist/{native-DgojWMJq.js → native-Drvz6QBg.js} +2 -2
- package/dist/{native-DgojWMJq.js.map → native-Drvz6QBg.js.map} +1 -1
- package/dist/{secp256k1-B05nWCf2.js → secp256k1-BBR6USf5.js} +2 -2
- package/dist/{secp256k1-B05nWCf2.js.map → secp256k1-BBR6USf5.js.map} +1 -1
- package/dist/{w3m-modal-DYFVCjHs.js → w3m-modal-B_ZT2Mh1.js} +2 -2
- package/dist/{w3m-modal-DYFVCjHs.js.map → w3m-modal-B_ZT2Mh1.js.map} +1 -1
- package/package.json +7 -7
|
@@ -70245,7 +70245,7 @@ function publicKeyToAddress$1(publicKey2) {
|
|
|
70245
70245
|
}
|
|
70246
70246
|
async function recoverPublicKey$1({ hash: hash3, signature: signature2 }) {
|
|
70247
70247
|
const hashHex = isHex$1(hash3) ? hash3 : toHex$1(hash3);
|
|
70248
|
-
const { secp256k1: secp256k12 } = await import("./secp256k1-
|
|
70248
|
+
const { secp256k1: secp256k12 } = await import("./secp256k1-BBR6USf5.js");
|
|
70249
70249
|
const signature_ = (() => {
|
|
70250
70250
|
if (typeof signature2 === "object" && "r" in signature2 && "s" in signature2) {
|
|
70251
70251
|
const { r: r4, s: s2, v: v6, yParity } = signature2;
|
|
@@ -72271,7 +72271,7 @@ async function call$2(client, args) {
|
|
|
72271
72271
|
return { data: response };
|
|
72272
72272
|
} catch (err) {
|
|
72273
72273
|
const data3 = getRevertErrorData$1(err);
|
|
72274
|
-
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-
|
|
72274
|
+
const { offchainLookup: offchainLookup2, offchainLookupSignature: offchainLookupSignature2 } = await import("./ccip-DSdlNwZF.js");
|
|
72275
72275
|
if (client.ccipRead !== false && (data3 == null ? void 0 : data3.slice(0, 10)) === offchainLookupSignature2 && to2)
|
|
72276
72276
|
return { data: await offchainLookup2(client, { data: data3, to: to2 }) };
|
|
72277
72277
|
if (deploylessCall && (data3 == null ? void 0 : data3.slice(0, 10)) === "0x101bb98d")
|
|
@@ -87367,8 +87367,8 @@ class AppKit {
|
|
|
87367
87367
|
isInitialized = true;
|
|
87368
87368
|
this.initPromise = new Promise(async (resolve) => {
|
|
87369
87369
|
await Promise.all([
|
|
87370
|
-
import("./index-
|
|
87371
|
-
import("./w3m-modal-
|
|
87370
|
+
import("./index-BGEDDK2b.js"),
|
|
87371
|
+
import("./w3m-modal-B_ZT2Mh1.js")
|
|
87372
87372
|
]);
|
|
87373
87373
|
const modal = document.createElement("w3m-modal");
|
|
87374
87374
|
if (!OptionsController.state.disableAppend && !OptionsController.state.enableEmbedded) {
|
|
@@ -87380,7 +87380,7 @@ class AppKit {
|
|
|
87380
87380
|
return this.initPromise;
|
|
87381
87381
|
}
|
|
87382
87382
|
}
|
|
87383
|
-
const PACKAGE_VERSION = "1.6.6
|
|
87383
|
+
const PACKAGE_VERSION = "1.6.6";
|
|
87384
87384
|
var __decorate$1J = function(decorators, target, key2, desc) {
|
|
87385
87385
|
var c2 = arguments.length, r4 = c2 < 3 ? target : desc === null ? desc = Object.getOwnPropertyDescriptor(target, key2) : desc, d4;
|
|
87386
87386
|
if (typeof Reflect === "object" && typeof Reflect.decorate === "function") r4 = Reflect.decorate(decorators, target, key2, desc);
|
|
@@ -119176,7 +119176,7 @@ class WagmiAdapter extends AdapterBlueprint {
|
|
|
119176
119176
|
const thirdPartyConnectors = [];
|
|
119177
119177
|
if (options.enableCoinbase !== false) {
|
|
119178
119178
|
try {
|
|
119179
|
-
const { coinbaseWallet: coinbaseWallet2 } = await import("./index-
|
|
119179
|
+
const { coinbaseWallet: coinbaseWallet2 } = await import("./index-CM2SDseq.js");
|
|
119180
119180
|
if (coinbaseWallet2) {
|
|
119181
119181
|
thirdPartyConnectors.push(coinbaseWallet2({
|
|
119182
119182
|
version: "4",
|
|
@@ -128701,7 +128701,7 @@ async function getWebSocketRpcClient(url, options = {}) {
|
|
|
128701
128701
|
const { keepAlive, reconnect: reconnect2 } = options;
|
|
128702
128702
|
return getSocketRpcClient({
|
|
128703
128703
|
async getSocket({ onClose, onError, onOpen, onResponse }) {
|
|
128704
|
-
const WebSocket2 = await import("./native-
|
|
128704
|
+
const WebSocket2 = await import("./native-Drvz6QBg.js").then((module) => module.WebSocket);
|
|
128705
128705
|
const socket = new WebSocket2(url);
|
|
128706
128706
|
function onClose_() {
|
|
128707
128707
|
onClose();
|
|
@@ -135326,7 +135326,7 @@ function version4(parameters) {
|
|
|
135326
135326
|
options: ((_a3 = parameters.preference) == null ? void 0 : _a3.options) ?? "all"
|
|
135327
135327
|
};
|
|
135328
135328
|
})();
|
|
135329
|
-
const { createCoinbaseWalletSDK } = await import("./index-
|
|
135329
|
+
const { createCoinbaseWalletSDK } = await import("./index-BYcglFaP.js");
|
|
135330
135330
|
const sdk = createCoinbaseWalletSDK({
|
|
135331
135331
|
...parameters,
|
|
135332
135332
|
appChainIds: config2.chains.map((x3) => x3.id),
|
|
@@ -135498,7 +135498,7 @@ function version3(parameters) {
|
|
|
135498
135498
|
var _a3;
|
|
135499
135499
|
if (!walletProvider) {
|
|
135500
135500
|
const CoinbaseWalletSDK = await (async () => {
|
|
135501
|
-
const { default: SDK } = await import("./index-
|
|
135501
|
+
const { default: SDK } = await import("./index-B7h5RvPW.js").then((n6) => n6.i);
|
|
135502
135502
|
if (typeof SDK !== "function" && typeof SDK.default === "function")
|
|
135503
135503
|
return SDK.default;
|
|
135504
135504
|
return SDK;
|
|
@@ -135735,7 +135735,7 @@ function metaMask(parameters = {}) {
|
|
|
135735
135735
|
async function initProvider() {
|
|
135736
135736
|
var _a3, _b2, _c2, _d, _e3;
|
|
135737
135737
|
const MetaMaskSDK = await (async () => {
|
|
135738
|
-
const { default: SDK } = await import("./metamask-sdk-
|
|
135738
|
+
const { default: SDK } = await import("./metamask-sdk-G8BsuP8X.js");
|
|
135739
135739
|
if (typeof SDK !== "function" && typeof SDK.default === "function")
|
|
135740
135740
|
return SDK.default;
|
|
135741
135741
|
return SDK;
|
|
@@ -135995,7 +135995,7 @@ function safe(parameters = {}) {
|
|
|
135995
135995
|
if (!isIframe)
|
|
135996
135996
|
return;
|
|
135997
135997
|
if (!provider_) {
|
|
135998
|
-
const { default: SDK } = await import("./index-
|
|
135998
|
+
const { default: SDK } = await import("./index-BHSnQEbV.js");
|
|
135999
135999
|
const sdk = new SDK(parameters);
|
|
136000
136000
|
const safe2 = await withTimeout(() => sdk.safe.getInfo(), {
|
|
136001
136001
|
timeout: parameters.unstable_getInfoTimeout ?? 10
|
|
@@ -136003,7 +136003,7 @@ function safe(parameters = {}) {
|
|
|
136003
136003
|
if (!safe2)
|
|
136004
136004
|
throw new Error("Could not load Safe information");
|
|
136005
136005
|
const SafeAppProvider = await (async () => {
|
|
136006
|
-
const Provider = await import("./index-
|
|
136006
|
+
const Provider = await import("./index-C7h3Whae.js").then((n6) => n6.i);
|
|
136007
136007
|
if (typeof Provider.SafeAppProvider !== "function" && typeof Provider.default.SafeAppProvider === "function")
|
|
136008
136008
|
return Provider.default.SafeAppProvider;
|
|
136009
136009
|
return Provider.SafeAppProvider;
|
|
@@ -136176,7 +136176,7 @@ function walletConnect(parameters) {
|
|
|
136176
136176
|
const optionalChains = config2.chains.map((x3) => x3.id);
|
|
136177
136177
|
if (!optionalChains.length)
|
|
136178
136178
|
return;
|
|
136179
|
-
const { EthereumProvider } = await import("./index.es-
|
|
136179
|
+
const { EthereumProvider } = await import("./index.es-dsJTCgQf.js");
|
|
136180
136180
|
return await EthereumProvider.init({
|
|
136181
136181
|
...parameters,
|
|
136182
136182
|
disableProviderPing: true,
|
|
@@ -136594,4 +136594,4 @@ export {
|
|
|
136594
136594
|
WuiChip as y,
|
|
136595
136595
|
WuiConnectButton as z
|
|
136596
136596
|
};
|
|
136597
|
-
//# sourceMappingURL=appkit-
|
|
136597
|
+
//# sourceMappingURL=appkit-CaFYBD29.js.map
|