@compilot/web-sdk-wallet-wagmi 2.0.8-dev
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/compilot-web-sdk-wallet-wagmi.cjs.d.ts +2 -0
- package/dist/compilot-web-sdk-wallet-wagmi.cjs.dev.js +419 -0
- package/dist/compilot-web-sdk-wallet-wagmi.cjs.js +7 -0
- package/dist/compilot-web-sdk-wallet-wagmi.cjs.prod.js +419 -0
- package/dist/compilot-web-sdk-wallet-wagmi.esm.js +415 -0
- package/dist/declarations/src/index.d.ts +31 -0
- package/dist/declarations/src/index.d.ts.map +1 -0
- package/dist/package.json +56 -0
- package/package.json +55 -0
- package/readme.md +13 -0
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export * from "./declarations/src/index";
|
|
2
|
+
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiY29tcGlsb3Qtd2ViLXNkay13YWxsZXQtd2FnbWkuY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -0,0 +1,419 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var identitySchemas = require('@nexeraid/identity-schemas');
|
|
6
|
+
var actions = require('wagmi/actions');
|
|
7
|
+
|
|
8
|
+
function _regeneratorRuntime() {
|
|
9
|
+
_regeneratorRuntime = function () {
|
|
10
|
+
return e;
|
|
11
|
+
};
|
|
12
|
+
var t,
|
|
13
|
+
e = {},
|
|
14
|
+
r = Object.prototype,
|
|
15
|
+
n = r.hasOwnProperty,
|
|
16
|
+
o = Object.defineProperty || function (t, e, r) {
|
|
17
|
+
t[e] = r.value;
|
|
18
|
+
},
|
|
19
|
+
i = "function" == typeof Symbol ? Symbol : {},
|
|
20
|
+
a = i.iterator || "@@iterator",
|
|
21
|
+
c = i.asyncIterator || "@@asyncIterator",
|
|
22
|
+
u = i.toStringTag || "@@toStringTag";
|
|
23
|
+
function define(t, e, r) {
|
|
24
|
+
return Object.defineProperty(t, e, {
|
|
25
|
+
value: r,
|
|
26
|
+
enumerable: !0,
|
|
27
|
+
configurable: !0,
|
|
28
|
+
writable: !0
|
|
29
|
+
}), t[e];
|
|
30
|
+
}
|
|
31
|
+
try {
|
|
32
|
+
define({}, "");
|
|
33
|
+
} catch (t) {
|
|
34
|
+
define = function (t, e, r) {
|
|
35
|
+
return t[e] = r;
|
|
36
|
+
};
|
|
37
|
+
}
|
|
38
|
+
function wrap(t, e, r, n) {
|
|
39
|
+
var i = e && e.prototype instanceof Generator ? e : Generator,
|
|
40
|
+
a = Object.create(i.prototype),
|
|
41
|
+
c = new Context(n || []);
|
|
42
|
+
return o(a, "_invoke", {
|
|
43
|
+
value: makeInvokeMethod(t, r, c)
|
|
44
|
+
}), a;
|
|
45
|
+
}
|
|
46
|
+
function tryCatch(t, e, r) {
|
|
47
|
+
try {
|
|
48
|
+
return {
|
|
49
|
+
type: "normal",
|
|
50
|
+
arg: t.call(e, r)
|
|
51
|
+
};
|
|
52
|
+
} catch (t) {
|
|
53
|
+
return {
|
|
54
|
+
type: "throw",
|
|
55
|
+
arg: t
|
|
56
|
+
};
|
|
57
|
+
}
|
|
58
|
+
}
|
|
59
|
+
e.wrap = wrap;
|
|
60
|
+
var h = "suspendedStart",
|
|
61
|
+
l = "suspendedYield",
|
|
62
|
+
f = "executing",
|
|
63
|
+
s = "completed",
|
|
64
|
+
y = {};
|
|
65
|
+
function Generator() {}
|
|
66
|
+
function GeneratorFunction() {}
|
|
67
|
+
function GeneratorFunctionPrototype() {}
|
|
68
|
+
var p = {};
|
|
69
|
+
define(p, a, function () {
|
|
70
|
+
return this;
|
|
71
|
+
});
|
|
72
|
+
var d = Object.getPrototypeOf,
|
|
73
|
+
v = d && d(d(values([])));
|
|
74
|
+
v && v !== r && n.call(v, a) && (p = v);
|
|
75
|
+
var g = GeneratorFunctionPrototype.prototype = Generator.prototype = Object.create(p);
|
|
76
|
+
function defineIteratorMethods(t) {
|
|
77
|
+
["next", "throw", "return"].forEach(function (e) {
|
|
78
|
+
define(t, e, function (t) {
|
|
79
|
+
return this._invoke(e, t);
|
|
80
|
+
});
|
|
81
|
+
});
|
|
82
|
+
}
|
|
83
|
+
function AsyncIterator(t, e) {
|
|
84
|
+
function invoke(r, o, i, a) {
|
|
85
|
+
var c = tryCatch(t[r], t, o);
|
|
86
|
+
if ("throw" !== c.type) {
|
|
87
|
+
var u = c.arg,
|
|
88
|
+
h = u.value;
|
|
89
|
+
return h && "object" == typeof h && n.call(h, "__await") ? e.resolve(h.__await).then(function (t) {
|
|
90
|
+
invoke("next", t, i, a);
|
|
91
|
+
}, function (t) {
|
|
92
|
+
invoke("throw", t, i, a);
|
|
93
|
+
}) : e.resolve(h).then(function (t) {
|
|
94
|
+
u.value = t, i(u);
|
|
95
|
+
}, function (t) {
|
|
96
|
+
return invoke("throw", t, i, a);
|
|
97
|
+
});
|
|
98
|
+
}
|
|
99
|
+
a(c.arg);
|
|
100
|
+
}
|
|
101
|
+
var r;
|
|
102
|
+
o(this, "_invoke", {
|
|
103
|
+
value: function (t, n) {
|
|
104
|
+
function callInvokeWithMethodAndArg() {
|
|
105
|
+
return new e(function (e, r) {
|
|
106
|
+
invoke(t, n, e, r);
|
|
107
|
+
});
|
|
108
|
+
}
|
|
109
|
+
return r = r ? r.then(callInvokeWithMethodAndArg, callInvokeWithMethodAndArg) : callInvokeWithMethodAndArg();
|
|
110
|
+
}
|
|
111
|
+
});
|
|
112
|
+
}
|
|
113
|
+
function makeInvokeMethod(e, r, n) {
|
|
114
|
+
var o = h;
|
|
115
|
+
return function (i, a) {
|
|
116
|
+
if (o === f) throw Error("Generator is already running");
|
|
117
|
+
if (o === s) {
|
|
118
|
+
if ("throw" === i) throw a;
|
|
119
|
+
return {
|
|
120
|
+
value: t,
|
|
121
|
+
done: !0
|
|
122
|
+
};
|
|
123
|
+
}
|
|
124
|
+
for (n.method = i, n.arg = a;;) {
|
|
125
|
+
var c = n.delegate;
|
|
126
|
+
if (c) {
|
|
127
|
+
var u = maybeInvokeDelegate(c, n);
|
|
128
|
+
if (u) {
|
|
129
|
+
if (u === y) continue;
|
|
130
|
+
return u;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
if ("next" === n.method) n.sent = n._sent = n.arg;else if ("throw" === n.method) {
|
|
134
|
+
if (o === h) throw o = s, n.arg;
|
|
135
|
+
n.dispatchException(n.arg);
|
|
136
|
+
} else "return" === n.method && n.abrupt("return", n.arg);
|
|
137
|
+
o = f;
|
|
138
|
+
var p = tryCatch(e, r, n);
|
|
139
|
+
if ("normal" === p.type) {
|
|
140
|
+
if (o = n.done ? s : l, p.arg === y) continue;
|
|
141
|
+
return {
|
|
142
|
+
value: p.arg,
|
|
143
|
+
done: n.done
|
|
144
|
+
};
|
|
145
|
+
}
|
|
146
|
+
"throw" === p.type && (o = s, n.method = "throw", n.arg = p.arg);
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
function maybeInvokeDelegate(e, r) {
|
|
151
|
+
var n = r.method,
|
|
152
|
+
o = e.iterator[n];
|
|
153
|
+
if (o === t) return r.delegate = null, "throw" === n && e.iterator.return && (r.method = "return", r.arg = t, maybeInvokeDelegate(e, r), "throw" === r.method) || "return" !== n && (r.method = "throw", r.arg = new TypeError("The iterator does not provide a '" + n + "' method")), y;
|
|
154
|
+
var i = tryCatch(o, e.iterator, r.arg);
|
|
155
|
+
if ("throw" === i.type) return r.method = "throw", r.arg = i.arg, r.delegate = null, y;
|
|
156
|
+
var a = i.arg;
|
|
157
|
+
return a ? a.done ? (r[e.resultName] = a.value, r.next = e.nextLoc, "return" !== r.method && (r.method = "next", r.arg = t), r.delegate = null, y) : a : (r.method = "throw", r.arg = new TypeError("iterator result is not an object"), r.delegate = null, y);
|
|
158
|
+
}
|
|
159
|
+
function pushTryEntry(t) {
|
|
160
|
+
var e = {
|
|
161
|
+
tryLoc: t[0]
|
|
162
|
+
};
|
|
163
|
+
1 in t && (e.catchLoc = t[1]), 2 in t && (e.finallyLoc = t[2], e.afterLoc = t[3]), this.tryEntries.push(e);
|
|
164
|
+
}
|
|
165
|
+
function resetTryEntry(t) {
|
|
166
|
+
var e = t.completion || {};
|
|
167
|
+
e.type = "normal", delete e.arg, t.completion = e;
|
|
168
|
+
}
|
|
169
|
+
function Context(t) {
|
|
170
|
+
this.tryEntries = [{
|
|
171
|
+
tryLoc: "root"
|
|
172
|
+
}], t.forEach(pushTryEntry, this), this.reset(!0);
|
|
173
|
+
}
|
|
174
|
+
function values(e) {
|
|
175
|
+
if (e || "" === e) {
|
|
176
|
+
var r = e[a];
|
|
177
|
+
if (r) return r.call(e);
|
|
178
|
+
if ("function" == typeof e.next) return e;
|
|
179
|
+
if (!isNaN(e.length)) {
|
|
180
|
+
var o = -1,
|
|
181
|
+
i = function next() {
|
|
182
|
+
for (; ++o < e.length;) if (n.call(e, o)) return next.value = e[o], next.done = !1, next;
|
|
183
|
+
return next.value = t, next.done = !0, next;
|
|
184
|
+
};
|
|
185
|
+
return i.next = i;
|
|
186
|
+
}
|
|
187
|
+
}
|
|
188
|
+
throw new TypeError(typeof e + " is not iterable");
|
|
189
|
+
}
|
|
190
|
+
return GeneratorFunction.prototype = GeneratorFunctionPrototype, o(g, "constructor", {
|
|
191
|
+
value: GeneratorFunctionPrototype,
|
|
192
|
+
configurable: !0
|
|
193
|
+
}), o(GeneratorFunctionPrototype, "constructor", {
|
|
194
|
+
value: GeneratorFunction,
|
|
195
|
+
configurable: !0
|
|
196
|
+
}), GeneratorFunction.displayName = define(GeneratorFunctionPrototype, u, "GeneratorFunction"), e.isGeneratorFunction = function (t) {
|
|
197
|
+
var e = "function" == typeof t && t.constructor;
|
|
198
|
+
return !!e && (e === GeneratorFunction || "GeneratorFunction" === (e.displayName || e.name));
|
|
199
|
+
}, e.mark = function (t) {
|
|
200
|
+
return Object.setPrototypeOf ? Object.setPrototypeOf(t, GeneratorFunctionPrototype) : (t.__proto__ = GeneratorFunctionPrototype, define(t, u, "GeneratorFunction")), t.prototype = Object.create(g), t;
|
|
201
|
+
}, e.awrap = function (t) {
|
|
202
|
+
return {
|
|
203
|
+
__await: t
|
|
204
|
+
};
|
|
205
|
+
}, defineIteratorMethods(AsyncIterator.prototype), define(AsyncIterator.prototype, c, function () {
|
|
206
|
+
return this;
|
|
207
|
+
}), e.AsyncIterator = AsyncIterator, e.async = function (t, r, n, o, i) {
|
|
208
|
+
void 0 === i && (i = Promise);
|
|
209
|
+
var a = new AsyncIterator(wrap(t, r, n, o), i);
|
|
210
|
+
return e.isGeneratorFunction(r) ? a : a.next().then(function (t) {
|
|
211
|
+
return t.done ? t.value : a.next();
|
|
212
|
+
});
|
|
213
|
+
}, defineIteratorMethods(g), define(g, u, "Generator"), define(g, a, function () {
|
|
214
|
+
return this;
|
|
215
|
+
}), define(g, "toString", function () {
|
|
216
|
+
return "[object Generator]";
|
|
217
|
+
}), e.keys = function (t) {
|
|
218
|
+
var e = Object(t),
|
|
219
|
+
r = [];
|
|
220
|
+
for (var n in e) r.push(n);
|
|
221
|
+
return r.reverse(), function next() {
|
|
222
|
+
for (; r.length;) {
|
|
223
|
+
var t = r.pop();
|
|
224
|
+
if (t in e) return next.value = t, next.done = !1, next;
|
|
225
|
+
}
|
|
226
|
+
return next.done = !0, next;
|
|
227
|
+
};
|
|
228
|
+
}, e.values = values, Context.prototype = {
|
|
229
|
+
constructor: Context,
|
|
230
|
+
reset: function (e) {
|
|
231
|
+
if (this.prev = 0, this.next = 0, this.sent = this._sent = t, this.done = !1, this.delegate = null, this.method = "next", this.arg = t, this.tryEntries.forEach(resetTryEntry), !e) for (var r in this) "t" === r.charAt(0) && n.call(this, r) && !isNaN(+r.slice(1)) && (this[r] = t);
|
|
232
|
+
},
|
|
233
|
+
stop: function () {
|
|
234
|
+
this.done = !0;
|
|
235
|
+
var t = this.tryEntries[0].completion;
|
|
236
|
+
if ("throw" === t.type) throw t.arg;
|
|
237
|
+
return this.rval;
|
|
238
|
+
},
|
|
239
|
+
dispatchException: function (e) {
|
|
240
|
+
if (this.done) throw e;
|
|
241
|
+
var r = this;
|
|
242
|
+
function handle(n, o) {
|
|
243
|
+
return a.type = "throw", a.arg = e, r.next = n, o && (r.method = "next", r.arg = t), !!o;
|
|
244
|
+
}
|
|
245
|
+
for (var o = this.tryEntries.length - 1; o >= 0; --o) {
|
|
246
|
+
var i = this.tryEntries[o],
|
|
247
|
+
a = i.completion;
|
|
248
|
+
if ("root" === i.tryLoc) return handle("end");
|
|
249
|
+
if (i.tryLoc <= this.prev) {
|
|
250
|
+
var c = n.call(i, "catchLoc"),
|
|
251
|
+
u = n.call(i, "finallyLoc");
|
|
252
|
+
if (c && u) {
|
|
253
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
254
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
255
|
+
} else if (c) {
|
|
256
|
+
if (this.prev < i.catchLoc) return handle(i.catchLoc, !0);
|
|
257
|
+
} else {
|
|
258
|
+
if (!u) throw Error("try statement without catch or finally");
|
|
259
|
+
if (this.prev < i.finallyLoc) return handle(i.finallyLoc);
|
|
260
|
+
}
|
|
261
|
+
}
|
|
262
|
+
}
|
|
263
|
+
},
|
|
264
|
+
abrupt: function (t, e) {
|
|
265
|
+
for (var r = this.tryEntries.length - 1; r >= 0; --r) {
|
|
266
|
+
var o = this.tryEntries[r];
|
|
267
|
+
if (o.tryLoc <= this.prev && n.call(o, "finallyLoc") && this.prev < o.finallyLoc) {
|
|
268
|
+
var i = o;
|
|
269
|
+
break;
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
i && ("break" === t || "continue" === t) && i.tryLoc <= e && e <= i.finallyLoc && (i = null);
|
|
273
|
+
var a = i ? i.completion : {};
|
|
274
|
+
return a.type = t, a.arg = e, i ? (this.method = "next", this.next = i.finallyLoc, y) : this.complete(a);
|
|
275
|
+
},
|
|
276
|
+
complete: function (t, e) {
|
|
277
|
+
if ("throw" === t.type) throw t.arg;
|
|
278
|
+
return "break" === t.type || "continue" === t.type ? this.next = t.arg : "return" === t.type ? (this.rval = this.arg = t.arg, this.method = "return", this.next = "end") : "normal" === t.type && e && (this.next = e), y;
|
|
279
|
+
},
|
|
280
|
+
finish: function (t) {
|
|
281
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
282
|
+
var r = this.tryEntries[e];
|
|
283
|
+
if (r.finallyLoc === t) return this.complete(r.completion, r.afterLoc), resetTryEntry(r), y;
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
catch: function (t) {
|
|
287
|
+
for (var e = this.tryEntries.length - 1; e >= 0; --e) {
|
|
288
|
+
var r = this.tryEntries[e];
|
|
289
|
+
if (r.tryLoc === t) {
|
|
290
|
+
var n = r.completion;
|
|
291
|
+
if ("throw" === n.type) {
|
|
292
|
+
var o = n.arg;
|
|
293
|
+
resetTryEntry(r);
|
|
294
|
+
}
|
|
295
|
+
return o;
|
|
296
|
+
}
|
|
297
|
+
}
|
|
298
|
+
throw Error("illegal catch attempt");
|
|
299
|
+
},
|
|
300
|
+
delegateYield: function (e, r, n) {
|
|
301
|
+
return this.delegate = {
|
|
302
|
+
iterator: values(e),
|
|
303
|
+
resultName: r,
|
|
304
|
+
nextLoc: n
|
|
305
|
+
}, "next" === this.method && (this.arg = t), y;
|
|
306
|
+
}
|
|
307
|
+
}, e;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
function asyncGeneratorStep(n, t, e, r, o, a, c) {
|
|
311
|
+
try {
|
|
312
|
+
var i = n[a](c),
|
|
313
|
+
u = i.value;
|
|
314
|
+
} catch (n) {
|
|
315
|
+
return void e(n);
|
|
316
|
+
}
|
|
317
|
+
i.done ? t(u) : Promise.resolve(u).then(r, o);
|
|
318
|
+
}
|
|
319
|
+
function _asyncToGenerator(n) {
|
|
320
|
+
return function () {
|
|
321
|
+
var t = this,
|
|
322
|
+
e = arguments;
|
|
323
|
+
return new Promise(function (r, o) {
|
|
324
|
+
var a = n.apply(t, e);
|
|
325
|
+
function _next(n) {
|
|
326
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "next", n);
|
|
327
|
+
}
|
|
328
|
+
function _throw(n) {
|
|
329
|
+
asyncGeneratorStep(a, r, o, _next, _throw, "throw", n);
|
|
330
|
+
}
|
|
331
|
+
_next(void 0);
|
|
332
|
+
});
|
|
333
|
+
};
|
|
334
|
+
}
|
|
335
|
+
|
|
336
|
+
/**
|
|
337
|
+
* Create a wallet adapter bound to a wagmi configuration
|
|
338
|
+
*
|
|
339
|
+
* @param wagmiConfig - The wagmi configuration
|
|
340
|
+
* @returns The wallet adapter
|
|
341
|
+
*
|
|
342
|
+
* @example ```ts
|
|
343
|
+
* import { createConfig } from "@compilot/web-sdk";
|
|
344
|
+
* import { createWagmiWalletAdapter } from "@compilot/web-sdk-wallet-wagmi";
|
|
345
|
+
* import { http, createConfig } from 'wagmi'
|
|
346
|
+
* import { mainnet, sepolia } from 'wagmi/chains'
|
|
347
|
+
*
|
|
348
|
+
* export const wagmiConfig = createConfig({
|
|
349
|
+
* chains: [mainnet, sepolia],
|
|
350
|
+
* transports: {
|
|
351
|
+
* [mainnet.id]: http(),
|
|
352
|
+
* [sepolia.id]: http(),
|
|
353
|
+
* },
|
|
354
|
+
* })
|
|
355
|
+
*
|
|
356
|
+
* const walletAdapter = createWagmiWalletAdapter(wagmiConfig);
|
|
357
|
+
* const config = createConfig({
|
|
358
|
+
* wallet: walletAdapter,
|
|
359
|
+
* /// ...
|
|
360
|
+
* });
|
|
361
|
+
* ```
|
|
362
|
+
*/
|
|
363
|
+
var createWagmiWalletAdapter = function createWagmiWalletAdapter(wagmiConfig) {
|
|
364
|
+
return {
|
|
365
|
+
namespace: "eip155",
|
|
366
|
+
isConnected: function isConnected() {
|
|
367
|
+
var _getAccount = actions.getAccount(wagmiConfig),
|
|
368
|
+
isConnected = _getAccount.isConnected;
|
|
369
|
+
return isConnected;
|
|
370
|
+
},
|
|
371
|
+
sign: function () {
|
|
372
|
+
var _sign = _asyncToGenerator(/*#__PURE__*/_regeneratorRuntime().mark(function _callee(data) {
|
|
373
|
+
var _getAccount2, address, signature;
|
|
374
|
+
return _regeneratorRuntime().wrap(function _callee$(_context) {
|
|
375
|
+
while (1) switch (_context.prev = _context.next) {
|
|
376
|
+
case 0:
|
|
377
|
+
_getAccount2 = actions.getAccount(wagmiConfig), address = _getAccount2.address;
|
|
378
|
+
if (address) {
|
|
379
|
+
_context.next = 3;
|
|
380
|
+
break;
|
|
381
|
+
}
|
|
382
|
+
throw new Error("Missing address");
|
|
383
|
+
case 3:
|
|
384
|
+
_context.next = 5;
|
|
385
|
+
return actions.signMessage(wagmiConfig, {
|
|
386
|
+
message: data.message
|
|
387
|
+
});
|
|
388
|
+
case 5:
|
|
389
|
+
signature = _context.sent;
|
|
390
|
+
return _context.abrupt("return", {
|
|
391
|
+
signature: signature,
|
|
392
|
+
signerPublicKey: address,
|
|
393
|
+
message: data.message,
|
|
394
|
+
signedMessage: data.message
|
|
395
|
+
});
|
|
396
|
+
case 7:
|
|
397
|
+
case "end":
|
|
398
|
+
return _context.stop();
|
|
399
|
+
}
|
|
400
|
+
}, _callee);
|
|
401
|
+
}));
|
|
402
|
+
function sign(_x) {
|
|
403
|
+
return _sign.apply(this, arguments);
|
|
404
|
+
}
|
|
405
|
+
return sign;
|
|
406
|
+
}(),
|
|
407
|
+
getAddress: function getAddress() {
|
|
408
|
+
var _getAccount3 = actions.getAccount(wagmiConfig),
|
|
409
|
+
address = _getAccount3.address;
|
|
410
|
+
return address;
|
|
411
|
+
},
|
|
412
|
+
getBlockchainId: function getBlockchainId() {
|
|
413
|
+
var number = actions.getChainId(wagmiConfig);
|
|
414
|
+
return identitySchemas.EvmChainId.parse("".concat(number));
|
|
415
|
+
}
|
|
416
|
+
};
|
|
417
|
+
};
|
|
418
|
+
|
|
419
|
+
exports.createWagmiWalletAdapter = createWagmiWalletAdapter;
|