@dappworks/kit 0.5.28 → 0.5.30
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/aiem.mjs +4 -4
- package/dist/{chunk-2N4HH4ZF.mjs → chunk-2BZKMJZX.mjs} +1 -1
- package/dist/chunk-2BZKMJZX.mjs.map +1 -0
- package/dist/{chunk-V6FF6DVI.mjs → chunk-2L5EKCYR.mjs} +5 -5
- package/dist/chunk-2L5EKCYR.mjs.map +1 -0
- package/dist/{chunk-K7LFG5BA.mjs → chunk-2PD23V7H.mjs} +1 -1
- package/dist/{chunk-K7LFG5BA.mjs.map → chunk-2PD23V7H.mjs.map} +1 -1
- package/dist/{chunk-IMOLRP7I.mjs → chunk-7EL2RQI7.mjs} +1 -1
- package/dist/chunk-7EL2RQI7.mjs.map +1 -0
- package/dist/{chunk-R4N52NI2.mjs → chunk-7WJMHFRA.mjs} +2 -2
- package/dist/chunk-7WJMHFRA.mjs.map +1 -0
- package/dist/{chunk-DCSRCD7W.mjs → chunk-BAXWSAXB.mjs} +1 -1
- package/dist/{chunk-DCSRCD7W.mjs.map → chunk-BAXWSAXB.mjs.map} +1 -1
- package/dist/{chunk-KMJSNJHU.mjs → chunk-BHO5VKIO.mjs} +536 -55
- package/dist/chunk-BHO5VKIO.mjs.map +1 -0
- package/dist/{chunk-SNGWN2DW.mjs → chunk-BQSQ4L7R.mjs} +2 -2
- package/dist/chunk-BQSQ4L7R.mjs.map +1 -0
- package/dist/{chunk-DVNRHEKS.mjs → chunk-FWK5VZHE.mjs} +3 -3
- package/dist/chunk-FWK5VZHE.mjs.map +1 -0
- package/dist/{chunk-B7RV4C5E.mjs → chunk-I2RSE63R.mjs} +3 -3
- package/dist/chunk-I2RSE63R.mjs.map +1 -0
- package/dist/{chunk-YG4RDLYA.mjs → chunk-R66SHRQE.mjs} +2 -2
- package/dist/chunk-R66SHRQE.mjs.map +1 -0
- package/dist/{chunk-XSGTWROT.mjs → chunk-SA53R6TL.mjs} +1 -1
- package/dist/chunk-SA53R6TL.mjs.map +1 -0
- package/dist/{chunk-6AX24IFY.mjs → chunk-SQ7DRKMK.mjs} +2 -2
- package/dist/chunk-SQ7DRKMK.mjs.map +1 -0
- package/dist/{chunk-ONVPCAMQ.mjs → chunk-Z3LJE5QF.mjs} +1 -1
- package/dist/chunk-Z3LJE5QF.mjs.map +1 -0
- package/dist/dev.mjs +3 -3
- package/dist/dev.mjs.map +1 -1
- package/dist/experimental.mjs +4 -4
- package/dist/experimental.mjs.map +1 -1
- package/dist/form.mjs +5 -5
- package/dist/form.mjs.map +1 -1
- package/dist/index.mjs +11 -11
- package/dist/inspector.mjs.map +1 -1
- package/dist/jsoncomponent.mjs.map +1 -1
- package/dist/jsontable.mjs +5 -5
- package/dist/metrics.mjs +5 -5
- package/dist/metrics.mjs.map +1 -1
- package/dist/plugins.mjs +8 -8
- package/dist/plugins.mjs.map +1 -1
- package/dist/ui.mjs +2 -2
- package/dist/ui.mjs.map +1 -1
- package/dist/utils.d.mts +100 -19
- package/dist/utils.mjs +3 -3
- package/dist/wallet.mjs +12 -12
- package/dist/wallet.mjs.map +1 -1
- package/package.json +173 -173
- package/dist/chunk-2N4HH4ZF.mjs.map +0 -1
- package/dist/chunk-6AX24IFY.mjs.map +0 -1
- package/dist/chunk-B7RV4C5E.mjs.map +0 -1
- package/dist/chunk-DVNRHEKS.mjs.map +0 -1
- package/dist/chunk-IMOLRP7I.mjs.map +0 -1
- package/dist/chunk-KMJSNJHU.mjs.map +0 -1
- package/dist/chunk-ONVPCAMQ.mjs.map +0 -1
- package/dist/chunk-R4N52NI2.mjs.map +0 -1
- package/dist/chunk-SNGWN2DW.mjs.map +0 -1
- package/dist/chunk-V6FF6DVI.mjs.map +0 -1
- package/dist/chunk-XSGTWROT.mjs.map +0 -1
- package/dist/chunk-YG4RDLYA.mjs.map +0 -1
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
import { AIem } from './chunk-
|
|
2
|
-
import { DialogStore } from './chunk-
|
|
3
|
-
import { ToastPlugin } from './chunk-
|
|
4
|
-
import { RootStore, rootStore } from './chunk-
|
|
5
|
-
import { helper } from './chunk-
|
|
1
|
+
import { AIem } from './chunk-SQ7DRKMK.mjs';
|
|
2
|
+
import { DialogStore } from './chunk-FWK5VZHE.mjs';
|
|
3
|
+
import { ToastPlugin } from './chunk-7EL2RQI7.mjs';
|
|
4
|
+
import { RootStore, rootStore } from './chunk-SA53R6TL.mjs';
|
|
5
|
+
import { helper } from './chunk-7WJMHFRA.mjs';
|
|
6
6
|
import { __commonJS, __require, __export, __toESM, __spreadProps, __spreadValues } from './chunk-VIK2VI34.mjs';
|
|
7
7
|
import { observable, makeAutoObservable } from 'mobx';
|
|
8
8
|
import BigNumber2 from 'bignumber.js';
|
|
@@ -6637,6 +6637,7 @@ var WalletConfigStore = class {
|
|
|
6637
6637
|
var _a;
|
|
6638
6638
|
return ObjectPool.get(`rainbowKitConfig-${(_a = this.supportedChains) == null ? void 0 : _a.map((i) => i.id).join("-")}`, () => {
|
|
6639
6639
|
return getDefaultConfig({
|
|
6640
|
+
pollingInterval: 2500,
|
|
6640
6641
|
appName: this.appName,
|
|
6641
6642
|
projectId: this.projectId,
|
|
6642
6643
|
//@ts-ignore
|
|
@@ -6934,10 +6935,10 @@ __export(ethers_exports, {
|
|
|
6934
6935
|
constants: () => lib_exports2,
|
|
6935
6936
|
errors: () => ErrorCode,
|
|
6936
6937
|
getDefaultProvider: () => getDefaultProvider,
|
|
6937
|
-
logger: () =>
|
|
6938
|
+
logger: () => logger47,
|
|
6938
6939
|
providers: () => lib_exports4,
|
|
6939
6940
|
utils: () => utils_exports,
|
|
6940
|
-
version: () =>
|
|
6941
|
+
version: () => version27,
|
|
6941
6942
|
wordlists: () => wordlists
|
|
6942
6943
|
});
|
|
6943
6944
|
|
|
@@ -7010,10 +7011,10 @@ var ErrorCode;
|
|
|
7010
7011
|
})(ErrorCode || (ErrorCode = {}));
|
|
7011
7012
|
var HEX = "0123456789abcdef";
|
|
7012
7013
|
var Logger = class _Logger {
|
|
7013
|
-
constructor(
|
|
7014
|
+
constructor(version28) {
|
|
7014
7015
|
Object.defineProperty(this, "version", {
|
|
7015
7016
|
enumerable: true,
|
|
7016
|
-
value:
|
|
7017
|
+
value: version28,
|
|
7017
7018
|
writable: false
|
|
7018
7019
|
});
|
|
7019
7020
|
}
|
|
@@ -7225,8 +7226,8 @@ var Logger = class _Logger {
|
|
|
7225
7226
|
}
|
|
7226
7227
|
_logLevel = level;
|
|
7227
7228
|
}
|
|
7228
|
-
static from(
|
|
7229
|
-
return new _Logger(
|
|
7229
|
+
static from(version28) {
|
|
7230
|
+
return new _Logger(version28);
|
|
7230
7231
|
}
|
|
7231
7232
|
};
|
|
7232
7233
|
Logger.errors = ErrorCode;
|
|
@@ -17400,7 +17401,7 @@ function poll(func, options) {
|
|
|
17400
17401
|
var import_bech32 = __toESM(require_bech32());
|
|
17401
17402
|
|
|
17402
17403
|
// ../../node_modules/@ethersproject/providers/lib.esm/_version.js
|
|
17403
|
-
var version23 = "providers/5.7.
|
|
17404
|
+
var version23 = "providers/5.7.0";
|
|
17404
17405
|
|
|
17405
17406
|
// ../../node_modules/@ethersproject/providers/lib.esm/formatter.js
|
|
17406
17407
|
var logger29 = new Logger(version23);
|
|
@@ -18149,17 +18150,17 @@ var Resolver = class {
|
|
|
18149
18150
|
}
|
|
18150
18151
|
if (coinInfo.prefix != null) {
|
|
18151
18152
|
const length = bytes[1];
|
|
18152
|
-
let
|
|
18153
|
-
if (
|
|
18153
|
+
let version28 = bytes[0];
|
|
18154
|
+
if (version28 === 0) {
|
|
18154
18155
|
if (length !== 20 && length !== 32) {
|
|
18155
|
-
|
|
18156
|
+
version28 = -1;
|
|
18156
18157
|
}
|
|
18157
18158
|
} else {
|
|
18158
|
-
|
|
18159
|
+
version28 = -1;
|
|
18159
18160
|
}
|
|
18160
|
-
if (
|
|
18161
|
+
if (version28 >= 0 && bytes.length === 2 + length && length >= 1 && length <= 75) {
|
|
18161
18162
|
const words2 = import_bech32.default.toWords(bytes.slice(2));
|
|
18162
|
-
words2.unshift(
|
|
18163
|
+
words2.unshift(version28);
|
|
18163
18164
|
return import_bech32.default.encode(coinInfo.prefix, words2);
|
|
18164
18165
|
}
|
|
18165
18166
|
}
|
|
@@ -19733,7 +19734,7 @@ function checkError(method, error, params) {
|
|
|
19733
19734
|
message = error.responseText;
|
|
19734
19735
|
}
|
|
19735
19736
|
message = (message || "").toLowerCase();
|
|
19736
|
-
if (message.match(/insufficient funds|base fee exceeds gas limit
|
|
19737
|
+
if (message.match(/insufficient funds|base fee exceeds gas limit/i)) {
|
|
19737
19738
|
logger31.throwError("insufficient funds for intrinsic transaction cost", Logger.errors.INSUFFICIENT_FUNDS, {
|
|
19738
19739
|
error,
|
|
19739
19740
|
method,
|
|
@@ -19761,7 +19762,7 @@ function checkError(method, error, params) {
|
|
|
19761
19762
|
transaction
|
|
19762
19763
|
});
|
|
19763
19764
|
}
|
|
19764
|
-
if (errorGas.indexOf(method) >= 0 && message.match(/gas required exceeds allowance|always failing transaction|execution reverted
|
|
19765
|
+
if (errorGas.indexOf(method) >= 0 && message.match(/gas required exceeds allowance|always failing transaction|execution reverted/)) {
|
|
19765
19766
|
logger31.throwError("cannot estimate gas; transaction may fail or may require manual gas limit", Logger.errors.UNPREDICTABLE_GAS_LIMIT, {
|
|
19766
19767
|
error,
|
|
19767
19768
|
method,
|
|
@@ -19916,7 +19917,7 @@ var JsonRpcSigner = class extends Signer {
|
|
|
19916
19917
|
logger31.throwError("user rejected signing", Logger.errors.ACTION_REJECTED, {
|
|
19917
19918
|
action: "signMessage",
|
|
19918
19919
|
from: address,
|
|
19919
|
-
|
|
19920
|
+
message: data
|
|
19920
19921
|
});
|
|
19921
19922
|
}
|
|
19922
19923
|
throw error;
|
|
@@ -19934,7 +19935,7 @@ var JsonRpcSigner = class extends Signer {
|
|
|
19934
19935
|
logger31.throwError("user rejected signing", Logger.errors.ACTION_REJECTED, {
|
|
19935
19936
|
action: "_legacySignMessage",
|
|
19936
19937
|
from: address,
|
|
19937
|
-
|
|
19938
|
+
message: data
|
|
19938
19939
|
});
|
|
19939
19940
|
}
|
|
19940
19941
|
throw error;
|
|
@@ -19957,7 +19958,7 @@ var JsonRpcSigner = class extends Signer {
|
|
|
19957
19958
|
logger31.throwError("user rejected signing", Logger.errors.ACTION_REJECTED, {
|
|
19958
19959
|
action: "_signTypedData",
|
|
19959
19960
|
from: address,
|
|
19960
|
-
|
|
19961
|
+
message: { domain: populated.domain, types, value: populated.value }
|
|
19961
19962
|
});
|
|
19962
19963
|
}
|
|
19963
19964
|
throw error;
|
|
@@ -20214,7 +20215,7 @@ var JsonRpcProvider = class extends BaseProvider {
|
|
|
20214
20215
|
const pendingFilter = this.send("eth_newPendingTransactionFilter", []);
|
|
20215
20216
|
this._pendingFilter = pendingFilter;
|
|
20216
20217
|
pendingFilter.then(function(filterId) {
|
|
20217
|
-
function
|
|
20218
|
+
function poll3() {
|
|
20218
20219
|
self2.send("eth_getFilterChanges", [filterId]).then(function(hashes) {
|
|
20219
20220
|
if (self2._pendingFilter != pendingFilter) {
|
|
20220
20221
|
return null;
|
|
@@ -20238,13 +20239,13 @@ var JsonRpcProvider = class extends BaseProvider {
|
|
|
20238
20239
|
return;
|
|
20239
20240
|
}
|
|
20240
20241
|
setTimeout(function() {
|
|
20241
|
-
|
|
20242
|
+
poll3();
|
|
20242
20243
|
}, 0);
|
|
20243
20244
|
return null;
|
|
20244
20245
|
}).catch((error) => {
|
|
20245
20246
|
});
|
|
20246
20247
|
}
|
|
20247
|
-
|
|
20248
|
+
poll3();
|
|
20248
20249
|
return filterId;
|
|
20249
20250
|
}).catch((error) => {
|
|
20250
20251
|
});
|
|
@@ -20306,9 +20307,9 @@ try {
|
|
|
20306
20307
|
throw new Error("inject please");
|
|
20307
20308
|
}
|
|
20308
20309
|
} catch (error) {
|
|
20309
|
-
const
|
|
20310
|
+
const logger48 = new Logger(version23);
|
|
20310
20311
|
WS = function() {
|
|
20311
|
-
|
|
20312
|
+
logger48.throwError("WebSockets not supported in this environment", Logger.errors.UNSUPPORTED_OPERATION, {
|
|
20312
20313
|
operation: "new WebSocket()"
|
|
20313
20314
|
});
|
|
20314
20315
|
};
|
|
@@ -20710,8 +20711,17 @@ var AlchemyProvider = class extends UrlJsonRpcProvider {
|
|
|
20710
20711
|
case "homestead":
|
|
20711
20712
|
host = "eth-mainnet.alchemyapi.io/v2/";
|
|
20712
20713
|
break;
|
|
20714
|
+
case "ropsten":
|
|
20715
|
+
host = "eth-ropsten.alchemyapi.io/v2/";
|
|
20716
|
+
break;
|
|
20717
|
+
case "rinkeby":
|
|
20718
|
+
host = "eth-rinkeby.alchemyapi.io/v2/";
|
|
20719
|
+
break;
|
|
20713
20720
|
case "goerli":
|
|
20714
|
-
host = "eth-goerli.
|
|
20721
|
+
host = "eth-goerli.alchemyapi.io/v2/";
|
|
20722
|
+
break;
|
|
20723
|
+
case "kovan":
|
|
20724
|
+
host = "eth-kovan.alchemyapi.io/v2/";
|
|
20715
20725
|
break;
|
|
20716
20726
|
case "matic":
|
|
20717
20727
|
host = "polygon-mainnet.g.alchemy.com/v2/";
|
|
@@ -20722,12 +20732,18 @@ var AlchemyProvider = class extends UrlJsonRpcProvider {
|
|
|
20722
20732
|
case "arbitrum":
|
|
20723
20733
|
host = "arb-mainnet.g.alchemy.com/v2/";
|
|
20724
20734
|
break;
|
|
20735
|
+
case "arbitrum-rinkeby":
|
|
20736
|
+
host = "arb-rinkeby.g.alchemy.com/v2/";
|
|
20737
|
+
break;
|
|
20725
20738
|
case "arbitrum-goerli":
|
|
20726
20739
|
host = "arb-goerli.g.alchemy.com/v2/";
|
|
20727
20740
|
break;
|
|
20728
20741
|
case "optimism":
|
|
20729
20742
|
host = "opt-mainnet.g.alchemy.com/v2/";
|
|
20730
20743
|
break;
|
|
20744
|
+
case "optimism-kovan":
|
|
20745
|
+
host = "opt-kovan.g.alchemy.com/v2/";
|
|
20746
|
+
break;
|
|
20731
20747
|
case "optimism-goerli":
|
|
20732
20748
|
host = "opt-goerli.g.alchemy.com/v2/";
|
|
20733
20749
|
break;
|
|
@@ -21030,22 +21046,18 @@ var EtherscanProvider = class extends BaseProvider {
|
|
|
21030
21046
|
switch (this.network ? this.network.name : "invalid") {
|
|
21031
21047
|
case "homestead":
|
|
21032
21048
|
return "https://api.etherscan.io";
|
|
21049
|
+
case "ropsten":
|
|
21050
|
+
return "https://api-ropsten.etherscan.io";
|
|
21051
|
+
case "rinkeby":
|
|
21052
|
+
return "https://api-rinkeby.etherscan.io";
|
|
21053
|
+
case "kovan":
|
|
21054
|
+
return "https://api-kovan.etherscan.io";
|
|
21033
21055
|
case "goerli":
|
|
21034
21056
|
return "https://api-goerli.etherscan.io";
|
|
21035
|
-
case "sepolia":
|
|
21036
|
-
return "https://api-sepolia.etherscan.io";
|
|
21037
|
-
case "matic":
|
|
21038
|
-
return "https://api.polygonscan.com";
|
|
21039
|
-
case "maticmum":
|
|
21040
|
-
return "https://api-testnet.polygonscan.com";
|
|
21041
|
-
case "arbitrum":
|
|
21042
|
-
return "https://api.arbiscan.io";
|
|
21043
|
-
case "arbitrum-goerli":
|
|
21044
|
-
return "https://api-goerli.arbiscan.io";
|
|
21045
21057
|
case "optimism":
|
|
21046
21058
|
return "https://api-optimistic.etherscan.io";
|
|
21047
|
-
case "optimism-
|
|
21048
|
-
return "https://api-
|
|
21059
|
+
case "optimism-kovan":
|
|
21060
|
+
return "https://api-kovan-optimistic.etherscan.io";
|
|
21049
21061
|
}
|
|
21050
21062
|
return logger37.throwArgumentError("unsupported network", "network", this.network.name);
|
|
21051
21063
|
}
|
|
@@ -21865,12 +21877,18 @@ var InfuraProvider = class extends UrlJsonRpcProvider {
|
|
|
21865
21877
|
case "homestead":
|
|
21866
21878
|
host = "mainnet.infura.io";
|
|
21867
21879
|
break;
|
|
21880
|
+
case "ropsten":
|
|
21881
|
+
host = "ropsten.infura.io";
|
|
21882
|
+
break;
|
|
21883
|
+
case "rinkeby":
|
|
21884
|
+
host = "rinkeby.infura.io";
|
|
21885
|
+
break;
|
|
21886
|
+
case "kovan":
|
|
21887
|
+
host = "kovan.infura.io";
|
|
21888
|
+
break;
|
|
21868
21889
|
case "goerli":
|
|
21869
21890
|
host = "goerli.infura.io";
|
|
21870
21891
|
break;
|
|
21871
|
-
case "sepolia":
|
|
21872
|
-
host = "sepolia.infura.io";
|
|
21873
|
-
break;
|
|
21874
21892
|
case "matic":
|
|
21875
21893
|
host = "polygon-mainnet.infura.io";
|
|
21876
21894
|
break;
|
|
@@ -21880,14 +21898,14 @@ var InfuraProvider = class extends UrlJsonRpcProvider {
|
|
|
21880
21898
|
case "optimism":
|
|
21881
21899
|
host = "optimism-mainnet.infura.io";
|
|
21882
21900
|
break;
|
|
21883
|
-
case "optimism-
|
|
21884
|
-
host = "optimism-
|
|
21901
|
+
case "optimism-kovan":
|
|
21902
|
+
host = "optimism-kovan.infura.io";
|
|
21885
21903
|
break;
|
|
21886
21904
|
case "arbitrum":
|
|
21887
21905
|
host = "arbitrum-mainnet.infura.io";
|
|
21888
21906
|
break;
|
|
21889
|
-
case "arbitrum-
|
|
21890
|
-
host = "arbitrum-
|
|
21907
|
+
case "arbitrum-rinkeby":
|
|
21908
|
+
host = "arbitrum-rinkeby.infura.io";
|
|
21891
21909
|
break;
|
|
21892
21910
|
default:
|
|
21893
21911
|
logger39.throwError("unsupported network", Logger.errors.INVALID_ARGUMENT, {
|
|
@@ -22274,7 +22292,7 @@ __export(utils_exports, {
|
|
|
22274
22292
|
Utf8ErrorFuncs: () => Utf8ErrorFuncs,
|
|
22275
22293
|
Utf8ErrorReason: () => Utf8ErrorReason,
|
|
22276
22294
|
_TypedDataEncoder: () => TypedDataEncoder,
|
|
22277
|
-
_fetchData: () =>
|
|
22295
|
+
_fetchData: () => _fetchData2,
|
|
22278
22296
|
_toEscapedUtf8String: () => _toEscapedUtf8String,
|
|
22279
22297
|
accessListify: () => accessListify,
|
|
22280
22298
|
arrayify: () => arrayify,
|
|
@@ -22293,7 +22311,7 @@ __export(utils_exports, {
|
|
|
22293
22311
|
defineReadOnly: () => defineReadOnly,
|
|
22294
22312
|
dnsEncode: () => dnsEncode,
|
|
22295
22313
|
entropyToMnemonic: () => entropyToMnemonic,
|
|
22296
|
-
fetchJson: () =>
|
|
22314
|
+
fetchJson: () => fetchJson2,
|
|
22297
22315
|
formatBytes32String: () => formatBytes32String,
|
|
22298
22316
|
formatEther: () => formatEther,
|
|
22299
22317
|
formatUnits: () => formatUnits,
|
|
@@ -22329,7 +22347,7 @@ __export(utils_exports, {
|
|
|
22329
22347
|
parseEther: () => parseEther,
|
|
22330
22348
|
parseTransaction: () => parse,
|
|
22331
22349
|
parseUnits: () => parseUnits,
|
|
22332
|
-
poll: () =>
|
|
22350
|
+
poll: () => poll2,
|
|
22333
22351
|
randomBytes: () => randomBytes,
|
|
22334
22352
|
recoverAddress: () => recoverAddress,
|
|
22335
22353
|
recoverPublicKey: () => recoverPublicKey,
|
|
@@ -22517,11 +22535,473 @@ function parseEther(ether) {
|
|
|
22517
22535
|
return parseUnits(ether, 18);
|
|
22518
22536
|
}
|
|
22519
22537
|
|
|
22538
|
+
// ../../node_modules/ethers/node_modules/@ethersproject/web/lib.esm/_version.js
|
|
22539
|
+
var version26 = "web/5.7.0";
|
|
22540
|
+
|
|
22541
|
+
// ../../node_modules/ethers/node_modules/@ethersproject/web/lib.esm/geturl.js
|
|
22542
|
+
var __awaiter17 = function(thisArg, _arguments, P, generator) {
|
|
22543
|
+
function adopt(value) {
|
|
22544
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
22545
|
+
resolve(value);
|
|
22546
|
+
});
|
|
22547
|
+
}
|
|
22548
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
22549
|
+
function fulfilled(value) {
|
|
22550
|
+
try {
|
|
22551
|
+
step(generator.next(value));
|
|
22552
|
+
} catch (e) {
|
|
22553
|
+
reject(e);
|
|
22554
|
+
}
|
|
22555
|
+
}
|
|
22556
|
+
function rejected(value) {
|
|
22557
|
+
try {
|
|
22558
|
+
step(generator["throw"](value));
|
|
22559
|
+
} catch (e) {
|
|
22560
|
+
reject(e);
|
|
22561
|
+
}
|
|
22562
|
+
}
|
|
22563
|
+
function step(result) {
|
|
22564
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
22565
|
+
}
|
|
22566
|
+
step((generator = generator.apply(thisArg, [])).next());
|
|
22567
|
+
});
|
|
22568
|
+
};
|
|
22569
|
+
function getUrl2(href, options) {
|
|
22570
|
+
return __awaiter17(this, void 0, void 0, function* () {
|
|
22571
|
+
if (options == null) {
|
|
22572
|
+
options = {};
|
|
22573
|
+
}
|
|
22574
|
+
const request = {
|
|
22575
|
+
method: options.method || "GET",
|
|
22576
|
+
headers: options.headers || {},
|
|
22577
|
+
body: options.body || void 0
|
|
22578
|
+
};
|
|
22579
|
+
if (options.skipFetchSetup !== true) {
|
|
22580
|
+
request.mode = "cors";
|
|
22581
|
+
request.cache = "no-cache";
|
|
22582
|
+
request.credentials = "same-origin";
|
|
22583
|
+
request.redirect = "follow";
|
|
22584
|
+
request.referrer = "client";
|
|
22585
|
+
}
|
|
22586
|
+
if (options.fetchOptions != null) {
|
|
22587
|
+
const opts = options.fetchOptions;
|
|
22588
|
+
if (opts.mode) {
|
|
22589
|
+
request.mode = opts.mode;
|
|
22590
|
+
}
|
|
22591
|
+
if (opts.cache) {
|
|
22592
|
+
request.cache = opts.cache;
|
|
22593
|
+
}
|
|
22594
|
+
if (opts.credentials) {
|
|
22595
|
+
request.credentials = opts.credentials;
|
|
22596
|
+
}
|
|
22597
|
+
if (opts.redirect) {
|
|
22598
|
+
request.redirect = opts.redirect;
|
|
22599
|
+
}
|
|
22600
|
+
if (opts.referrer) {
|
|
22601
|
+
request.referrer = opts.referrer;
|
|
22602
|
+
}
|
|
22603
|
+
}
|
|
22604
|
+
const response = yield fetch(href, request);
|
|
22605
|
+
const body = yield response.arrayBuffer();
|
|
22606
|
+
const headers = {};
|
|
22607
|
+
if (response.headers.forEach) {
|
|
22608
|
+
response.headers.forEach((value, key2) => {
|
|
22609
|
+
headers[key2.toLowerCase()] = value;
|
|
22610
|
+
});
|
|
22611
|
+
} else {
|
|
22612
|
+
response.headers.keys().forEach((key2) => {
|
|
22613
|
+
headers[key2.toLowerCase()] = response.headers.get(key2);
|
|
22614
|
+
});
|
|
22615
|
+
}
|
|
22616
|
+
return {
|
|
22617
|
+
headers,
|
|
22618
|
+
statusCode: response.status,
|
|
22619
|
+
statusMessage: response.statusText,
|
|
22620
|
+
body: arrayify(new Uint8Array(body))
|
|
22621
|
+
};
|
|
22622
|
+
});
|
|
22623
|
+
}
|
|
22624
|
+
|
|
22625
|
+
// ../../node_modules/ethers/node_modules/@ethersproject/web/lib.esm/index.js
|
|
22626
|
+
var __awaiter18 = function(thisArg, _arguments, P, generator) {
|
|
22627
|
+
function adopt(value) {
|
|
22628
|
+
return value instanceof P ? value : new P(function(resolve) {
|
|
22629
|
+
resolve(value);
|
|
22630
|
+
});
|
|
22631
|
+
}
|
|
22632
|
+
return new (P || (P = Promise))(function(resolve, reject) {
|
|
22633
|
+
function fulfilled(value) {
|
|
22634
|
+
try {
|
|
22635
|
+
step(generator.next(value));
|
|
22636
|
+
} catch (e) {
|
|
22637
|
+
reject(e);
|
|
22638
|
+
}
|
|
22639
|
+
}
|
|
22640
|
+
function rejected(value) {
|
|
22641
|
+
try {
|
|
22642
|
+
step(generator["throw"](value));
|
|
22643
|
+
} catch (e) {
|
|
22644
|
+
reject(e);
|
|
22645
|
+
}
|
|
22646
|
+
}
|
|
22647
|
+
function step(result) {
|
|
22648
|
+
result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected);
|
|
22649
|
+
}
|
|
22650
|
+
step((generator = generator.apply(thisArg, [])).next());
|
|
22651
|
+
});
|
|
22652
|
+
};
|
|
22653
|
+
var logger46 = new Logger(version26);
|
|
22654
|
+
function staller2(duration) {
|
|
22655
|
+
return new Promise((resolve) => {
|
|
22656
|
+
setTimeout(resolve, duration);
|
|
22657
|
+
});
|
|
22658
|
+
}
|
|
22659
|
+
function bodyify2(value, type) {
|
|
22660
|
+
if (value == null) {
|
|
22661
|
+
return null;
|
|
22662
|
+
}
|
|
22663
|
+
if (typeof value === "string") {
|
|
22664
|
+
return value;
|
|
22665
|
+
}
|
|
22666
|
+
if (isBytesLike(value)) {
|
|
22667
|
+
if (type && (type.split("/")[0] === "text" || type.split(";")[0].trim() === "application/json")) {
|
|
22668
|
+
try {
|
|
22669
|
+
return toUtf8String(value);
|
|
22670
|
+
} catch (error) {
|
|
22671
|
+
}
|
|
22672
|
+
}
|
|
22673
|
+
return hexlify(value);
|
|
22674
|
+
}
|
|
22675
|
+
return value;
|
|
22676
|
+
}
|
|
22677
|
+
function _fetchData2(connection, body, processFunc) {
|
|
22678
|
+
const attemptLimit = typeof connection === "object" && connection.throttleLimit != null ? connection.throttleLimit : 12;
|
|
22679
|
+
logger46.assertArgument(attemptLimit > 0 && attemptLimit % 1 === 0, "invalid connection throttle limit", "connection.throttleLimit", attemptLimit);
|
|
22680
|
+
const throttleCallback = typeof connection === "object" ? connection.throttleCallback : null;
|
|
22681
|
+
const throttleSlotInterval = typeof connection === "object" && typeof connection.throttleSlotInterval === "number" ? connection.throttleSlotInterval : 100;
|
|
22682
|
+
logger46.assertArgument(throttleSlotInterval > 0 && throttleSlotInterval % 1 === 0, "invalid connection throttle slot interval", "connection.throttleSlotInterval", throttleSlotInterval);
|
|
22683
|
+
const errorPassThrough = typeof connection === "object" ? !!connection.errorPassThrough : false;
|
|
22684
|
+
const headers = {};
|
|
22685
|
+
let url = null;
|
|
22686
|
+
const options = {
|
|
22687
|
+
method: "GET"
|
|
22688
|
+
};
|
|
22689
|
+
let allow304 = false;
|
|
22690
|
+
let timeout = 2 * 60 * 1e3;
|
|
22691
|
+
if (typeof connection === "string") {
|
|
22692
|
+
url = connection;
|
|
22693
|
+
} else if (typeof connection === "object") {
|
|
22694
|
+
if (connection == null || connection.url == null) {
|
|
22695
|
+
logger46.throwArgumentError("missing URL", "connection.url", connection);
|
|
22696
|
+
}
|
|
22697
|
+
url = connection.url;
|
|
22698
|
+
if (typeof connection.timeout === "number" && connection.timeout > 0) {
|
|
22699
|
+
timeout = connection.timeout;
|
|
22700
|
+
}
|
|
22701
|
+
if (connection.headers) {
|
|
22702
|
+
for (const key2 in connection.headers) {
|
|
22703
|
+
headers[key2.toLowerCase()] = { key: key2, value: String(connection.headers[key2]) };
|
|
22704
|
+
if (["if-none-match", "if-modified-since"].indexOf(key2.toLowerCase()) >= 0) {
|
|
22705
|
+
allow304 = true;
|
|
22706
|
+
}
|
|
22707
|
+
}
|
|
22708
|
+
}
|
|
22709
|
+
options.allowGzip = !!connection.allowGzip;
|
|
22710
|
+
if (connection.user != null && connection.password != null) {
|
|
22711
|
+
if (url.substring(0, 6) !== "https:" && connection.allowInsecureAuthentication !== true) {
|
|
22712
|
+
logger46.throwError("basic authentication requires a secure https url", Logger.errors.INVALID_ARGUMENT, { argument: "url", url, user: connection.user, password: "[REDACTED]" });
|
|
22713
|
+
}
|
|
22714
|
+
const authorization = connection.user + ":" + connection.password;
|
|
22715
|
+
headers["authorization"] = {
|
|
22716
|
+
key: "Authorization",
|
|
22717
|
+
value: "Basic " + encode2(toUtf8Bytes(authorization))
|
|
22718
|
+
};
|
|
22719
|
+
}
|
|
22720
|
+
if (connection.skipFetchSetup != null) {
|
|
22721
|
+
options.skipFetchSetup = !!connection.skipFetchSetup;
|
|
22722
|
+
}
|
|
22723
|
+
if (connection.fetchOptions != null) {
|
|
22724
|
+
options.fetchOptions = shallowCopy(connection.fetchOptions);
|
|
22725
|
+
}
|
|
22726
|
+
}
|
|
22727
|
+
const reData = new RegExp("^data:([a-z0-9-]+/[a-z0-9-]+);base64,(.*)$", "i");
|
|
22728
|
+
const dataMatch = url ? url.match(reData) : null;
|
|
22729
|
+
if (dataMatch) {
|
|
22730
|
+
try {
|
|
22731
|
+
const response = {
|
|
22732
|
+
statusCode: 200,
|
|
22733
|
+
statusMessage: "OK",
|
|
22734
|
+
headers: { "content-type": dataMatch[1] },
|
|
22735
|
+
body: decode2(dataMatch[2])
|
|
22736
|
+
};
|
|
22737
|
+
let result = response.body;
|
|
22738
|
+
if (processFunc) {
|
|
22739
|
+
result = processFunc(response.body, response);
|
|
22740
|
+
}
|
|
22741
|
+
return Promise.resolve(result);
|
|
22742
|
+
} catch (error) {
|
|
22743
|
+
logger46.throwError("processing response error", Logger.errors.SERVER_ERROR, {
|
|
22744
|
+
body: bodyify2(dataMatch[1], dataMatch[2]),
|
|
22745
|
+
error,
|
|
22746
|
+
requestBody: null,
|
|
22747
|
+
requestMethod: "GET",
|
|
22748
|
+
url
|
|
22749
|
+
});
|
|
22750
|
+
}
|
|
22751
|
+
}
|
|
22752
|
+
if (body) {
|
|
22753
|
+
options.method = "POST";
|
|
22754
|
+
options.body = body;
|
|
22755
|
+
if (headers["content-type"] == null) {
|
|
22756
|
+
headers["content-type"] = { key: "Content-Type", value: "application/octet-stream" };
|
|
22757
|
+
}
|
|
22758
|
+
if (headers["content-length"] == null) {
|
|
22759
|
+
headers["content-length"] = { key: "Content-Length", value: String(body.length) };
|
|
22760
|
+
}
|
|
22761
|
+
}
|
|
22762
|
+
const flatHeaders = {};
|
|
22763
|
+
Object.keys(headers).forEach((key2) => {
|
|
22764
|
+
const header = headers[key2];
|
|
22765
|
+
flatHeaders[header.key] = header.value;
|
|
22766
|
+
});
|
|
22767
|
+
options.headers = flatHeaders;
|
|
22768
|
+
const runningTimeout = function() {
|
|
22769
|
+
let timer2 = null;
|
|
22770
|
+
const promise = new Promise(function(resolve, reject) {
|
|
22771
|
+
if (timeout) {
|
|
22772
|
+
timer2 = setTimeout(() => {
|
|
22773
|
+
if (timer2 == null) {
|
|
22774
|
+
return;
|
|
22775
|
+
}
|
|
22776
|
+
timer2 = null;
|
|
22777
|
+
reject(logger46.makeError("timeout", Logger.errors.TIMEOUT, {
|
|
22778
|
+
requestBody: bodyify2(options.body, flatHeaders["content-type"]),
|
|
22779
|
+
requestMethod: options.method,
|
|
22780
|
+
timeout,
|
|
22781
|
+
url
|
|
22782
|
+
}));
|
|
22783
|
+
}, timeout);
|
|
22784
|
+
}
|
|
22785
|
+
});
|
|
22786
|
+
const cancel = function() {
|
|
22787
|
+
if (timer2 == null) {
|
|
22788
|
+
return;
|
|
22789
|
+
}
|
|
22790
|
+
clearTimeout(timer2);
|
|
22791
|
+
timer2 = null;
|
|
22792
|
+
};
|
|
22793
|
+
return { promise, cancel };
|
|
22794
|
+
}();
|
|
22795
|
+
const runningFetch = function() {
|
|
22796
|
+
return __awaiter18(this, void 0, void 0, function* () {
|
|
22797
|
+
for (let attempt = 0; attempt < attemptLimit; attempt++) {
|
|
22798
|
+
let response = null;
|
|
22799
|
+
try {
|
|
22800
|
+
response = yield getUrl2(url, options);
|
|
22801
|
+
if (attempt < attemptLimit) {
|
|
22802
|
+
if (response.statusCode === 301 || response.statusCode === 302) {
|
|
22803
|
+
const location = response.headers.location || "";
|
|
22804
|
+
if (options.method === "GET" && location.match(/^https:/)) {
|
|
22805
|
+
url = response.headers.location;
|
|
22806
|
+
continue;
|
|
22807
|
+
}
|
|
22808
|
+
} else if (response.statusCode === 429) {
|
|
22809
|
+
let tryAgain = true;
|
|
22810
|
+
if (throttleCallback) {
|
|
22811
|
+
tryAgain = yield throttleCallback(attempt, url);
|
|
22812
|
+
}
|
|
22813
|
+
if (tryAgain) {
|
|
22814
|
+
let stall3 = 0;
|
|
22815
|
+
const retryAfter = response.headers["retry-after"];
|
|
22816
|
+
if (typeof retryAfter === "string" && retryAfter.match(/^[1-9][0-9]*$/)) {
|
|
22817
|
+
stall3 = parseInt(retryAfter) * 1e3;
|
|
22818
|
+
} else {
|
|
22819
|
+
stall3 = throttleSlotInterval * parseInt(String(Math.random() * Math.pow(2, attempt)));
|
|
22820
|
+
}
|
|
22821
|
+
yield staller2(stall3);
|
|
22822
|
+
continue;
|
|
22823
|
+
}
|
|
22824
|
+
}
|
|
22825
|
+
}
|
|
22826
|
+
} catch (error) {
|
|
22827
|
+
response = error.response;
|
|
22828
|
+
if (response == null) {
|
|
22829
|
+
runningTimeout.cancel();
|
|
22830
|
+
logger46.throwError("missing response", Logger.errors.SERVER_ERROR, {
|
|
22831
|
+
requestBody: bodyify2(options.body, flatHeaders["content-type"]),
|
|
22832
|
+
requestMethod: options.method,
|
|
22833
|
+
serverError: error,
|
|
22834
|
+
url
|
|
22835
|
+
});
|
|
22836
|
+
}
|
|
22837
|
+
}
|
|
22838
|
+
let body2 = response.body;
|
|
22839
|
+
if (allow304 && response.statusCode === 304) {
|
|
22840
|
+
body2 = null;
|
|
22841
|
+
} else if (!errorPassThrough && (response.statusCode < 200 || response.statusCode >= 300)) {
|
|
22842
|
+
runningTimeout.cancel();
|
|
22843
|
+
logger46.throwError("bad response", Logger.errors.SERVER_ERROR, {
|
|
22844
|
+
status: response.statusCode,
|
|
22845
|
+
headers: response.headers,
|
|
22846
|
+
body: bodyify2(body2, response.headers ? response.headers["content-type"] : null),
|
|
22847
|
+
requestBody: bodyify2(options.body, flatHeaders["content-type"]),
|
|
22848
|
+
requestMethod: options.method,
|
|
22849
|
+
url
|
|
22850
|
+
});
|
|
22851
|
+
}
|
|
22852
|
+
if (processFunc) {
|
|
22853
|
+
try {
|
|
22854
|
+
const result = yield processFunc(body2, response);
|
|
22855
|
+
runningTimeout.cancel();
|
|
22856
|
+
return result;
|
|
22857
|
+
} catch (error) {
|
|
22858
|
+
if (error.throttleRetry && attempt < attemptLimit) {
|
|
22859
|
+
let tryAgain = true;
|
|
22860
|
+
if (throttleCallback) {
|
|
22861
|
+
tryAgain = yield throttleCallback(attempt, url);
|
|
22862
|
+
}
|
|
22863
|
+
if (tryAgain) {
|
|
22864
|
+
const timeout2 = throttleSlotInterval * parseInt(String(Math.random() * Math.pow(2, attempt)));
|
|
22865
|
+
yield staller2(timeout2);
|
|
22866
|
+
continue;
|
|
22867
|
+
}
|
|
22868
|
+
}
|
|
22869
|
+
runningTimeout.cancel();
|
|
22870
|
+
logger46.throwError("processing response error", Logger.errors.SERVER_ERROR, {
|
|
22871
|
+
body: bodyify2(body2, response.headers ? response.headers["content-type"] : null),
|
|
22872
|
+
error,
|
|
22873
|
+
requestBody: bodyify2(options.body, flatHeaders["content-type"]),
|
|
22874
|
+
requestMethod: options.method,
|
|
22875
|
+
url
|
|
22876
|
+
});
|
|
22877
|
+
}
|
|
22878
|
+
}
|
|
22879
|
+
runningTimeout.cancel();
|
|
22880
|
+
return body2;
|
|
22881
|
+
}
|
|
22882
|
+
return logger46.throwError("failed response", Logger.errors.SERVER_ERROR, {
|
|
22883
|
+
requestBody: bodyify2(options.body, flatHeaders["content-type"]),
|
|
22884
|
+
requestMethod: options.method,
|
|
22885
|
+
url
|
|
22886
|
+
});
|
|
22887
|
+
});
|
|
22888
|
+
}();
|
|
22889
|
+
return Promise.race([runningTimeout.promise, runningFetch]);
|
|
22890
|
+
}
|
|
22891
|
+
function fetchJson2(connection, json, processFunc) {
|
|
22892
|
+
let processJsonFunc = (value, response) => {
|
|
22893
|
+
let result = null;
|
|
22894
|
+
if (value != null) {
|
|
22895
|
+
try {
|
|
22896
|
+
result = JSON.parse(toUtf8String(value));
|
|
22897
|
+
} catch (error) {
|
|
22898
|
+
logger46.throwError("invalid JSON", Logger.errors.SERVER_ERROR, {
|
|
22899
|
+
body: value,
|
|
22900
|
+
error
|
|
22901
|
+
});
|
|
22902
|
+
}
|
|
22903
|
+
}
|
|
22904
|
+
if (processFunc) {
|
|
22905
|
+
result = processFunc(result, response);
|
|
22906
|
+
}
|
|
22907
|
+
return result;
|
|
22908
|
+
};
|
|
22909
|
+
let body = null;
|
|
22910
|
+
if (json != null) {
|
|
22911
|
+
body = toUtf8Bytes(json);
|
|
22912
|
+
const updated = typeof connection === "string" ? { url: connection } : shallowCopy(connection);
|
|
22913
|
+
if (updated.headers) {
|
|
22914
|
+
const hasContentType = Object.keys(updated.headers).filter((k) => k.toLowerCase() === "content-type").length !== 0;
|
|
22915
|
+
if (!hasContentType) {
|
|
22916
|
+
updated.headers = shallowCopy(updated.headers);
|
|
22917
|
+
updated.headers["content-type"] = "application/json";
|
|
22918
|
+
}
|
|
22919
|
+
} else {
|
|
22920
|
+
updated.headers = { "content-type": "application/json" };
|
|
22921
|
+
}
|
|
22922
|
+
connection = updated;
|
|
22923
|
+
}
|
|
22924
|
+
return _fetchData2(connection, body, processJsonFunc);
|
|
22925
|
+
}
|
|
22926
|
+
function poll2(func, options) {
|
|
22927
|
+
if (!options) {
|
|
22928
|
+
options = {};
|
|
22929
|
+
}
|
|
22930
|
+
options = shallowCopy(options);
|
|
22931
|
+
if (options.floor == null) {
|
|
22932
|
+
options.floor = 0;
|
|
22933
|
+
}
|
|
22934
|
+
if (options.ceiling == null) {
|
|
22935
|
+
options.ceiling = 1e4;
|
|
22936
|
+
}
|
|
22937
|
+
if (options.interval == null) {
|
|
22938
|
+
options.interval = 250;
|
|
22939
|
+
}
|
|
22940
|
+
return new Promise(function(resolve, reject) {
|
|
22941
|
+
let timer2 = null;
|
|
22942
|
+
let done = false;
|
|
22943
|
+
const cancel = () => {
|
|
22944
|
+
if (done) {
|
|
22945
|
+
return false;
|
|
22946
|
+
}
|
|
22947
|
+
done = true;
|
|
22948
|
+
if (timer2) {
|
|
22949
|
+
clearTimeout(timer2);
|
|
22950
|
+
}
|
|
22951
|
+
return true;
|
|
22952
|
+
};
|
|
22953
|
+
if (options.timeout) {
|
|
22954
|
+
timer2 = setTimeout(() => {
|
|
22955
|
+
if (cancel()) {
|
|
22956
|
+
reject(new Error("timeout"));
|
|
22957
|
+
}
|
|
22958
|
+
}, options.timeout);
|
|
22959
|
+
}
|
|
22960
|
+
const retryLimit = options.retryLimit;
|
|
22961
|
+
let attempt = 0;
|
|
22962
|
+
function check() {
|
|
22963
|
+
return func().then(function(result) {
|
|
22964
|
+
if (result !== void 0) {
|
|
22965
|
+
if (cancel()) {
|
|
22966
|
+
resolve(result);
|
|
22967
|
+
}
|
|
22968
|
+
} else if (options.oncePoll) {
|
|
22969
|
+
options.oncePoll.once("poll", check);
|
|
22970
|
+
} else if (options.onceBlock) {
|
|
22971
|
+
options.onceBlock.once("block", check);
|
|
22972
|
+
} else if (!done) {
|
|
22973
|
+
attempt++;
|
|
22974
|
+
if (attempt > retryLimit) {
|
|
22975
|
+
if (cancel()) {
|
|
22976
|
+
reject(new Error("retry limit reached"));
|
|
22977
|
+
}
|
|
22978
|
+
return;
|
|
22979
|
+
}
|
|
22980
|
+
let timeout = options.interval * parseInt(String(Math.random() * Math.pow(2, attempt)));
|
|
22981
|
+
if (timeout < options.floor) {
|
|
22982
|
+
timeout = options.floor;
|
|
22983
|
+
}
|
|
22984
|
+
if (timeout > options.ceiling) {
|
|
22985
|
+
timeout = options.ceiling;
|
|
22986
|
+
}
|
|
22987
|
+
setTimeout(check, timeout);
|
|
22988
|
+
}
|
|
22989
|
+
return null;
|
|
22990
|
+
}, function(error) {
|
|
22991
|
+
if (cancel()) {
|
|
22992
|
+
reject(error);
|
|
22993
|
+
}
|
|
22994
|
+
});
|
|
22995
|
+
}
|
|
22996
|
+
check();
|
|
22997
|
+
});
|
|
22998
|
+
}
|
|
22999
|
+
|
|
22520
23000
|
// ../../node_modules/ethers/lib.esm/_version.js
|
|
22521
|
-
var
|
|
23001
|
+
var version27 = "ethers/5.7.0";
|
|
22522
23002
|
|
|
22523
23003
|
// ../../node_modules/ethers/lib.esm/ethers.js
|
|
22524
|
-
var
|
|
23004
|
+
var logger47 = new Logger(version27);
|
|
22525
23005
|
|
|
22526
23006
|
// ../../node_modules/ethers/lib.esm/index.js
|
|
22527
23007
|
try {
|
|
@@ -22773,7 +23253,8 @@ var WalletStore = class _WalletStore {
|
|
|
22773
23253
|
this.walletClient = createWalletClient({
|
|
22774
23254
|
account: this.account,
|
|
22775
23255
|
chain: this.chain,
|
|
22776
|
-
transport: custom(window.ethereum)
|
|
23256
|
+
transport: custom(window.ethereum),
|
|
23257
|
+
pollingInterval: 2500
|
|
22777
23258
|
}).extend(publicActions);
|
|
22778
23259
|
}
|
|
22779
23260
|
console.log(this.walletClient, "this.walletClientxxx");
|
|
@@ -23199,4 +23680,4 @@ js-sha3/src/sha3.js:
|
|
|
23199
23680
|
|
|
23200
23681
|
export { AppProvider, AutoMan, BigNumberInputState, BigNumberState, ConnectLedger, DisconnectLedger, ObjectPool, PromiseHook, StorageListState, StorageState, WalletConfigStore, WalletHistoryStore, WalletRpcStore, WalletStore };
|
|
23201
23682
|
//# sourceMappingURL=out.js.map
|
|
23202
|
-
//# sourceMappingURL=chunk-
|
|
23683
|
+
//# sourceMappingURL=chunk-BHO5VKIO.mjs.map
|