@dzapio/sdk 2.0.13 → 2.0.15

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.
@@ -29,7 +29,16 @@ export declare const arthera: {
29
29
  sourceId?: number | undefined | undefined;
30
30
  testnet?: boolean | undefined | undefined;
31
31
  custom?: Record<string, unknown> | undefined;
32
+ extendSchema?: Record<string, unknown> | undefined;
32
33
  fees?: import("viem").ChainFees<undefined> | undefined;
33
34
  formatters?: undefined;
35
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
36
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
37
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
38
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
39
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
40
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
41
+ }] | undefined;
34
42
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
43
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
35
44
  };
@@ -29,7 +29,16 @@ export declare const fiveIre: {
29
29
  sourceId?: number | undefined | undefined;
30
30
  testnet?: boolean | undefined | undefined;
31
31
  custom?: Record<string, unknown> | undefined;
32
+ extendSchema?: Record<string, unknown> | undefined;
32
33
  fees?: import("viem").ChainFees<undefined> | undefined;
33
34
  formatters?: undefined;
35
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
36
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
37
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
38
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
39
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
40
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
41
+ }] | undefined;
34
42
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
43
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
35
44
  };
@@ -29,7 +29,16 @@ export declare const hyperEvm: {
29
29
  sourceId?: number | undefined | undefined;
30
30
  testnet?: boolean | undefined | undefined;
31
31
  custom?: Record<string, unknown> | undefined;
32
+ extendSchema?: Record<string, unknown> | undefined;
32
33
  fees?: import("viem").ChainFees<undefined> | undefined;
33
34
  formatters?: undefined;
35
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
36
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
37
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
38
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
39
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
40
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
41
+ }] | undefined;
34
42
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
43
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
35
44
  };
@@ -29,7 +29,16 @@ export declare const hyperliquid: {
29
29
  sourceId?: number | undefined | undefined;
30
30
  testnet?: boolean | undefined | undefined;
31
31
  custom?: Record<string, unknown> | undefined;
32
+ extendSchema?: Record<string, unknown> | undefined;
32
33
  fees?: import("viem").ChainFees<undefined> | undefined;
33
34
  formatters?: undefined;
35
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
36
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
37
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
38
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
39
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
40
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
41
+ }] | undefined;
34
42
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
43
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
35
44
  };
@@ -29,7 +29,16 @@ export declare const pushTestnet: {
29
29
  sourceId?: number | undefined | undefined;
30
30
  testnet?: boolean | undefined | undefined;
31
31
  custom?: Record<string, unknown> | undefined;
32
+ extendSchema?: Record<string, unknown> | undefined;
32
33
  fees?: import("viem").ChainFees<undefined> | undefined;
33
34
  formatters?: undefined;
35
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
36
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
37
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
38
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
39
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
40
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
41
+ }] | undefined;
34
42
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
43
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
35
44
  };
@@ -30,7 +30,16 @@ export declare const stableChain: {
30
30
  sourceId?: number | undefined | undefined;
31
31
  testnet?: boolean | undefined | undefined;
32
32
  custom?: Record<string, unknown> | undefined;
33
+ extendSchema?: Record<string, unknown> | undefined;
33
34
  fees?: import("viem").ChainFees<undefined> | undefined;
34
35
  formatters?: undefined;
36
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
37
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
38
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
39
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
40
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
41
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
42
+ }] | undefined;
35
43
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
44
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
36
45
  };
@@ -4,6 +4,7 @@ export { fiveIre } from './definitions/fiveIre';
4
4
  export { hyperEvm } from './definitions/hyperEvm';
5
5
  export { hyperliquid } from './definitions/hyperliquid';
6
6
  export { stableChain } from './definitions/stable';
7
+ export { pushTestnet } from './definitions/pushTestnet';
7
8
  export declare const customViemChains: ({
8
9
  blockExplorers: {
9
10
  readonly default: {
@@ -35,9 +36,18 @@ export declare const customViemChains: ({
35
36
  sourceId?: number | undefined | undefined;
36
37
  testnet?: boolean | undefined | undefined;
37
38
  custom?: Record<string, unknown> | undefined;
39
+ extendSchema?: Record<string, unknown> | undefined;
38
40
  fees?: import("viem").ChainFees<undefined> | undefined;
39
41
  formatters?: undefined;
42
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
43
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
44
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
45
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
46
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
47
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
48
+ }] | undefined;
40
49
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
50
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
41
51
  } | {
42
52
  blockExplorers: {
43
53
  readonly default: {
@@ -69,9 +79,18 @@ export declare const customViemChains: ({
69
79
  sourceId?: number | undefined | undefined;
70
80
  testnet?: boolean | undefined | undefined;
71
81
  custom?: Record<string, unknown> | undefined;
82
+ extendSchema?: Record<string, unknown> | undefined;
72
83
  fees?: import("viem").ChainFees<undefined> | undefined;
73
84
  formatters?: undefined;
85
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
86
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
87
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
88
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
89
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
90
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
91
+ }] | undefined;
74
92
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
93
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
75
94
  } | {
76
95
  blockExplorers: {
77
96
  readonly default: {
@@ -103,9 +122,18 @@ export declare const customViemChains: ({
103
122
  sourceId?: number | undefined | undefined;
104
123
  testnet?: boolean | undefined | undefined;
105
124
  custom?: Record<string, unknown> | undefined;
125
+ extendSchema?: Record<string, unknown> | undefined;
106
126
  fees?: import("viem").ChainFees<undefined> | undefined;
107
127
  formatters?: undefined;
128
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
129
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
130
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
131
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
132
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
133
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
134
+ }] | undefined;
108
135
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
136
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
109
137
  } | {
110
138
  blockExplorers: {
111
139
  readonly default: {
@@ -137,9 +165,18 @@ export declare const customViemChains: ({
137
165
  sourceId?: number | undefined | undefined;
138
166
  testnet?: boolean | undefined | undefined;
139
167
  custom?: Record<string, unknown> | undefined;
168
+ extendSchema?: Record<string, unknown> | undefined;
140
169
  fees?: import("viem").ChainFees<undefined> | undefined;
141
170
  formatters?: undefined;
171
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
172
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
173
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
174
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
175
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
176
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
177
+ }] | undefined;
142
178
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
179
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
143
180
  } | {
144
181
  blockExplorers: {
145
182
  readonly default: {
@@ -172,8 +209,60 @@ export declare const customViemChains: ({
172
209
  sourceId?: number | undefined | undefined;
173
210
  testnet?: boolean | undefined | undefined;
174
211
  custom?: Record<string, unknown> | undefined;
212
+ extendSchema?: Record<string, unknown> | undefined;
175
213
  fees?: import("viem").ChainFees<undefined> | undefined;
176
214
  formatters?: undefined;
215
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
216
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
217
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
218
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
219
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
220
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
221
+ }] | undefined;
177
222
  serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
223
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
224
+ } | {
225
+ blockExplorers: {
226
+ readonly default: {
227
+ readonly name: "Push Testnet Scan";
228
+ readonly url: "https://donut.push.network";
229
+ };
230
+ };
231
+ blockTime?: number | undefined | undefined;
232
+ contracts: {
233
+ readonly multicall3: {
234
+ readonly address: "0xd74bAE15b413e0a90A7B2C1723F4A9c15cb49f73";
235
+ readonly blockCreated: 209259;
236
+ };
237
+ };
238
+ ensTlds?: readonly string[] | undefined;
239
+ id: 42101;
240
+ name: "Push Testnet";
241
+ nativeCurrency: {
242
+ readonly decimals: 18;
243
+ readonly name: "PC";
244
+ readonly symbol: "PC";
245
+ };
246
+ experimental_preconfirmationTime?: number | undefined | undefined;
247
+ rpcUrls: {
248
+ readonly default: {
249
+ readonly http: readonly ["https://evm.rpc-testnet-donut-node1.push.org"];
250
+ };
251
+ };
252
+ sourceId?: number | undefined | undefined;
253
+ testnet?: boolean | undefined | undefined;
254
+ custom?: Record<string, unknown> | undefined;
255
+ extendSchema?: Record<string, unknown> | undefined;
256
+ fees?: import("viem").ChainFees<undefined> | undefined;
257
+ formatters?: undefined;
258
+ prepareTransactionRequest?: ((args: import("viem").PrepareTransactionRequestParameters, options: {
259
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
260
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | [fn: ((args: import("viem").PrepareTransactionRequestParameters, options: {
261
+ phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
262
+ }) => Promise<import("viem").PrepareTransactionRequestParameters>) | undefined, options: {
263
+ runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
264
+ }] | undefined;
265
+ serializers?: import("viem").ChainSerializers<undefined, import("viem").TransactionSerializable> | undefined;
266
+ verifyHash?: ((client: import("viem").Client, parameters: import("viem").VerifyHashActionParameters) => Promise<import("viem").VerifyHashActionReturnType>) | undefined;
178
267
  })[];
179
268
  export declare const viemChainsById: Record<number, viemChains.Chain>;