@coinbase/cdp-core 0.0.38 → 0.0.39

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.
Files changed (87) hide show
  1. package/dist/esm/index.native100.js +115 -18
  2. package/dist/esm/index.native101.js +9 -117
  3. package/dist/esm/index.native104.js +18 -13
  4. package/dist/esm/index.native105.js +27 -35
  5. package/dist/esm/index.native106.js +7 -41
  6. package/dist/esm/index.native107.js +11 -18
  7. package/dist/esm/index.native108.js +13 -28
  8. package/dist/esm/index.native109.js +10 -8
  9. package/dist/esm/index.native110.js +17 -11
  10. package/dist/esm/index.native111.js +80 -12
  11. package/dist/esm/index.native112.js +13 -10
  12. package/dist/esm/index.native113.js +36 -17
  13. package/dist/esm/index.native114.js +40 -79
  14. package/dist/esm/index.native32.js +1 -1
  15. package/dist/esm/index.native83.js +6 -6
  16. package/dist/esm/index.native95.js +21 -10
  17. package/dist/esm/index.native96.js +10 -21
  18. package/dist/esm/index.native97.js +19 -9
  19. package/dist/esm/index.native98.js +89 -15
  20. package/dist/esm/index.native99.js +19 -92
  21. package/dist/esm/index.web100.js +73 -112
  22. package/dist/esm/index.web12.js +1 -1
  23. package/dist/esm/index.web24.js +940 -149
  24. package/dist/esm/index.web25.js +2 -48
  25. package/dist/esm/index.web26.js +43 -243
  26. package/dist/esm/index.web27.js +27 -55
  27. package/dist/esm/index.web28.js +149 -940
  28. package/dist/esm/index.web29.js +48 -2
  29. package/dist/esm/index.web30.js +243 -43
  30. package/dist/esm/index.web31.js +55 -27
  31. package/dist/esm/index.web59.js +1 -1
  32. package/dist/esm/index.web60.js +1 -1
  33. package/dist/esm/index.web7.js +4 -4
  34. package/dist/esm/index.web82.js +6 -6
  35. package/dist/esm/index.web87.js +21 -2
  36. package/dist/esm/index.web88.js +2 -21
  37. package/dist/esm/index.web91.js +1 -1
  38. package/dist/esm/index.web94.js +19 -77
  39. package/dist/esm/index.web95.js +10 -21
  40. package/dist/esm/index.web96.js +19 -9
  41. package/dist/esm/index.web97.js +89 -15
  42. package/dist/esm/index.web98.js +19 -92
  43. package/dist/esm/index.web99.js +115 -18
  44. package/dist/native/index.native100.js +115 -18
  45. package/dist/native/index.native101.js +9 -117
  46. package/dist/native/index.native104.js +18 -13
  47. package/dist/native/index.native105.js +27 -35
  48. package/dist/native/index.native106.js +7 -41
  49. package/dist/native/index.native107.js +11 -18
  50. package/dist/native/index.native108.js +13 -28
  51. package/dist/native/index.native109.js +10 -8
  52. package/dist/native/index.native110.js +17 -11
  53. package/dist/native/index.native111.js +80 -12
  54. package/dist/native/index.native112.js +13 -10
  55. package/dist/native/index.native113.js +36 -17
  56. package/dist/native/index.native114.js +40 -79
  57. package/dist/native/index.native32.js +1 -1
  58. package/dist/native/index.native83.js +6 -6
  59. package/dist/native/index.native95.js +21 -10
  60. package/dist/native/index.native96.js +10 -21
  61. package/dist/native/index.native97.js +19 -9
  62. package/dist/native/index.native98.js +89 -15
  63. package/dist/native/index.native99.js +19 -92
  64. package/dist/web/index.web100.js +73 -112
  65. package/dist/web/index.web12.js +1 -1
  66. package/dist/web/index.web24.js +940 -149
  67. package/dist/web/index.web25.js +2 -48
  68. package/dist/web/index.web26.js +43 -243
  69. package/dist/web/index.web27.js +27 -55
  70. package/dist/web/index.web28.js +149 -940
  71. package/dist/web/index.web29.js +48 -2
  72. package/dist/web/index.web30.js +243 -43
  73. package/dist/web/index.web31.js +55 -27
  74. package/dist/web/index.web59.js +1 -1
  75. package/dist/web/index.web60.js +1 -1
  76. package/dist/web/index.web7.js +4 -4
  77. package/dist/web/index.web82.js +6 -6
  78. package/dist/web/index.web87.js +21 -2
  79. package/dist/web/index.web88.js +2 -21
  80. package/dist/web/index.web91.js +1 -1
  81. package/dist/web/index.web94.js +19 -77
  82. package/dist/web/index.web95.js +10 -21
  83. package/dist/web/index.web96.js +19 -9
  84. package/dist/web/index.web97.js +89 -15
  85. package/dist/web/index.web98.js +19 -92
  86. package/dist/web/index.web99.js +115 -18
  87. package/package.json +2 -2
@@ -1,50 +1,4 @@
1
- class n {
2
- events = {};
3
- /**
4
- * Add an event listener.
5
- *
6
- * @param event - The name of the event to listen for.
7
- * @param listener - The function to call when the event is emitted.
8
- */
9
- on(e, s) {
10
- this.events[e] || (this.events[e] = []), this.events[e].push(s);
11
- }
12
- /**
13
- * Remove an event listener.
14
- *
15
- * @param event - The name of the event to remove the listener from.
16
- * @param listener - The function to remove from the event listeners.
17
- */
18
- removeListener(e, s) {
19
- if (!this.events[e])
20
- return;
21
- const t = this.events[e].indexOf(s);
22
- t > -1 && this.events[e].splice(t, 1);
23
- }
24
- /**
25
- * Emit an event.
26
- *
27
- * @param event - The name of the event to emit.
28
- * @param args - The arguments to pass to the event listeners.
29
- */
30
- emit(e, ...s) {
31
- this.events[e] && this.events[e].forEach((t) => {
32
- try {
33
- t(...s);
34
- } catch (i) {
35
- console.error(`Error in event listener for ${e}:`, i);
36
- }
37
- });
38
- }
39
- /**
40
- * Remove all listeners for an event.
41
- *
42
- * @param event - The name of the event to remove all listeners from. If not provided, removes all listeners for all events.
43
- */
44
- removeAllListeners(e) {
45
- e ? delete this.events[e] : this.events = {};
46
- }
47
- }
1
+ var r = {};
48
2
  export {
49
- n as EventEmitter
3
+ r as __exports
50
4
  };
@@ -1,252 +1,52 @@
1
- import { Hex as P } from "ox";
2
- import { toHex as f, createWalletClient as A } from "viem";
3
- import { getUserOperation as T, sendUserOperation as R, signEvmTypedData as U, signEvmHash as x, getCurrentUser as v, signOut as O, sendEvmTransaction as b, signEvmTransaction as D, signEvmMessage as H } from "./index.web5.js";
4
- import "@coinbase/cdp-api-client";
5
- import "./index.web7.js";
6
- import { validateUserConnected as g, RPCRequestError as i, STANDARD_ERROR_CODES as s, validateUserHasEvmSmartAccount as S, validateUserOwnsAddress as l, EIP1193ProviderError as p, validateUserHasEvmAccount as F } from "./index.web8.js";
7
- import "zustand";
8
- import { userOperationChainIdToNameMapping as m, isChainIdSupportedForCDPUserOps as I, isChainIdSupportedForCDPSends as N, sendTransactionChainIdToNameMapping as j, userOperationNameToChainIdMapping as q } from "./index.web17.js";
9
- function w(e) {
10
- return {
11
- to: e.to,
12
- data: e.data,
13
- value: e.value ? BigInt(e.value) : void 0,
14
- nonce: e.nonce ? Number(e.nonce) : void 0,
15
- gas: e.gas ? BigInt(e.gas) : void 0,
16
- maxFeePerGas: e.maxFeePerGas ? BigInt(e.maxFeePerGas) : void 0,
17
- maxPriorityFeePerGas: e.maxPriorityFeePerGas ? BigInt(e.maxPriorityFeePerGas) : void 0,
18
- type: "eip1559"
19
- };
20
- }
21
- function G(e) {
22
- return e.map((t) => ({
23
- to: t.to,
24
- data: t.data,
25
- value: t.value ? BigInt(t.value) : void 0
26
- }));
27
- }
28
- function M(e) {
29
- return {
30
- atomic: !0,
31
- chainId: f(q[e.network] ?? 0),
32
- id: e.userOpHash,
33
- status: B(e.status),
34
- version: "1"
35
- };
36
- }
37
- function B(e) {
38
- switch (e) {
39
- case "dropped":
40
- case "failed":
41
- return 400;
42
- case "complete":
43
- return 200;
44
- default:
45
- return 100;
1
+ import { __exports as F } from "./index.web35.js";
2
+ var A;
3
+ function _() {
4
+ if (A) return F;
5
+ A = 1, F.byteLength = y, F.toByteArray = C, F.fromByteArray = B;
6
+ for (var c = [], n = [], l = typeof Uint8Array < "u" ? Uint8Array : Array, d = "ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/", s = 0, p = d.length; s < p; ++s)
7
+ c[s] = d[s], n[d.charCodeAt(s)] = s;
8
+ n[45] = 62, n[95] = 63;
9
+ function x(r) {
10
+ var e = r.length;
11
+ if (e % 4 > 0)
12
+ throw new Error("Invalid string. Length must be a multiple of 4");
13
+ var a = r.indexOf("=");
14
+ a === -1 && (a = e);
15
+ var o = a === e ? 0 : 4 - a % 4;
16
+ return [a, o];
46
17
  }
47
- }
48
- async function Q() {
49
- return (await v())?.evmAccounts || [];
50
- }
51
- async function X(e, t) {
52
- const n = await g();
53
- return e.emit("connect", {
54
- chainId: P.fromNumber(t.getState().chainId)
55
- }), n.evmAccounts || [];
56
- }
57
- async function Y(e) {
58
- const [t, n] = e;
59
- await l(n);
60
- const a = Buffer.from(t.slice(2), "hex").toString();
61
- try {
62
- return (await H({
63
- evmAccount: n,
64
- message: a
65
- })).signature;
66
- } catch (o) {
67
- throw new p(
68
- s.provider.userRejectedRequest,
69
- o instanceof Error ? o.message : "Signing failed"
70
- );
18
+ function y(r) {
19
+ var e = x(r), a = e[0], o = e[1];
20
+ return (a + o) * 3 / 4 - o;
71
21
  }
72
- }
73
- async function Z(e) {
74
- const [t, n] = e;
75
- await l(t);
76
- try {
77
- return (await U({
78
- evmAccount: t,
79
- typedData: JSON.parse(n)
80
- })).signature;
81
- } catch (a) {
82
- throw new p(
83
- s.provider.userRejectedRequest,
84
- a instanceof Error ? a.message : "Signing failed"
85
- );
22
+ function i(r, e, a) {
23
+ return (e + a) * 3 / 4 - a;
86
24
  }
87
- }
88
- async function ee(e, t, n) {
89
- const [a] = e;
90
- if (!a || typeof a != "object")
91
- throw new i(
92
- s.rpc.invalidParams,
93
- "Transaction parameter must be an object"
94
- );
95
- if (!a.to)
96
- throw new i(
97
- s.rpc.invalidParams,
98
- "Transaction must include 'to' field"
99
- );
100
- const d = (await F()).evmAccounts?.[0], c = t.getState(), r = a.chainId ? Number(a.chainId) : c.chainId;
101
- if (!d)
102
- throw new i(
103
- s.rpc.invalidParams,
104
- "User does not have an EVM account"
105
- );
106
- if (N(r))
107
- try {
108
- return (await b({
109
- evmAccount: d,
110
- transaction: { ...w(a), chainId: r },
111
- network: j[r]
112
- })).transactionHash;
113
- } catch (u) {
114
- throw console.log("Transaction failed", u), new i(
115
- s.rpc.transactionRejected,
116
- u instanceof Error ? u.message : "Transaction failed"
117
- );
118
- }
119
- else
120
- try {
121
- const u = A({
122
- // Safe as we check before calling this handler that chainId is configured
123
- chain: c.chains.find((h) => h.id === r),
124
- transport: n[r],
125
- account: d
126
- }), y = c.chains.find((h) => h.id === r), C = await u.prepareTransactionRequest({
127
- ...w(a),
128
- chain: y
129
- }), E = await D({
130
- evmAccount: d,
131
- transaction: {
132
- ...C,
133
- type: "eip1559"
134
- }
135
- });
136
- return await u.sendRawTransaction({
137
- serializedTransaction: E.signedTransaction
138
- });
139
- } catch (u) {
140
- throw new i(
141
- s.rpc.transactionRejected,
142
- u instanceof Error ? u.message : "Transaction failed"
143
- );
144
- }
145
- }
146
- async function te(e) {
147
- const [t, n] = e;
148
- await l(n);
149
- try {
150
- return (await x({
151
- evmAccount: n,
152
- hash: t
153
- })).signature;
154
- } catch (a) {
155
- throw new p(
156
- s.provider.userRejectedRequest,
157
- a instanceof Error ? a.message : "Signing failed"
158
- );
25
+ function C(r) {
26
+ var e, a = x(r), o = a[0], v = a[1], t = new l(i(r, o, v)), h = 0, u = v > 0 ? o - 4 : o, f;
27
+ for (f = 0; f < u; f += 4)
28
+ e = n[r.charCodeAt(f)] << 18 | n[r.charCodeAt(f + 1)] << 12 | n[r.charCodeAt(f + 2)] << 6 | n[r.charCodeAt(f + 3)], t[h++] = e >> 16 & 255, t[h++] = e >> 8 & 255, t[h++] = e & 255;
29
+ return v === 2 && (e = n[r.charCodeAt(f)] << 2 | n[r.charCodeAt(f + 1)] >> 4, t[h++] = e & 255), v === 1 && (e = n[r.charCodeAt(f)] << 10 | n[r.charCodeAt(f + 1)] << 4 | n[r.charCodeAt(f + 2)] >> 2, t[h++] = e >> 8 & 255, t[h++] = e & 255), t;
159
30
  }
160
- }
161
- async function ae(e) {
162
- return `0x${e.getState().chainId.toString(16)}`;
163
- }
164
- async function ne() {
165
- await v() && await O();
166
- }
167
- function re(e, t) {
168
- const n = Number.parseInt(e[0].chainId, 16);
169
- t.getState().setChainId(n);
170
- }
171
- async function se(e, t) {
172
- const n = e[0].calls, o = (await S()).evmSmartAccounts?.[0], c = t.getState().chainId;
173
- if (!o)
174
- throw new i(
175
- s.rpc.invalidParams,
176
- "User does not have an EVM smart account"
177
- );
178
- if (!I(c))
179
- throw new i(
180
- s.rpc.invalidParams,
181
- "Chain ID is not supported for user operations"
182
- );
183
- try {
184
- return (await R({
185
- evmSmartAccount: o,
186
- calls: G(n),
187
- network: m[c]
188
- })).userOperationHash;
189
- } catch (r) {
190
- throw console.log("User operation failed", r), new i(
191
- s.rpc.transactionRejected,
192
- r instanceof Error ? r.message : "User operation failed"
193
- );
31
+ function L(r) {
32
+ return c[r >> 18 & 63] + c[r >> 12 & 63] + c[r >> 6 & 63] + c[r & 63];
194
33
  }
195
- }
196
- async function oe(e, t) {
197
- const n = e[0], o = (await S()).evmSmartAccounts?.[0], c = t.getState().chainId;
198
- if (!o)
199
- throw new i(
200
- s.rpc.invalidParams,
201
- "User does not have an EVM smart account"
202
- );
203
- if (!I(c) || !m[c])
204
- throw new i(
205
- s.rpc.invalidParams,
206
- "Chain ID is not supported for user operations"
207
- );
208
- try {
209
- const r = await T({
210
- userOperationHash: n,
211
- evmSmartAccount: o,
212
- network: m[c]
213
- });
214
- return M(r);
215
- } catch (r) {
216
- throw console.log("Failed to get user operation status", r), new i(
217
- s.rpc.internal,
218
- "Failed to get user operation status"
219
- );
34
+ function g(r, e, a) {
35
+ for (var o, v = [], t = e; t < a; t += 3)
36
+ o = (r[t] << 16 & 16711680) + (r[t + 1] << 8 & 65280) + (r[t + 2] & 255), v.push(L(o));
37
+ return v.join("");
220
38
  }
221
- }
222
- async function ie() {
223
- const e = await g();
224
- if (!e)
225
- throw new i(s.rpc.invalidParams, "User is not connected");
226
- return !e.evmSmartAccounts?.length ? {} : Object.keys(m).reduce(
227
- (a, o) => {
228
- const d = f(Number(o));
229
- return a[d] = {
230
- atomic: { status: "supported" },
231
- paymasterService: { supported: !0 }
232
- }, a;
233
- },
234
- {}
235
- );
39
+ function B(r) {
40
+ for (var e, a = r.length, o = a % 3, v = [], t = 16383, h = 0, u = a - o; h < u; h += t)
41
+ v.push(g(r, h, h + t > u ? u : h + t));
42
+ return o === 1 ? (e = r[a - 1], v.push(
43
+ c[e >> 2] + c[e << 4 & 63] + "=="
44
+ )) : o === 2 && (e = (r[a - 2] << 8) + r[a - 1], v.push(
45
+ c[e >> 10] + c[e >> 4 & 63] + c[e << 2 & 63] + "="
46
+ )), v.join("");
47
+ }
48
+ return F;
236
49
  }
237
50
  export {
238
- Q as handleAccounts,
239
- ae as handleChainId,
240
- ne as handleDisconnect,
241
- te as handleEthSign,
242
- oe as handleGetCallsStatus,
243
- ie as handleGetCapabilities,
244
- Y as handlePersonalSign,
245
- X as handleRequestAccounts,
246
- se as handleSendCalls,
247
- ee as handleSendTransaction,
248
- Z as handleSignTypedData,
249
- re as handleSwitchEthereumChain,
250
- G as shimProviderCallsRequest,
251
- w as shimProviderTxRequest
51
+ _ as __require
252
52
  };
@@ -1,58 +1,30 @@
1
- import { chainConfig as a } from "./index.web101.js";
2
- import { defineChain as t } from "./index.web37.js";
3
- const e = 11155111, r = /* @__PURE__ */ t({
4
- ...a,
5
- id: 84532,
6
- network: "base-sepolia",
7
- name: "Base Sepolia",
8
- nativeCurrency: { name: "Sepolia Ether", symbol: "ETH", decimals: 18 },
9
- rpcUrls: {
10
- default: {
11
- http: ["https://sepolia.base.org"]
1
+ import { __exports as n } from "./index.web36.js";
2
+ /*! ieee754. BSD-3-Clause License. Feross Aboukhadijeh <https://feross.org/opensource> */
3
+ var d;
4
+ function q() {
5
+ return d ? n : (d = 1, n.read = function(s, a, N, w, M) {
6
+ var t, r, h = M * 8 - w - 1, e = (1 << h) - 1, f = e >> 1, i = -7, o = N ? M - 1 : 0, x = N ? -1 : 1, p = s[a + o];
7
+ for (o += x, t = p & (1 << -i) - 1, p >>= -i, i += h; i > 0; t = t * 256 + s[a + o], o += x, i -= 8)
8
+ ;
9
+ for (r = t & (1 << -i) - 1, t >>= -i, i += w; i > 0; r = r * 256 + s[a + o], o += x, i -= 8)
10
+ ;
11
+ if (t === 0)
12
+ t = 1 - f;
13
+ else {
14
+ if (t === e)
15
+ return r ? NaN : (p ? -1 : 1) * (1 / 0);
16
+ r = r + Math.pow(2, w), t = t - f;
12
17
  }
13
- },
14
- blockExplorers: {
15
- default: {
16
- name: "Basescan",
17
- url: "https://sepolia.basescan.org",
18
- apiUrl: "https://api-sepolia.basescan.org/api"
19
- }
20
- },
21
- contracts: {
22
- ...a.contracts,
23
- disputeGameFactory: {
24
- [e]: {
25
- address: "0xd6E6dBf4F7EA0ac412fD8b65ED297e64BB7a06E1"
26
- }
27
- },
28
- l2OutputOracle: {
29
- [e]: {
30
- address: "0x84457ca9D0163FbC4bbfe4Dfbb20ba46e48DF254"
31
- }
32
- },
33
- portal: {
34
- [e]: {
35
- address: "0x49f53e41452c74589e85ca1677426ba426459e85",
36
- blockCreated: 4446677
37
- }
38
- },
39
- l1StandardBridge: {
40
- [e]: {
41
- address: "0xfd0Bf71F60660E2f608ed56e1659C450eB113120",
42
- blockCreated: 4446677
43
- }
44
- },
45
- multicall3: {
46
- address: "0xca11bde05977b3631167028862be2a173976ca11",
47
- blockCreated: 1059647
48
- }
49
- },
50
- testnet: !0,
51
- sourceId: e
52
- });
53
- ({
54
- ...r
55
- });
18
+ return (p ? -1 : 1) * r * Math.pow(2, t - w);
19
+ }, n.write = function(s, a, N, w, M, t) {
20
+ var r, h, e, f = t * 8 - M - 1, i = (1 << f) - 1, o = i >> 1, x = M === 23 ? Math.pow(2, -24) - Math.pow(2, -77) : 0, p = w ? 0 : t - 1, c = w ? 1 : -1, I = a < 0 || a === 0 && 1 / a < 0 ? 1 : 0;
21
+ for (a = Math.abs(a), isNaN(a) || a === 1 / 0 ? (h = isNaN(a) ? 1 : 0, r = i) : (r = Math.floor(Math.log(a) / Math.LN2), a * (e = Math.pow(2, -r)) < 1 && (r--, e *= 2), r + o >= 1 ? a += x / e : a += x * Math.pow(2, 1 - o), a * e >= 2 && (r++, e /= 2), r + o >= i ? (h = 0, r = i) : r + o >= 1 ? (h = (a * e - 1) * Math.pow(2, M), r = r + o) : (h = a * Math.pow(2, o - 1) * Math.pow(2, M), r = 0)); M >= 8; s[N + p] = h & 255, p += c, h /= 256, M -= 8)
22
+ ;
23
+ for (r = r << M | h, f += M; f > 0; s[N + p] = r & 255, p += c, r /= 256, f -= 8)
24
+ ;
25
+ s[N + p - c] |= I * 128;
26
+ }, n);
27
+ }
56
28
  export {
57
- r as baseSepolia
29
+ q as __require
58
30
  };