@aurum-sdk/core 0.2.4 → 0.2.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/{chunk-LMQLRSFP.js → chunk-4EBNC4R3.js} +3 -3
- package/dist/{chunk-ZT57KKYB.mjs → chunk-DRID67T7.mjs} +2 -2
- package/dist/{chunk-YFDA5EMH.mjs → chunk-J6XFKNJN.mjs} +2 -9
- package/dist/{chunk-GTEGWUGU.js → chunk-KD3A4VYB.js} +1845 -3719
- package/dist/{chunk-IQ7F5R7D.js → chunk-QIPVNM7T.js} +3 -10
- package/dist/{chunk-GP7AGIK5.mjs → chunk-UPYYZG5D.mjs} +1501 -3375
- package/dist/{chunk-ATH4UWSL.js → chunk-XTOUIIXZ.js} +12 -12
- package/dist/{chunk-YEVOYJGQ.mjs → chunk-YP64HBUK.mjs} +2 -2
- package/dist/{dist-3K7ESMKX.js → dist-7I773YNF.js} +68 -68
- package/dist/{dist-SYSRLCAE.mjs → dist-YBFFGXT3.mjs} +3 -3
- package/dist/empty-stub-JW2K2GSS.js +14 -0
- package/dist/empty-stub-X6WHS3X3.mjs +14 -0
- package/dist/index.js +125 -103
- package/dist/index.mjs +31 -9
- package/dist/{index.web-HX5ZVRA3.mjs → index.web-Q2L3EMC3.mjs} +5 -5
- package/dist/{index.web-ZRK5OLZ5.js → index.web-V7DLWC7H.js} +496 -496
- package/dist/widgets.js +18 -18
- package/dist/widgets.mjs +3 -3
- package/package.json +6 -6
|
@@ -2,13 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkQIPVNM7Tjs = require('./chunk-QIPVNM7T.js');
|
|
6
6
|
|
|
7
7
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
|
|
8
|
-
var require_eventemitter3 =
|
|
8
|
+
var require_eventemitter3 = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
9
9
|
"../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js"(exports, module) {
|
|
10
10
|
"use strict";
|
|
11
|
-
|
|
11
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
12
12
|
var has = Object.prototype.hasOwnProperty;
|
|
13
13
|
var prefix = "~";
|
|
14
14
|
function Events() {
|
|
@@ -168,19 +168,19 @@ var require_eventemitter3 = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
168
168
|
});
|
|
169
169
|
|
|
170
170
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/sha256.js
|
|
171
|
-
|
|
171
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
172
172
|
|
|
173
173
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/sha2.js
|
|
174
|
-
|
|
174
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
175
175
|
|
|
176
176
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/_md.js
|
|
177
|
-
|
|
177
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
178
178
|
|
|
179
179
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/utils.js
|
|
180
|
-
|
|
180
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
181
181
|
|
|
182
182
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/crypto.js
|
|
183
|
-
|
|
183
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
184
184
|
var crypto = typeof globalThis === "object" && "crypto" in globalThis ? globalThis.crypto : void 0;
|
|
185
185
|
|
|
186
186
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/utils.js
|
|
@@ -472,7 +472,7 @@ var SHA512_IV = /* @__PURE__ */ Uint32Array.from([
|
|
|
472
472
|
]);
|
|
473
473
|
|
|
474
474
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/esm/_u64.js
|
|
475
|
-
|
|
475
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
476
476
|
var U32_MASK64 = /* @__PURE__ */ BigInt(2 ** 32 - 1);
|
|
477
477
|
var _32n = /* @__PURE__ */ BigInt(32);
|
|
478
478
|
function fromBig(n, le = false) {
|
|
@@ -853,8 +853,8 @@ var sha512 = /* @__PURE__ */ createHasher(() => new SHA512());
|
|
|
853
853
|
var sha2562 = sha256;
|
|
854
854
|
|
|
855
855
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.mjs
|
|
856
|
-
|
|
857
|
-
var import_index =
|
|
856
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
857
|
+
var import_index = _chunkQIPVNM7Tjs.__toESM.call(void 0, require_eventemitter3(), 1);
|
|
858
858
|
|
|
859
859
|
|
|
860
860
|
|
|
@@ -888,4 +888,4 @@ exports.isBytes = isBytes; exports.anumber = anumber; exports.abytes = abytes; e
|
|
|
888
888
|
@noble/hashes/esm/utils.js:
|
|
889
889
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
890
890
|
*/
|
|
891
|
-
//# sourceMappingURL=chunk-
|
|
891
|
+
//# sourceMappingURL=chunk-XTOUIIXZ.js.map
|
|
@@ -2,7 +2,7 @@ import {
|
|
|
2
2
|
__commonJS,
|
|
3
3
|
__toESM,
|
|
4
4
|
init_polyfills
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-J6XFKNJN.mjs";
|
|
6
6
|
|
|
7
7
|
// ../../node_modules/.pnpm/eventemitter3@5.0.1/node_modules/eventemitter3/index.js
|
|
8
8
|
var require_eventemitter3 = __commonJS({
|
|
@@ -888,4 +888,4 @@ export {
|
|
|
888
888
|
@noble/hashes/esm/utils.js:
|
|
889
889
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
890
890
|
*/
|
|
891
|
-
//# sourceMappingURL=chunk-
|
|
891
|
+
//# sourceMappingURL=chunk-YP64HBUK.mjs.map
|
|
@@ -2,18 +2,18 @@
|
|
|
2
2
|
|
|
3
3
|
|
|
4
4
|
|
|
5
|
-
var
|
|
5
|
+
var _chunkXTOUIIXZjs = require('./chunk-XTOUIIXZ.js');
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
var
|
|
10
|
+
var _chunkQIPVNM7Tjs = require('./chunk-QIPVNM7T.js');
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/_u64.js
|
|
13
|
-
var require_u64 =
|
|
13
|
+
var require_u64 = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
14
14
|
"../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/_u64.js"(exports) {
|
|
15
15
|
"use strict";
|
|
16
|
-
|
|
16
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
17
17
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
18
18
|
exports.toBig = exports.shrSL = exports.shrSH = exports.rotrSL = exports.rotrSH = exports.rotrBL = exports.rotrBH = exports.rotr32L = exports.rotr32H = exports.rotlSL = exports.rotlSH = exports.rotlBL = exports.rotlBH = exports.add5L = exports.add5H = exports.add4L = exports.add4H = exports.add3L = exports.add3H = void 0;
|
|
19
19
|
exports.add = add;
|
|
@@ -107,10 +107,10 @@ var require_u64 = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
107
107
|
});
|
|
108
108
|
|
|
109
109
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/crypto.js
|
|
110
|
-
var require_crypto =
|
|
110
|
+
var require_crypto = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
111
111
|
"../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/crypto.js"(exports) {
|
|
112
112
|
"use strict";
|
|
113
|
-
|
|
113
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
114
114
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
115
115
|
exports.crypto = void 0;
|
|
116
116
|
exports.crypto = typeof globalThis === "object" && "crypto" in globalThis ? globalThis.crypto : void 0;
|
|
@@ -118,10 +118,10 @@ var require_crypto = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
118
118
|
});
|
|
119
119
|
|
|
120
120
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/utils.js
|
|
121
|
-
var require_utils =
|
|
121
|
+
var require_utils = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
122
122
|
"../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/utils.js"(exports) {
|
|
123
123
|
"use strict";
|
|
124
|
-
|
|
124
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
125
125
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
126
126
|
exports.wrapXOFConstructorWithOpts = exports.wrapConstructorWithOpts = exports.wrapConstructor = exports.Hash = exports.nextTick = exports.swap32IfBE = exports.byteSwapIfBE = exports.swap8IfBE = exports.isLE = void 0;
|
|
127
127
|
exports.isBytes = isBytes;
|
|
@@ -361,10 +361,10 @@ var require_utils = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
361
361
|
});
|
|
362
362
|
|
|
363
363
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/sha3.js
|
|
364
|
-
var require_sha3 =
|
|
364
|
+
var require_sha3 = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
365
365
|
"../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/sha3.js"(exports) {
|
|
366
366
|
"use strict";
|
|
367
|
-
|
|
367
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
368
368
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
369
369
|
exports.shake256 = exports.shake128 = exports.keccak_512 = exports.keccak_384 = exports.keccak_256 = exports.keccak_224 = exports.sha3_512 = exports.sha3_384 = exports.sha3_256 = exports.sha3_224 = exports.Keccak = void 0;
|
|
370
370
|
exports.keccakP = keccakP;
|
|
@@ -564,10 +564,10 @@ var require_sha3 = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
564
564
|
});
|
|
565
565
|
|
|
566
566
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/util.cjs
|
|
567
|
-
var require_util =
|
|
567
|
+
var require_util = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
568
568
|
"../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/util.cjs"(exports, module) {
|
|
569
569
|
"use strict";
|
|
570
|
-
|
|
570
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
571
571
|
var { keccak_256 } = require_sha3();
|
|
572
572
|
function zeros(bytes) {
|
|
573
573
|
return Buffer.allocUnsafe(bytes).fill(0);
|
|
@@ -681,10 +681,10 @@ var require_util = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
681
681
|
});
|
|
682
682
|
|
|
683
683
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/abi.cjs
|
|
684
|
-
var require_abi =
|
|
684
|
+
var require_abi = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
685
685
|
"../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/abi.cjs"(exports, module) {
|
|
686
686
|
"use strict";
|
|
687
|
-
|
|
687
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
688
688
|
var util = require_util();
|
|
689
689
|
function elementaryName(name) {
|
|
690
690
|
if (name.startsWith("int[")) {
|
|
@@ -899,10 +899,10 @@ var require_abi = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
899
899
|
});
|
|
900
900
|
|
|
901
901
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/index.cjs
|
|
902
|
-
var require_eth_eip712_util =
|
|
902
|
+
var require_eth_eip712_util = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
903
903
|
"../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/vendor-js/eth-eip712-util/index.cjs"(exports, module) {
|
|
904
904
|
"use strict";
|
|
905
|
-
|
|
905
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
906
906
|
var util = require_util();
|
|
907
907
|
var abi = require_abi();
|
|
908
908
|
var TYPED_MESSAGE_SCHEMA = {
|
|
@@ -1133,13 +1133,13 @@ var require_eth_eip712_util = _chunkIQ7F5R7Djs.__commonJS.call(void 0, {
|
|
|
1133
1133
|
});
|
|
1134
1134
|
|
|
1135
1135
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/index.js
|
|
1136
|
-
|
|
1136
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1137
1137
|
|
|
1138
1138
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/CoinbaseWalletSDK.js
|
|
1139
|
-
|
|
1139
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1140
1140
|
|
|
1141
1141
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/assets/wallet-logo.js
|
|
1142
|
-
|
|
1142
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1143
1143
|
var walletLogo = (type, width) => {
|
|
1144
1144
|
let height;
|
|
1145
1145
|
switch (type) {
|
|
@@ -1168,20 +1168,20 @@ var walletLogo = (type, width) => {
|
|
|
1168
1168
|
};
|
|
1169
1169
|
|
|
1170
1170
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/CoinbaseWalletProvider.js
|
|
1171
|
-
|
|
1171
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1172
1172
|
|
|
1173
1173
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/util.js
|
|
1174
|
-
|
|
1174
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1175
1175
|
|
|
1176
1176
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/scw/SCWSigner.js
|
|
1177
|
-
|
|
1177
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1178
1178
|
var _viem = require('viem');
|
|
1179
1179
|
|
|
1180
1180
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/scw/SCWKeyManager.js
|
|
1181
|
-
|
|
1181
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1182
1182
|
|
|
1183
1183
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/storage/ScopedLocalStorage.js
|
|
1184
|
-
|
|
1184
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1185
1185
|
var ScopedLocalStorage = class _ScopedLocalStorage {
|
|
1186
1186
|
constructor(scope, module) {
|
|
1187
1187
|
this.scope = scope;
|
|
@@ -1224,16 +1224,16 @@ var ScopedLocalStorage = class _ScopedLocalStorage {
|
|
|
1224
1224
|
};
|
|
1225
1225
|
|
|
1226
1226
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/util/cipher.js
|
|
1227
|
-
|
|
1227
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1228
1228
|
|
|
1229
1229
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/type/util.js
|
|
1230
|
-
|
|
1230
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1231
1231
|
|
|
1232
1232
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/error/errors.js
|
|
1233
|
-
|
|
1233
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1234
1234
|
|
|
1235
1235
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/error/constants.js
|
|
1236
|
-
|
|
1236
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1237
1237
|
var standardErrorCodes = {
|
|
1238
1238
|
rpc: {
|
|
1239
1239
|
invalidInput: -32e3,
|
|
@@ -1329,7 +1329,7 @@ var errorValues = {
|
|
|
1329
1329
|
};
|
|
1330
1330
|
|
|
1331
1331
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/error/utils.js
|
|
1332
|
-
|
|
1332
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1333
1333
|
var FALLBACK_MESSAGE = "Unspecified error message.";
|
|
1334
1334
|
var JSON_RPC_SERVER_ERROR_MESSAGE = "Unspecified server error.";
|
|
1335
1335
|
function getMessageFromCode(code, fallbackMessage = FALLBACK_MESSAGE) {
|
|
@@ -1507,7 +1507,7 @@ function isValidEthProviderCode(code) {
|
|
|
1507
1507
|
}
|
|
1508
1508
|
|
|
1509
1509
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/type/index.js
|
|
1510
|
-
|
|
1510
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1511
1511
|
function OpaqueType() {
|
|
1512
1512
|
return (value) => value;
|
|
1513
1513
|
}
|
|
@@ -1817,7 +1817,7 @@ var SCWKeyManager = class {
|
|
|
1817
1817
|
};
|
|
1818
1818
|
|
|
1819
1819
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/scw/utils.js
|
|
1820
|
-
|
|
1820
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1821
1821
|
|
|
1822
1822
|
function assertGetCapabilitiesParams(params) {
|
|
1823
1823
|
if (!params || !Array.isArray(params) || params.length !== 1 && params.length !== 2) {
|
|
@@ -1839,10 +1839,10 @@ function assertGetCapabilitiesParams(params) {
|
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
1841
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/util/provider.js
|
|
1842
|
-
|
|
1842
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1843
1843
|
|
|
1844
1844
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sdk-info.js
|
|
1845
|
-
|
|
1845
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
1846
1846
|
var VERSION = "4.3.7";
|
|
1847
1847
|
var NAME = "@coinbase/wallet-sdk";
|
|
1848
1848
|
|
|
@@ -2148,29 +2148,29 @@ var SCWSigner = class {
|
|
|
2148
2148
|
};
|
|
2149
2149
|
|
|
2150
2150
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/WalletLinkSigner.js
|
|
2151
|
-
|
|
2152
|
-
var import_eth_eip712_util =
|
|
2151
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2152
|
+
var import_eth_eip712_util = _chunkQIPVNM7Tjs.__toESM.call(void 0, require_eth_eip712_util(), 1);
|
|
2153
2153
|
|
|
2154
2154
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/constants.js
|
|
2155
|
-
|
|
2155
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2156
2156
|
var WALLET_USER_NAME_KEY = "walletUsername";
|
|
2157
2157
|
var LOCAL_STORAGE_ADDRESSES_KEY = "Addresses";
|
|
2158
2158
|
var APP_VERSION_KEY = "AppVersion";
|
|
2159
2159
|
|
|
2160
2160
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/type/Web3Response.js
|
|
2161
|
-
|
|
2161
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2162
2162
|
function isErrorResponse(response) {
|
|
2163
2163
|
return response.errorMessage !== void 0;
|
|
2164
2164
|
}
|
|
2165
2165
|
|
|
2166
2166
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/WalletLinkRelay.js
|
|
2167
|
-
|
|
2167
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2168
2168
|
|
|
2169
2169
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/connection/WalletLinkConnection.js
|
|
2170
|
-
|
|
2170
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2171
2171
|
|
|
2172
2172
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/connection/WalletLinkCipher.js
|
|
2173
|
-
|
|
2173
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2174
2174
|
var WalletLinkCipher = class {
|
|
2175
2175
|
// @param secret hex representation of 32-byte secret
|
|
2176
2176
|
constructor(secret) {
|
|
@@ -2236,7 +2236,7 @@ var WalletLinkCipher = class {
|
|
|
2236
2236
|
};
|
|
2237
2237
|
|
|
2238
2238
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/connection/WalletLinkHTTP.js
|
|
2239
|
-
|
|
2239
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2240
2240
|
var WalletLinkHTTP = class {
|
|
2241
2241
|
constructor(linkAPIUrl, sessionId, sessionKey) {
|
|
2242
2242
|
this.linkAPIUrl = linkAPIUrl;
|
|
@@ -2280,7 +2280,7 @@ var WalletLinkHTTP = class {
|
|
|
2280
2280
|
};
|
|
2281
2281
|
|
|
2282
2282
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/connection/WalletLinkWebSocket.js
|
|
2283
|
-
|
|
2283
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2284
2284
|
var ConnectionState;
|
|
2285
2285
|
(function(ConnectionState2) {
|
|
2286
2286
|
ConnectionState2[ConnectionState2["DISCONNECTED"] = 0] = "DISCONNECTED";
|
|
@@ -2835,7 +2835,7 @@ var WalletLinkConnection = class {
|
|
|
2835
2835
|
};
|
|
2836
2836
|
|
|
2837
2837
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/RelayEventManager.js
|
|
2838
|
-
|
|
2838
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2839
2839
|
var RelayEventManager = class {
|
|
2840
2840
|
constructor() {
|
|
2841
2841
|
this._nextRequestId = 0;
|
|
@@ -2854,7 +2854,7 @@ var RelayEventManager = class {
|
|
|
2854
2854
|
};
|
|
2855
2855
|
|
|
2856
2856
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/type/WalletLinkSession.js
|
|
2857
|
-
|
|
2857
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2858
2858
|
var STORAGE_KEY_SESSION_ID = "session:id";
|
|
2859
2859
|
var STORAGE_KEY_SESSION_SECRET = "session:secret";
|
|
2860
2860
|
var STORAGE_KEY_SESSION_LINKED = "session:linked";
|
|
@@ -2863,7 +2863,7 @@ var WalletLinkSession = class _WalletLinkSession {
|
|
|
2863
2863
|
this.storage = storage2;
|
|
2864
2864
|
this.id = id;
|
|
2865
2865
|
this.secret = secret;
|
|
2866
|
-
this.key =
|
|
2866
|
+
this.key = _chunkXTOUIIXZjs.bytesToHex.call(void 0, _chunkXTOUIIXZjs.sha2562.call(void 0, `${id}, ${secret} WalletLink`));
|
|
2867
2867
|
this._linked = !!linked;
|
|
2868
2868
|
}
|
|
2869
2869
|
static create(storage2) {
|
|
@@ -2899,7 +2899,7 @@ var WalletLinkSession = class _WalletLinkSession {
|
|
|
2899
2899
|
};
|
|
2900
2900
|
|
|
2901
2901
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/util.js
|
|
2902
|
-
|
|
2902
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2903
2903
|
function isInIFrame() {
|
|
2904
2904
|
try {
|
|
2905
2905
|
return window.frameElement !== null;
|
|
@@ -2927,13 +2927,13 @@ function isDarkMode() {
|
|
|
2927
2927
|
}
|
|
2928
2928
|
|
|
2929
2929
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/WalletLinkRelayUI.js
|
|
2930
|
-
|
|
2930
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2931
2931
|
|
|
2932
2932
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/cssReset/cssReset.js
|
|
2933
|
-
|
|
2933
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2934
2934
|
|
|
2935
2935
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/cssReset/cssReset-css.js
|
|
2936
|
-
|
|
2936
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2937
2937
|
var cssReset_css_default = /* @__PURE__ */ (() => `@namespace svg "http://www.w3.org/2000/svg";.-cbwsdk-css-reset,.-cbwsdk-css-reset *{animation:none;animation-delay:0;animation-direction:normal;animation-duration:0;animation-fill-mode:none;animation-iteration-count:1;animation-name:none;animation-play-state:running;animation-timing-function:ease;backface-visibility:visible;background:0;background-attachment:scroll;background-clip:border-box;background-color:rgba(0,0,0,0);background-image:none;background-origin:padding-box;background-position:0 0;background-position-x:0;background-position-y:0;background-repeat:repeat;background-size:auto auto;border:0;border-style:none;border-width:medium;border-color:inherit;border-bottom:0;border-bottom-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom-style:none;border-bottom-width:medium;border-collapse:separate;border-image:none;border-left:0;border-left-color:inherit;border-left-style:none;border-left-width:medium;border-radius:0;border-right:0;border-right-color:inherit;border-right-style:none;border-right-width:medium;border-spacing:0;border-top:0;border-top-color:inherit;border-top-left-radius:0;border-top-right-radius:0;border-top-style:none;border-top-width:medium;box-shadow:none;box-sizing:border-box;caption-side:top;clear:none;clip:auto;color:inherit;columns:auto;column-count:auto;column-fill:balance;column-gap:normal;column-rule:medium none currentColor;column-rule-color:currentColor;column-rule-style:none;column-rule-width:none;column-span:1;column-width:auto;counter-increment:none;counter-reset:none;direction:ltr;empty-cells:show;float:none;font:normal;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;font-size:medium;font-style:normal;font-variant:normal;font-weight:normal;height:auto;hyphens:none;letter-spacing:normal;line-height:normal;list-style:none;list-style-image:none;list-style-position:outside;list-style-type:disc;margin:0;margin-bottom:0;margin-left:0;margin-right:0;margin-top:0;opacity:1;orphans:0;outline:0;outline-color:invert;outline-style:none;outline-width:medium;overflow:visible;overflow-x:visible;overflow-y:visible;padding:0;padding-bottom:0;padding-left:0;padding-right:0;padding-top:0;page-break-after:auto;page-break-before:auto;page-break-inside:auto;perspective:none;perspective-origin:50% 50%;pointer-events:auto;position:static;quotes:"\\201C" "\\201D" "\\2018" "\\2019";tab-size:8;table-layout:auto;text-align:inherit;text-align-last:auto;text-decoration:none;text-decoration-color:inherit;text-decoration-line:none;text-decoration-style:solid;text-indent:0;text-shadow:none;text-transform:none;transform:none;transform-style:flat;transition:none;transition-delay:0s;transition-duration:0s;transition-property:none;transition-timing-function:ease;unicode-bidi:normal;vertical-align:baseline;visibility:visible;white-space:normal;widows:0;word-spacing:normal;z-index:auto}.-cbwsdk-css-reset strong{font-weight:bold}.-cbwsdk-css-reset *{box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Helvetica Neue",Arial,sans-serif;line-height:1}.-cbwsdk-css-reset [class*=container]{margin:0;padding:0}.-cbwsdk-css-reset style{display:none}`)();
|
|
2938
2938
|
|
|
2939
2939
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/cssReset/cssReset.js
|
|
@@ -2945,10 +2945,10 @@ function injectCssReset() {
|
|
|
2945
2945
|
}
|
|
2946
2946
|
|
|
2947
2947
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/Snackbar/Snackbar.js
|
|
2948
|
-
|
|
2948
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2949
2949
|
|
|
2950
2950
|
// ../../node_modules/.pnpm/clsx@1.2.1/node_modules/clsx/dist/clsx.m.js
|
|
2951
|
-
|
|
2951
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2952
2952
|
function r(e3) {
|
|
2953
2953
|
var t3, f3, n2 = "";
|
|
2954
2954
|
if ("string" == typeof e3 || "number" == typeof e3) n2 += e3;
|
|
@@ -2962,7 +2962,7 @@ function clsx() {
|
|
|
2962
2962
|
}
|
|
2963
2963
|
|
|
2964
2964
|
// ../../node_modules/.pnpm/preact@10.27.2/node_modules/preact/dist/preact.module.js
|
|
2965
|
-
|
|
2965
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
2966
2966
|
var n;
|
|
2967
2967
|
var l;
|
|
2968
2968
|
var u;
|
|
@@ -3221,7 +3221,7 @@ n = v.slice, l = { __e: function(n2, l3, u3, t3) {
|
|
|
3221
3221
|
}, $.__r = 0, f = /(PointerCapture)$|Capture$/i, c = 0, s = F(false), a = F(true), h = 0;
|
|
3222
3222
|
|
|
3223
3223
|
// ../../node_modules/.pnpm/preact@10.27.2/node_modules/preact/hooks/dist/hooks.module.js
|
|
3224
|
-
|
|
3224
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3225
3225
|
var t2;
|
|
3226
3226
|
var r3;
|
|
3227
3227
|
var u2;
|
|
@@ -3352,7 +3352,7 @@ function D2(n2, t3) {
|
|
|
3352
3352
|
}
|
|
3353
3353
|
|
|
3354
3354
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/Snackbar/Snackbar-css.js
|
|
3355
|
-
|
|
3355
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3356
3356
|
var Snackbar_css_default = /* @__PURE__ */ (() => `.-cbwsdk-css-reset .-gear-container{margin-left:16px !important;margin-right:9px !important;display:flex;align-items:center;justify-content:center;width:24px;height:24px;transition:opacity .25s}.-cbwsdk-css-reset .-gear-container *{user-select:none}.-cbwsdk-css-reset .-gear-container svg{opacity:0;position:absolute}.-cbwsdk-css-reset .-gear-icon{height:12px;width:12px;z-index:10000}.-cbwsdk-css-reset .-cbwsdk-snackbar{align-items:flex-end;display:flex;flex-direction:column;position:fixed;right:0;top:0;z-index:2147483647}.-cbwsdk-css-reset .-cbwsdk-snackbar *{user-select:none}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance{display:flex;flex-direction:column;margin:8px 16px 0 16px;overflow:visible;text-align:left;transform:translateX(0);transition:opacity .25s,transform .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-header:hover .-gear-container svg{opacity:1}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-header{display:flex;align-items:center;background:#fff;overflow:hidden;border:1px solid #e7ebee;box-sizing:border-box;border-radius:8px;cursor:pointer}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-header-cblogo{margin:8px 8px 8px 8px}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-header *{cursor:pointer}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-header-message{color:#000;font-size:13px;line-height:1.5;user-select:none}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu{background:#fff;transition:opacity .25s ease-in-out,transform .25s linear,visibility 0s;visibility:hidden;border:1px solid #e7ebee;box-sizing:border-box;border-radius:8px;opacity:0;flex-direction:column;padding-left:8px;padding-right:8px}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item:last-child{margin-bottom:8px !important}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item:hover{background:#f5f7f8;border-radius:6px;transition:background .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item:hover span{color:#050f19;transition:color .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item:hover svg path{fill:#000;transition:fill .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item{visibility:inherit;height:35px;margin-top:8px;margin-bottom:0;display:flex;flex-direction:row;align-items:center;padding:8px;cursor:pointer}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item *{visibility:inherit;cursor:pointer}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item-is-red:hover{background:rgba(223,95,103,.2);transition:background .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item-is-red:hover *{cursor:pointer}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item-is-red:hover svg path{fill:#df5f67;transition:fill .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item-is-red:hover span{color:#df5f67;transition:color .25s}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-menu-item-info{color:#aaa;font-size:13px;margin:0 8px 0 32px;position:absolute}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-hidden{opacity:0;text-align:left;transform:translateX(25%);transition:opacity .5s linear}.-cbwsdk-css-reset .-cbwsdk-snackbar-instance-expanded .-cbwsdk-snackbar-instance-menu{opacity:1;display:flex;transform:translateY(8px);visibility:visible}`)();
|
|
3357
3357
|
|
|
3358
3358
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/Snackbar/Snackbar.js
|
|
@@ -3523,13 +3523,13 @@ var WalletLinkRelayUI = class {
|
|
|
3523
3523
|
};
|
|
3524
3524
|
|
|
3525
3525
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/WLMobileRelayUI.js
|
|
3526
|
-
|
|
3526
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3527
3527
|
|
|
3528
3528
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/RedirectDialog/RedirectDialog.js
|
|
3529
|
-
|
|
3529
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3530
3530
|
|
|
3531
3531
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/RedirectDialog/RedirectDialog-css.js
|
|
3532
|
-
|
|
3532
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3533
3533
|
var RedirectDialog_css_default = /* @__PURE__ */ (() => `.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;transition:opacity .25s;background-color:rgba(10,11,13,.5)}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-backdrop-hidden{opacity:0}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box{display:block;position:fixed;top:50%;left:50%;transform:translate(-50%, -50%);padding:20px;border-radius:8px;background-color:#fff;color:#0a0b0d}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box p{display:block;font-weight:400;font-size:14px;line-height:20px;padding-bottom:12px;color:#5b636e}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box button{appearance:none;border:none;background:none;color:#0052ff;padding:0;text-decoration:none;display:block;font-weight:600;font-size:16px;line-height:24px}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box.dark{background-color:#0a0b0d;color:#fff}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box.dark button{color:#0052ff}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box.light{background-color:#fff;color:#0a0b0d}.-cbwsdk-css-reset .-cbwsdk-redirect-dialog-box.light button{color:#0052ff}`)();
|
|
3534
3534
|
|
|
3535
3535
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/sign/walletlink/relay/ui/components/RedirectDialog/RedirectDialog.js
|
|
@@ -3583,7 +3583,7 @@ var RedirectDialogContent = ({ title, buttonText, darkMode, onButtonClick, onDis
|
|
|
3583
3583
|
};
|
|
3584
3584
|
|
|
3585
3585
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/constants.js
|
|
3586
|
-
|
|
3586
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
3587
3587
|
var CB_KEYS_URL = "https://keys.coinbase.com/connect";
|
|
3588
3588
|
var CB_WALLET_RPC_URL = "https://rpc.wallet.coinbase.com";
|
|
3589
3589
|
var WALLETLINK_URL = "https://www.walletlink.org";
|
|
@@ -4387,13 +4387,13 @@ async function listenForWalletLinkSessionRequest(communicator, metadata, callbac
|
|
|
4387
4387
|
}
|
|
4388
4388
|
|
|
4389
4389
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/communicator/Communicator.js
|
|
4390
|
-
|
|
4390
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4391
4391
|
|
|
4392
4392
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/util/web.js
|
|
4393
|
-
|
|
4393
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4394
4394
|
|
|
4395
4395
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/util/checkCrossOriginOpenerPolicy.js
|
|
4396
|
-
|
|
4396
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4397
4397
|
var COOP_ERROR_MESSAGE = `Coinbase Wallet SDK requires the Cross-Origin-Opener-Policy header to not be set to 'same-origin'. This is to ensure that the SDK can communicate with the Coinbase Smart Wallet app.
|
|
4398
4398
|
|
|
4399
4399
|
Please see https://www.smartwallet.dev/guides/tips/popup-tips#cross-origin-opener-policy for more information.`;
|
|
@@ -4580,7 +4580,7 @@ var Communicator = class {
|
|
|
4580
4580
|
};
|
|
4581
4581
|
|
|
4582
4582
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/error/serialize.js
|
|
4583
|
-
|
|
4583
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4584
4584
|
function serializeError(error) {
|
|
4585
4585
|
const serialized = serialize(getErrorObject(error), {
|
|
4586
4586
|
shouldIncludeStack: true
|
|
@@ -4611,8 +4611,8 @@ function getErrorObject(error) {
|
|
|
4611
4611
|
}
|
|
4612
4612
|
|
|
4613
4613
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/core/provider/interface.js
|
|
4614
|
-
|
|
4615
|
-
var ProviderEventEmitter = class extends
|
|
4614
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4615
|
+
var ProviderEventEmitter = class extends _chunkXTOUIIXZjs.import_index.default {
|
|
4616
4616
|
};
|
|
4617
4617
|
|
|
4618
4618
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/CoinbaseWalletProvider.js
|
|
@@ -4720,7 +4720,7 @@ var CoinbaseWalletProvider = class extends ProviderEventEmitter {
|
|
|
4720
4720
|
};
|
|
4721
4721
|
|
|
4722
4722
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/util/validatePreferences.js
|
|
4723
|
-
|
|
4723
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4724
4724
|
function validatePreferences(preference) {
|
|
4725
4725
|
if (!preference) {
|
|
4726
4726
|
return;
|
|
@@ -4768,10 +4768,10 @@ var CoinbaseWalletSDK = class {
|
|
|
4768
4768
|
};
|
|
4769
4769
|
|
|
4770
4770
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/createCoinbaseWalletSDK.js
|
|
4771
|
-
|
|
4771
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4772
4772
|
|
|
4773
4773
|
// ../../node_modules/.pnpm/@coinbase+wallet-sdk@4.3.7_typescript@5.9.3/node_modules/@coinbase/wallet-sdk/dist/createCoinbaseWalletProvider.js
|
|
4774
|
-
|
|
4774
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
4775
4775
|
function createCoinbaseWalletProvider(options) {
|
|
4776
4776
|
var _a;
|
|
4777
4777
|
const params = {
|
|
@@ -4822,4 +4822,4 @@ exports.CoinbaseWalletSDK = CoinbaseWalletSDK; exports.createCoinbaseWalletSDK =
|
|
|
4822
4822
|
@noble/hashes/utils.js:
|
|
4823
4823
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
4824
4824
|
*/
|
|
4825
|
-
//# sourceMappingURL=dist-
|
|
4825
|
+
//# sourceMappingURL=dist-7I773YNF.js.map
|
|
@@ -2,12 +2,12 @@ import {
|
|
|
2
2
|
bytesToHex,
|
|
3
3
|
import_index,
|
|
4
4
|
sha2562 as sha256
|
|
5
|
-
} from "./chunk-
|
|
5
|
+
} from "./chunk-YP64HBUK.mjs";
|
|
6
6
|
import {
|
|
7
7
|
__commonJS,
|
|
8
8
|
__toESM,
|
|
9
9
|
init_polyfills
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-J6XFKNJN.mjs";
|
|
11
11
|
|
|
12
12
|
// ../../node_modules/.pnpm/@noble+hashes@1.8.0/node_modules/@noble/hashes/_u64.js
|
|
13
13
|
var require_u64 = __commonJS({
|
|
@@ -4822,4 +4822,4 @@ export {
|
|
|
4822
4822
|
@noble/hashes/utils.js:
|
|
4823
4823
|
(*! noble-hashes - MIT License (c) 2022 Paul Miller (paulmillr.com) *)
|
|
4824
4824
|
*/
|
|
4825
|
-
//# sourceMappingURL=dist-
|
|
4825
|
+
//# sourceMappingURL=dist-YBFFGXT3.mjs.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
var _chunkQIPVNM7Tjs = require('./chunk-QIPVNM7T.js');
|
|
5
|
+
|
|
6
|
+
// scripts/empty-stub.js
|
|
7
|
+
var require_empty_stub = _chunkQIPVNM7Tjs.__commonJS.call(void 0, {
|
|
8
|
+
"scripts/empty-stub.js"(exports, module) {
|
|
9
|
+
_chunkQIPVNM7Tjs.init_polyfills.call(void 0, );
|
|
10
|
+
module.exports = {};
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
exports. default = require_empty_stub();
|
|
14
|
+
//# sourceMappingURL=empty-stub-JW2K2GSS.js.map
|
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
import {
|
|
2
|
+
__commonJS,
|
|
3
|
+
init_polyfills
|
|
4
|
+
} from "./chunk-J6XFKNJN.mjs";
|
|
5
|
+
|
|
6
|
+
// scripts/empty-stub.js
|
|
7
|
+
var require_empty_stub = __commonJS({
|
|
8
|
+
"scripts/empty-stub.js"(exports, module) {
|
|
9
|
+
init_polyfills();
|
|
10
|
+
module.exports = {};
|
|
11
|
+
}
|
|
12
|
+
});
|
|
13
|
+
export default require_empty_stub();
|
|
14
|
+
//# sourceMappingURL=empty-stub-X6WHS3X3.mjs.map
|