tempo.ts 0.0.5 → 0.1.0
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/chains.d.ts +244 -541
- package/dist/chains.d.ts.map +1 -1
- package/dist/chains.js +10 -23
- package/dist/chains.js.map +1 -1
- package/dist/index.js.map +1 -1
- package/dist/ox/SignatureEnvelope.d.ts +245 -0
- package/dist/ox/SignatureEnvelope.d.ts.map +1 -0
- package/dist/ox/SignatureEnvelope.js +437 -0
- package/dist/ox/SignatureEnvelope.js.map +1 -0
- package/dist/ox/Transaction.d.ts +61 -24
- package/dist/ox/Transaction.d.ts.map +1 -1
- package/dist/ox/Transaction.js +63 -18
- package/dist/ox/Transaction.js.map +1 -1
- package/dist/ox/TransactionEnvelopeAA.d.ts +461 -0
- package/dist/ox/TransactionEnvelopeAA.d.ts.map +1 -0
- package/dist/ox/TransactionEnvelopeAA.js +528 -0
- package/dist/ox/TransactionEnvelopeAA.js.map +1 -0
- package/dist/ox/TransactionRequest.d.ts +7 -5
- package/dist/ox/TransactionRequest.d.ts.map +1 -1
- package/dist/ox/TransactionRequest.js +21 -12
- package/dist/ox/TransactionRequest.js.map +1 -1
- package/dist/ox/index.d.ts +5 -4
- package/dist/ox/index.d.ts.map +1 -1
- package/dist/ox/index.js +5 -4
- package/dist/ox/index.js.map +1 -1
- package/dist/prool/Instance.d.ts +0 -4
- package/dist/prool/Instance.d.ts.map +1 -1
- package/dist/prool/Instance.js +7 -7
- package/dist/prool/Instance.js.map +1 -1
- package/dist/prool/index.d.ts +1 -1
- package/dist/prool/index.d.ts.map +1 -1
- package/dist/prool/index.js +1 -1
- package/dist/prool/index.js.map +1 -1
- package/dist/viem/{abis.d.ts → Abis.d.ts} +523 -9
- package/dist/viem/Abis.d.ts.map +1 -0
- package/dist/viem/{abis.js → Abis.js} +321 -9
- package/dist/viem/Abis.js.map +1 -0
- package/dist/viem/{actions → Actions}/amm.d.ts +21 -21
- package/dist/viem/Actions/amm.d.ts.map +1 -0
- package/dist/viem/{actions → Actions}/amm.js +55 -43
- package/dist/viem/Actions/amm.js.map +1 -0
- package/dist/viem/Actions/dex.d.ts +3263 -0
- package/dist/viem/Actions/dex.d.ts.map +1 -0
- package/dist/viem/Actions/dex.js +1357 -0
- package/dist/viem/Actions/dex.js.map +1 -0
- package/dist/viem/{actions → Actions}/fee.d.ts +8 -8
- package/dist/viem/Actions/fee.d.ts.map +1 -0
- package/dist/viem/{actions → Actions}/fee.js +14 -13
- package/dist/viem/Actions/fee.js.map +1 -0
- package/dist/viem/Actions/index.d.ts +6 -0
- package/dist/viem/Actions/index.d.ts.map +1 -0
- package/dist/viem/Actions/index.js +6 -0
- package/dist/viem/Actions/index.js.map +1 -0
- package/dist/viem/{actions → Actions}/policy.d.ts +19 -19
- package/dist/viem/Actions/policy.d.ts.map +1 -0
- package/dist/viem/{actions → Actions}/policy.js +59 -46
- package/dist/viem/Actions/policy.js.map +1 -0
- package/dist/viem/{actions → Actions}/token.d.ts +3251 -707
- package/dist/viem/Actions/token.d.ts.map +1 -0
- package/dist/viem/{actions → Actions}/token.js +420 -88
- package/dist/viem/Actions/token.js.map +1 -0
- package/dist/viem/Addresses.d.ts +9 -0
- package/dist/viem/Addresses.d.ts.map +1 -0
- package/dist/viem/Addresses.js +9 -0
- package/dist/viem/Addresses.js.map +1 -0
- package/dist/viem/{chain.d.ts → Chain.d.ts} +81 -57
- package/dist/viem/Chain.d.ts.map +1 -0
- package/dist/viem/{chain.js → Chain.js} +7 -7
- package/dist/viem/Chain.js.map +1 -0
- package/dist/viem/{client.d.ts → Client.d.ts} +4 -4
- package/dist/viem/Client.d.ts.map +1 -0
- package/dist/viem/{client.js → Client.js} +3 -3
- package/dist/viem/Client.js.map +1 -0
- package/dist/viem/{decorator.d.ts → Decorator.d.ts} +507 -5
- package/dist/viem/Decorator.d.ts.map +1 -0
- package/dist/viem/{decorator.js → Decorator.js} +31 -5
- package/dist/viem/Decorator.js.map +1 -0
- package/dist/viem/{formatters.d.ts → Formatters.d.ts} +2 -2
- package/dist/viem/Formatters.d.ts.map +1 -0
- package/dist/viem/{formatters.js → Formatters.js} +24 -17
- package/dist/viem/Formatters.js.map +1 -0
- package/dist/viem/Tick.d.ts +111 -0
- package/dist/viem/Tick.d.ts.map +1 -0
- package/dist/viem/Tick.js +127 -0
- package/dist/viem/Tick.js.map +1 -0
- package/dist/viem/TokenIds.d.ts +3 -0
- package/dist/viem/TokenIds.d.ts.map +1 -0
- package/dist/viem/TokenIds.js +3 -0
- package/dist/viem/TokenIds.js.map +1 -0
- package/dist/viem/Transaction.d.ts +57 -0
- package/dist/viem/Transaction.d.ts.map +1 -0
- package/dist/viem/Transaction.js +137 -0
- package/dist/viem/Transaction.js.map +1 -0
- package/dist/viem/{transport.d.ts → Transport.d.ts} +3 -3
- package/dist/viem/Transport.d.ts.map +1 -0
- package/dist/viem/{transport.js → Transport.js} +3 -3
- package/dist/viem/Transport.js.map +1 -0
- package/dist/viem/index.d.ts +13 -9
- package/dist/viem/index.d.ts.map +1 -1
- package/dist/viem/index.js +13 -9
- package/dist/viem/index.js.map +1 -1
- package/dist/viem/{types.d.ts → internal/types.d.ts} +3 -3
- package/dist/viem/internal/types.d.ts.map +1 -0
- package/dist/viem/{types.js.map → internal/types.js.map} +1 -1
- package/dist/viem/internal/utils.d.ts.map +1 -0
- package/dist/viem/internal/utils.js.map +1 -0
- package/package.json +87 -101
- package/src/chains.ts +10 -24
- package/src/ox/SignatureEnvelope.test.ts +1252 -0
- package/src/ox/SignatureEnvelope.ts +709 -0
- package/src/ox/Transaction.test.ts +144 -89
- package/src/ox/Transaction.ts +104 -29
- package/src/ox/TransactionEnvelopeAA.test.ts +1533 -0
- package/src/ox/TransactionEnvelopeAA.ts +858 -0
- package/src/ox/TransactionRequest.ts +25 -17
- package/src/ox/index.ts +2 -1
- package/src/prool/Instance.ts +6 -14
- package/src/prool/internal/chain.json +101 -27
- package/src/viem/{abis.ts → Abis.ts} +322 -8
- package/src/viem/{actions → Actions}/amm.test.ts +65 -68
- package/src/viem/{actions → Actions}/amm.ts +72 -60
- package/src/viem/Actions/dex.test.ts +1608 -0
- package/src/viem/Actions/dex.ts +2026 -0
- package/src/viem/{actions → Actions}/fee.test.ts +34 -36
- package/src/viem/{actions → Actions}/fee.ts +18 -17
- package/src/viem/{actions → Actions}/index.ts +1 -0
- package/src/viem/{actions → Actions}/policy.test.ts +2 -2
- package/src/viem/{actions → Actions}/policy.ts +77 -64
- package/src/viem/{actions → Actions}/token.test.ts +406 -67
- package/src/viem/{actions → Actions}/token.ts +675 -144
- package/src/viem/Addresses.ts +9 -0
- package/src/viem/{chain.ts → Chain.ts} +6 -6
- package/src/viem/{client.bench-d.ts → Client.bench-d.ts} +2 -2
- package/src/viem/{client.test.ts → Client.test.ts} +31 -6
- package/src/viem/{client.ts → Client.ts} +1 -1
- package/src/viem/{decorator.bench-d.ts → Decorator.bench-d.ts} +2 -2
- package/src/viem/{decorator.test.ts → Decorator.test.ts} +1 -0
- package/src/viem/{decorator.ts → Decorator.ts} +586 -4
- package/src/viem/{formatters.ts → Formatters.ts} +31 -20
- package/src/viem/Tick.test.ts +281 -0
- package/src/viem/Tick.ts +176 -0
- package/src/viem/TokenIds.ts +2 -0
- package/src/viem/Transaction.ts +303 -0
- package/src/viem/{transport.ts → Transport.ts} +5 -5
- package/src/viem/e2e.test.ts +153 -78
- package/src/viem/index.ts +13 -9
- package/src/viem/{types.ts → internal/types.ts} +3 -3
- package/dist/ox/TransactionEnvelopeFeeToken.d.ts +0 -393
- package/dist/ox/TransactionEnvelopeFeeToken.d.ts.map +0 -1
- package/dist/ox/TransactionEnvelopeFeeToken.js +0 -452
- package/dist/ox/TransactionEnvelopeFeeToken.js.map +0 -1
- package/dist/viem/abis.d.ts.map +0 -1
- package/dist/viem/abis.js.map +0 -1
- package/dist/viem/actions/amm.d.ts.map +0 -1
- package/dist/viem/actions/amm.js.map +0 -1
- package/dist/viem/actions/fee.d.ts.map +0 -1
- package/dist/viem/actions/fee.js.map +0 -1
- package/dist/viem/actions/index.d.ts +0 -5
- package/dist/viem/actions/index.d.ts.map +0 -1
- package/dist/viem/actions/index.js +0 -5
- package/dist/viem/actions/index.js.map +0 -1
- package/dist/viem/actions/policy.d.ts.map +0 -1
- package/dist/viem/actions/policy.js.map +0 -1
- package/dist/viem/actions/token.d.ts.map +0 -1
- package/dist/viem/actions/token.js.map +0 -1
- package/dist/viem/addresses.d.ts +0 -8
- package/dist/viem/addresses.d.ts.map +0 -1
- package/dist/viem/addresses.js +0 -8
- package/dist/viem/addresses.js.map +0 -1
- package/dist/viem/chain.d.ts.map +0 -1
- package/dist/viem/chain.js.map +0 -1
- package/dist/viem/client.d.ts.map +0 -1
- package/dist/viem/client.js.map +0 -1
- package/dist/viem/decorator.d.ts.map +0 -1
- package/dist/viem/decorator.js.map +0 -1
- package/dist/viem/formatters.d.ts.map +0 -1
- package/dist/viem/formatters.js.map +0 -1
- package/dist/viem/transaction.d.ts +0 -54
- package/dist/viem/transaction.d.ts.map +0 -1
- package/dist/viem/transaction.js +0 -108
- package/dist/viem/transaction.js.map +0 -1
- package/dist/viem/transport.d.ts.map +0 -1
- package/dist/viem/transport.js.map +0 -1
- package/dist/viem/types.d.ts.map +0 -1
- package/dist/viem/utils.d.ts.map +0 -1
- package/dist/viem/utils.js.map +0 -1
- package/src/ox/TransactionEnvelopeFeeToken.test.ts +0 -1119
- package/src/ox/TransactionEnvelopeFeeToken.ts +0 -717
- package/src/prool/internal/consensus.toml +0 -32
- package/src/viem/addresses.ts +0 -10
- package/src/viem/transaction.ts +0 -253
- /package/dist/viem/{types.js → internal/types.js} +0 -0
- /package/dist/viem/{utils.d.ts → internal/utils.d.ts} +0 -0
- /package/dist/viem/{utils.js → internal/utils.js} +0 -0
- /package/src/viem/{utils.ts → internal/utils.ts} +0 -0
package/dist/chains.d.ts
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const
|
|
1
|
+
export declare const tempoAndante: {
|
|
2
2
|
blockExplorers?: {
|
|
3
3
|
[key: string]: {
|
|
4
4
|
name: string;
|
|
@@ -19,386 +19,17 @@ export declare const tempoAdagietto: {
|
|
|
19
19
|
};
|
|
20
20
|
};
|
|
21
21
|
ensTlds?: readonly string[] | undefined;
|
|
22
|
-
id:
|
|
23
|
-
name: "Tempo";
|
|
24
|
-
nativeCurrency: {
|
|
25
|
-
readonly name: "USD";
|
|
26
|
-
readonly symbol: "USD";
|
|
27
|
-
readonly decimals: 18;
|
|
28
|
-
};
|
|
29
|
-
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
30
|
-
rpcUrls: {
|
|
31
|
-
readonly default: {
|
|
32
|
-
readonly http: readonly ["https://rpc-adagietto.tempoxyz.dev"];
|
|
33
|
-
};
|
|
34
|
-
};
|
|
35
|
-
sourceId?: number | undefined | undefined;
|
|
36
|
-
testnet?: boolean | undefined | undefined;
|
|
37
|
-
custom?: Record<string, unknown> | undefined;
|
|
38
|
-
fees?: import("viem").ChainFees<undefined> | undefined;
|
|
39
|
-
formatters: {
|
|
40
|
-
transaction: {
|
|
41
|
-
exclude: [] | undefined;
|
|
42
|
-
format: (args: import("./viem/transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
43
|
-
input: import("viem").Hex;
|
|
44
|
-
from: import("abitype").Address;
|
|
45
|
-
gas: bigint;
|
|
46
|
-
nonce: number;
|
|
47
|
-
to: import("abitype").Address | null;
|
|
48
|
-
value: bigint;
|
|
49
|
-
r: import("viem").Hex;
|
|
50
|
-
s: import("viem").Hex;
|
|
51
|
-
v: bigint;
|
|
52
|
-
blockHash: `0x${string}` | null;
|
|
53
|
-
blockNumber: bigint | null;
|
|
54
|
-
hash: import("viem").Hash;
|
|
55
|
-
transactionIndex: number | null;
|
|
56
|
-
typeHex: import("viem").Hex | null;
|
|
57
|
-
accessList?: undefined | undefined;
|
|
58
|
-
authorizationList?: undefined | undefined;
|
|
59
|
-
blobVersionedHashes?: undefined | undefined;
|
|
60
|
-
chainId?: number | undefined;
|
|
61
|
-
yParity?: undefined | undefined;
|
|
62
|
-
type: "legacy";
|
|
63
|
-
gasPrice: bigint;
|
|
64
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
65
|
-
maxFeePerGas?: undefined | undefined;
|
|
66
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
67
|
-
feeToken?: undefined;
|
|
68
|
-
feePayerSignature?: undefined;
|
|
69
|
-
feePayer?: undefined;
|
|
70
|
-
} | {
|
|
71
|
-
blockHash: `0x${string}` | null;
|
|
72
|
-
blockNumber: bigint | null;
|
|
73
|
-
from: import("abitype").Address;
|
|
74
|
-
gas: bigint;
|
|
75
|
-
hash: import("viem").Hash;
|
|
76
|
-
input: import("viem").Hex;
|
|
77
|
-
nonce: number;
|
|
78
|
-
r: import("viem").Hex;
|
|
79
|
-
s: import("viem").Hex;
|
|
80
|
-
to: import("abitype").Address | null;
|
|
81
|
-
transactionIndex: number | null;
|
|
82
|
-
typeHex: import("viem").Hex | null;
|
|
83
|
-
v: bigint;
|
|
84
|
-
value: bigint;
|
|
85
|
-
yParity: number;
|
|
86
|
-
accessList: import("viem").AccessList;
|
|
87
|
-
authorizationList?: undefined | undefined;
|
|
88
|
-
blobVersionedHashes?: undefined | undefined;
|
|
89
|
-
chainId: number;
|
|
90
|
-
type: "eip2930";
|
|
91
|
-
gasPrice: bigint;
|
|
92
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
93
|
-
maxFeePerGas?: undefined | undefined;
|
|
94
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
95
|
-
feeToken?: undefined;
|
|
96
|
-
feePayerSignature?: undefined;
|
|
97
|
-
feePayer?: undefined;
|
|
98
|
-
} | {
|
|
99
|
-
blockHash: `0x${string}` | null;
|
|
100
|
-
blockNumber: bigint | null;
|
|
101
|
-
from: import("abitype").Address;
|
|
102
|
-
gas: bigint;
|
|
103
|
-
hash: import("viem").Hash;
|
|
104
|
-
input: import("viem").Hex;
|
|
105
|
-
nonce: number;
|
|
106
|
-
r: import("viem").Hex;
|
|
107
|
-
s: import("viem").Hex;
|
|
108
|
-
to: import("abitype").Address | null;
|
|
109
|
-
transactionIndex: number | null;
|
|
110
|
-
typeHex: import("viem").Hex | null;
|
|
111
|
-
v: bigint;
|
|
112
|
-
value: bigint;
|
|
113
|
-
yParity: number;
|
|
114
|
-
accessList: import("viem").AccessList;
|
|
115
|
-
authorizationList?: undefined | undefined;
|
|
116
|
-
blobVersionedHashes?: undefined | undefined;
|
|
117
|
-
chainId: number;
|
|
118
|
-
type: "eip1559";
|
|
119
|
-
gasPrice?: undefined | undefined;
|
|
120
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
121
|
-
maxFeePerGas: bigint;
|
|
122
|
-
maxPriorityFeePerGas: bigint;
|
|
123
|
-
feeToken?: undefined;
|
|
124
|
-
feePayerSignature?: undefined;
|
|
125
|
-
feePayer?: undefined;
|
|
126
|
-
} | {
|
|
127
|
-
blockHash: `0x${string}` | null;
|
|
128
|
-
blockNumber: bigint | null;
|
|
129
|
-
from: import("abitype").Address;
|
|
130
|
-
gas: bigint;
|
|
131
|
-
hash: import("viem").Hash;
|
|
132
|
-
input: import("viem").Hex;
|
|
133
|
-
nonce: number;
|
|
134
|
-
r: import("viem").Hex;
|
|
135
|
-
s: import("viem").Hex;
|
|
136
|
-
to: import("abitype").Address | null;
|
|
137
|
-
transactionIndex: number | null;
|
|
138
|
-
typeHex: import("viem").Hex | null;
|
|
139
|
-
v: bigint;
|
|
140
|
-
value: bigint;
|
|
141
|
-
yParity: number;
|
|
142
|
-
accessList: import("viem").AccessList;
|
|
143
|
-
authorizationList?: undefined | undefined;
|
|
144
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
145
|
-
chainId: number;
|
|
146
|
-
type: "eip4844";
|
|
147
|
-
gasPrice?: undefined | undefined;
|
|
148
|
-
maxFeePerBlobGas: bigint;
|
|
149
|
-
maxFeePerGas: bigint;
|
|
150
|
-
maxPriorityFeePerGas: bigint;
|
|
151
|
-
feeToken?: undefined;
|
|
152
|
-
feePayerSignature?: undefined;
|
|
153
|
-
feePayer?: undefined;
|
|
154
|
-
} | {
|
|
155
|
-
blockHash: `0x${string}` | null;
|
|
156
|
-
blockNumber: bigint | null;
|
|
157
|
-
from: import("abitype").Address;
|
|
158
|
-
gas: bigint;
|
|
159
|
-
hash: import("viem").Hash;
|
|
160
|
-
input: import("viem").Hex;
|
|
161
|
-
nonce: number;
|
|
162
|
-
r: import("viem").Hex;
|
|
163
|
-
s: import("viem").Hex;
|
|
164
|
-
to: import("abitype").Address | null;
|
|
165
|
-
transactionIndex: number | null;
|
|
166
|
-
typeHex: import("viem").Hex | null;
|
|
167
|
-
v: bigint;
|
|
168
|
-
value: bigint;
|
|
169
|
-
yParity: number;
|
|
170
|
-
accessList: import("viem").AccessList;
|
|
171
|
-
authorizationList: import("viem").SignedAuthorizationList;
|
|
172
|
-
blobVersionedHashes?: undefined | undefined;
|
|
173
|
-
chainId: number;
|
|
174
|
-
type: "eip7702";
|
|
175
|
-
gasPrice?: undefined | undefined;
|
|
176
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
177
|
-
maxFeePerGas: bigint;
|
|
178
|
-
maxPriorityFeePerGas: bigint;
|
|
179
|
-
feeToken?: undefined;
|
|
180
|
-
feePayerSignature?: undefined;
|
|
181
|
-
feePayer?: undefined;
|
|
182
|
-
} | {
|
|
183
|
-
blockHash: `0x${string}` | null;
|
|
184
|
-
blockNumber: bigint | null;
|
|
185
|
-
from: import("abitype").Address;
|
|
186
|
-
gas: bigint;
|
|
187
|
-
hash: import("viem").Hash;
|
|
188
|
-
input: import("viem").Hex;
|
|
189
|
-
nonce: number;
|
|
190
|
-
r: import("viem").Hex;
|
|
191
|
-
s: import("viem").Hex;
|
|
192
|
-
to: import("abitype").Address | null;
|
|
193
|
-
transactionIndex: number | null;
|
|
194
|
-
typeHex: import("viem").Hex | null;
|
|
195
|
-
v: bigint;
|
|
196
|
-
value: bigint;
|
|
197
|
-
yParity: number;
|
|
198
|
-
accessList: import("viem").AccessList;
|
|
199
|
-
authorizationList: import("viem").SignedAuthorizationList;
|
|
200
|
-
chainId: number;
|
|
201
|
-
feeToken?: `0x${string}` | undefined;
|
|
202
|
-
feePayer?: `0x${string}` | undefined;
|
|
203
|
-
feePayerSignature?: import("viem").Signature | undefined;
|
|
204
|
-
type: "feeToken";
|
|
205
|
-
gasPrice?: undefined | undefined;
|
|
206
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
207
|
-
maxFeePerGas: bigint;
|
|
208
|
-
maxPriorityFeePerGas: bigint;
|
|
209
|
-
blobVersionedHashes?: undefined;
|
|
210
|
-
}) & {};
|
|
211
|
-
type: "transaction";
|
|
212
|
-
};
|
|
213
|
-
transactionRequest: {
|
|
214
|
-
exclude: [] | undefined;
|
|
215
|
-
format: (args: import("./viem/transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
216
|
-
data?: `0x${string}` | undefined;
|
|
217
|
-
from?: `0x${string}` | undefined;
|
|
218
|
-
gas?: `0x${string}` | undefined;
|
|
219
|
-
nonce?: `0x${string}` | undefined;
|
|
220
|
-
to?: `0x${string}` | null | undefined;
|
|
221
|
-
type?: "0x0" | undefined;
|
|
222
|
-
value?: `0x${string}` | undefined;
|
|
223
|
-
gasPrice?: `0x${string}` | undefined;
|
|
224
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
225
|
-
maxFeePerGas?: undefined | undefined;
|
|
226
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
227
|
-
accessList?: undefined;
|
|
228
|
-
authorizationList?: undefined;
|
|
229
|
-
blobVersionedHashes?: undefined;
|
|
230
|
-
blobs?: undefined;
|
|
231
|
-
kzg?: undefined;
|
|
232
|
-
sidecars?: undefined;
|
|
233
|
-
feeToken?: undefined;
|
|
234
|
-
feePayer?: undefined;
|
|
235
|
-
calls?: undefined;
|
|
236
|
-
} | {
|
|
237
|
-
data?: `0x${string}` | undefined;
|
|
238
|
-
from?: `0x${string}` | undefined;
|
|
239
|
-
gas?: `0x${string}` | undefined;
|
|
240
|
-
nonce?: `0x${string}` | undefined;
|
|
241
|
-
to?: `0x${string}` | null | undefined;
|
|
242
|
-
type?: "0x1" | undefined;
|
|
243
|
-
value?: `0x${string}` | undefined;
|
|
244
|
-
gasPrice?: `0x${string}` | undefined;
|
|
245
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
246
|
-
maxFeePerGas?: undefined | undefined;
|
|
247
|
-
maxPriorityFeePerGas?: undefined | undefined;
|
|
248
|
-
accessList?: import("viem").AccessList | undefined;
|
|
249
|
-
authorizationList?: undefined;
|
|
250
|
-
blobVersionedHashes?: undefined;
|
|
251
|
-
blobs?: undefined;
|
|
252
|
-
kzg?: undefined;
|
|
253
|
-
sidecars?: undefined;
|
|
254
|
-
feeToken?: undefined;
|
|
255
|
-
feePayer?: undefined;
|
|
256
|
-
calls?: undefined;
|
|
257
|
-
} | {
|
|
258
|
-
data?: `0x${string}` | undefined;
|
|
259
|
-
from?: `0x${string}` | undefined;
|
|
260
|
-
gas?: `0x${string}` | undefined;
|
|
261
|
-
nonce?: `0x${string}` | undefined;
|
|
262
|
-
to?: `0x${string}` | null | undefined;
|
|
263
|
-
type?: "0x2" | undefined;
|
|
264
|
-
value?: `0x${string}` | undefined;
|
|
265
|
-
gasPrice?: undefined | undefined;
|
|
266
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
267
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
268
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
269
|
-
accessList?: import("viem").AccessList | undefined;
|
|
270
|
-
authorizationList?: undefined;
|
|
271
|
-
blobVersionedHashes?: undefined;
|
|
272
|
-
blobs?: undefined;
|
|
273
|
-
kzg?: undefined;
|
|
274
|
-
sidecars?: undefined;
|
|
275
|
-
feeToken?: undefined;
|
|
276
|
-
feePayer?: undefined;
|
|
277
|
-
calls?: undefined;
|
|
278
|
-
} | {
|
|
279
|
-
data?: `0x${string}` | undefined;
|
|
280
|
-
from?: `0x${string}` | undefined;
|
|
281
|
-
gas?: `0x${string}` | undefined;
|
|
282
|
-
nonce?: `0x${string}` | undefined;
|
|
283
|
-
type?: "0x3" | undefined;
|
|
284
|
-
value?: `0x${string}` | undefined;
|
|
285
|
-
to: `0x${string}` | null;
|
|
286
|
-
gasPrice?: undefined | undefined;
|
|
287
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
288
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
289
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
290
|
-
accessList?: import("viem").AccessList | undefined;
|
|
291
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
292
|
-
blobs?: readonly `0x${string}`[] | readonly import("viem").ByteArray[] | undefined;
|
|
293
|
-
blobVersionedHashes: readonly import("viem").Hex[];
|
|
294
|
-
kzg?: undefined;
|
|
295
|
-
authorizationList?: undefined;
|
|
296
|
-
feeToken?: undefined;
|
|
297
|
-
feePayer?: undefined;
|
|
298
|
-
calls?: undefined;
|
|
299
|
-
} | {
|
|
300
|
-
data?: `0x${string}` | undefined;
|
|
301
|
-
from?: `0x${string}` | undefined;
|
|
302
|
-
gas?: `0x${string}` | undefined;
|
|
303
|
-
nonce?: `0x${string}` | undefined;
|
|
304
|
-
type?: "0x3" | undefined;
|
|
305
|
-
value?: `0x${string}` | undefined;
|
|
306
|
-
to: `0x${string}` | null;
|
|
307
|
-
gasPrice?: undefined | undefined;
|
|
308
|
-
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
309
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
310
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
311
|
-
accessList?: import("viem").AccessList | undefined;
|
|
312
|
-
sidecars?: readonly import("viem").BlobSidecar<`0x${string}`>[] | undefined;
|
|
313
|
-
blobs: readonly import("viem").Hex[] | readonly import("viem").ByteArray[];
|
|
314
|
-
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
315
|
-
kzg?: import("viem").Kzg | undefined;
|
|
316
|
-
authorizationList?: undefined;
|
|
317
|
-
feeToken?: undefined;
|
|
318
|
-
feePayer?: undefined;
|
|
319
|
-
calls?: undefined;
|
|
320
|
-
} | {
|
|
321
|
-
data?: `0x${string}` | undefined;
|
|
322
|
-
from?: `0x${string}` | undefined;
|
|
323
|
-
gas?: `0x${string}` | undefined;
|
|
324
|
-
nonce?: `0x${string}` | undefined;
|
|
325
|
-
to?: `0x${string}` | null | undefined;
|
|
326
|
-
type?: "0x4" | undefined;
|
|
327
|
-
value?: `0x${string}` | undefined;
|
|
328
|
-
accessList?: import("viem").AccessList | undefined;
|
|
329
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
330
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
331
|
-
gasPrice?: undefined | undefined;
|
|
332
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
333
|
-
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
334
|
-
blobVersionedHashes?: undefined;
|
|
335
|
-
blobs?: undefined;
|
|
336
|
-
kzg?: undefined;
|
|
337
|
-
sidecars?: undefined;
|
|
338
|
-
feeToken?: undefined;
|
|
339
|
-
feePayer?: undefined;
|
|
340
|
-
calls?: undefined;
|
|
341
|
-
} | {
|
|
342
|
-
data?: `0x${string}` | undefined;
|
|
343
|
-
from?: `0x${string}` | undefined;
|
|
344
|
-
gas?: `0x${string}` | undefined;
|
|
345
|
-
nonce?: `0x${string}` | undefined;
|
|
346
|
-
to?: `0x${string}` | null | undefined;
|
|
347
|
-
type?: "0x77" | undefined;
|
|
348
|
-
value?: `0x${string}` | undefined;
|
|
349
|
-
gasPrice?: undefined | undefined;
|
|
350
|
-
maxFeePerBlobGas?: undefined | undefined;
|
|
351
|
-
maxFeePerGas?: `0x${string}` | undefined;
|
|
352
|
-
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
353
|
-
accessList?: import("viem").AccessList | undefined;
|
|
354
|
-
authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
|
|
355
|
-
calls?: readonly import("ox/erc7821/Calls").Call<bigint>[] | undefined;
|
|
356
|
-
feePayer?: true | import("viem").Account | undefined;
|
|
357
|
-
feeToken?: bigint | `0x${string}` | undefined;
|
|
358
|
-
blobVersionedHashes?: undefined;
|
|
359
|
-
blobs?: undefined;
|
|
360
|
-
kzg?: undefined;
|
|
361
|
-
sidecars?: undefined;
|
|
362
|
-
}) & {};
|
|
363
|
-
type: "transactionRequest";
|
|
364
|
-
};
|
|
365
|
-
};
|
|
366
|
-
serializers: {
|
|
367
|
-
transaction: typeof import("./viem/transaction.js").serializeTransaction;
|
|
368
|
-
};
|
|
369
|
-
};
|
|
370
|
-
export declare const tempoLento: {
|
|
371
|
-
blockExplorers?: {
|
|
372
|
-
[key: string]: {
|
|
373
|
-
name: string;
|
|
374
|
-
url: string;
|
|
375
|
-
apiUrl?: string | undefined;
|
|
376
|
-
};
|
|
377
|
-
default: {
|
|
378
|
-
name: string;
|
|
379
|
-
url: string;
|
|
380
|
-
apiUrl?: string | undefined;
|
|
381
|
-
};
|
|
382
|
-
} | undefined | undefined;
|
|
383
|
-
blockTime: number;
|
|
384
|
-
contracts: {
|
|
385
|
-
multicall3: {
|
|
386
|
-
address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
387
|
-
blockCreated: number;
|
|
388
|
-
};
|
|
389
|
-
};
|
|
390
|
-
ensTlds?: readonly string[] | undefined;
|
|
391
|
-
id: 4246;
|
|
392
|
-
name: "Tempo";
|
|
22
|
+
id: 42427;
|
|
23
|
+
name: "Tempo Andante";
|
|
393
24
|
nativeCurrency: {
|
|
394
25
|
readonly name: "USD";
|
|
395
26
|
readonly symbol: "USD";
|
|
396
|
-
readonly decimals:
|
|
27
|
+
readonly decimals: 6;
|
|
397
28
|
};
|
|
398
29
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
399
30
|
rpcUrls: {
|
|
400
31
|
readonly default: {
|
|
401
|
-
readonly http: readonly ["https://rpc-
|
|
32
|
+
readonly http: readonly ["https://rpc-andante.tempoxyz.dev"];
|
|
402
33
|
};
|
|
403
34
|
};
|
|
404
35
|
sourceId?: number | undefined | undefined;
|
|
@@ -408,16 +39,16 @@ export declare const tempoLento: {
|
|
|
408
39
|
formatters: {
|
|
409
40
|
transaction: {
|
|
410
41
|
exclude: [] | undefined;
|
|
411
|
-
format: (args: import("./viem/
|
|
412
|
-
input: import("viem").Hex;
|
|
413
|
-
from: import("abitype").Address;
|
|
414
|
-
gas: bigint;
|
|
415
|
-
nonce: number;
|
|
416
|
-
to: import("abitype").Address | null;
|
|
417
|
-
value: bigint;
|
|
42
|
+
format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
418
43
|
r: import("viem").Hex;
|
|
419
44
|
s: import("viem").Hex;
|
|
420
45
|
v: bigint;
|
|
46
|
+
nonce: number;
|
|
47
|
+
from: import("viem").Address;
|
|
48
|
+
gas: bigint;
|
|
49
|
+
to: import("viem").Address | null;
|
|
50
|
+
value: bigint;
|
|
51
|
+
input: import("viem").Hex;
|
|
421
52
|
blockHash: `0x${string}` | null;
|
|
422
53
|
blockNumber: bigint | null;
|
|
423
54
|
hash: import("viem").Hash;
|
|
@@ -433,20 +64,24 @@ export declare const tempoLento: {
|
|
|
433
64
|
maxFeePerBlobGas?: undefined | undefined;
|
|
434
65
|
maxFeePerGas?: undefined | undefined;
|
|
435
66
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
436
|
-
|
|
67
|
+
calls?: undefined;
|
|
437
68
|
feePayerSignature?: undefined;
|
|
69
|
+
feeToken?: undefined;
|
|
70
|
+
nonceKey?: undefined;
|
|
71
|
+
validBefore?: undefined;
|
|
72
|
+
validAfter?: undefined;
|
|
438
73
|
feePayer?: undefined;
|
|
439
74
|
} | {
|
|
440
75
|
blockHash: `0x${string}` | null;
|
|
441
76
|
blockNumber: bigint | null;
|
|
442
|
-
from: import("
|
|
77
|
+
from: import("viem").Address;
|
|
443
78
|
gas: bigint;
|
|
444
79
|
hash: import("viem").Hash;
|
|
445
80
|
input: import("viem").Hex;
|
|
446
81
|
nonce: number;
|
|
447
82
|
r: import("viem").Hex;
|
|
448
83
|
s: import("viem").Hex;
|
|
449
|
-
to: import("
|
|
84
|
+
to: import("viem").Address | null;
|
|
450
85
|
transactionIndex: number | null;
|
|
451
86
|
typeHex: import("viem").Hex | null;
|
|
452
87
|
v: bigint;
|
|
@@ -461,20 +96,24 @@ export declare const tempoLento: {
|
|
|
461
96
|
maxFeePerBlobGas?: undefined | undefined;
|
|
462
97
|
maxFeePerGas?: undefined | undefined;
|
|
463
98
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
464
|
-
|
|
99
|
+
calls?: undefined;
|
|
465
100
|
feePayerSignature?: undefined;
|
|
101
|
+
feeToken?: undefined;
|
|
102
|
+
nonceKey?: undefined;
|
|
103
|
+
validBefore?: undefined;
|
|
104
|
+
validAfter?: undefined;
|
|
466
105
|
feePayer?: undefined;
|
|
467
106
|
} | {
|
|
468
107
|
blockHash: `0x${string}` | null;
|
|
469
108
|
blockNumber: bigint | null;
|
|
470
|
-
from: import("
|
|
109
|
+
from: import("viem").Address;
|
|
471
110
|
gas: bigint;
|
|
472
111
|
hash: import("viem").Hash;
|
|
473
112
|
input: import("viem").Hex;
|
|
474
113
|
nonce: number;
|
|
475
114
|
r: import("viem").Hex;
|
|
476
115
|
s: import("viem").Hex;
|
|
477
|
-
to: import("
|
|
116
|
+
to: import("viem").Address | null;
|
|
478
117
|
transactionIndex: number | null;
|
|
479
118
|
typeHex: import("viem").Hex | null;
|
|
480
119
|
v: bigint;
|
|
@@ -489,20 +128,24 @@ export declare const tempoLento: {
|
|
|
489
128
|
maxFeePerBlobGas?: undefined | undefined;
|
|
490
129
|
maxFeePerGas: bigint;
|
|
491
130
|
maxPriorityFeePerGas: bigint;
|
|
492
|
-
|
|
131
|
+
calls?: undefined;
|
|
493
132
|
feePayerSignature?: undefined;
|
|
133
|
+
feeToken?: undefined;
|
|
134
|
+
nonceKey?: undefined;
|
|
135
|
+
validBefore?: undefined;
|
|
136
|
+
validAfter?: undefined;
|
|
494
137
|
feePayer?: undefined;
|
|
495
138
|
} | {
|
|
496
139
|
blockHash: `0x${string}` | null;
|
|
497
140
|
blockNumber: bigint | null;
|
|
498
|
-
from: import("
|
|
141
|
+
from: import("viem").Address;
|
|
499
142
|
gas: bigint;
|
|
500
143
|
hash: import("viem").Hash;
|
|
501
144
|
input: import("viem").Hex;
|
|
502
145
|
nonce: number;
|
|
503
146
|
r: import("viem").Hex;
|
|
504
147
|
s: import("viem").Hex;
|
|
505
|
-
to: import("
|
|
148
|
+
to: import("viem").Address | null;
|
|
506
149
|
transactionIndex: number | null;
|
|
507
150
|
typeHex: import("viem").Hex | null;
|
|
508
151
|
v: bigint;
|
|
@@ -517,20 +160,24 @@ export declare const tempoLento: {
|
|
|
517
160
|
maxFeePerBlobGas: bigint;
|
|
518
161
|
maxFeePerGas: bigint;
|
|
519
162
|
maxPriorityFeePerGas: bigint;
|
|
520
|
-
|
|
163
|
+
calls?: undefined;
|
|
521
164
|
feePayerSignature?: undefined;
|
|
165
|
+
feeToken?: undefined;
|
|
166
|
+
nonceKey?: undefined;
|
|
167
|
+
validBefore?: undefined;
|
|
168
|
+
validAfter?: undefined;
|
|
522
169
|
feePayer?: undefined;
|
|
523
170
|
} | {
|
|
524
171
|
blockHash: `0x${string}` | null;
|
|
525
172
|
blockNumber: bigint | null;
|
|
526
|
-
from: import("
|
|
173
|
+
from: import("viem").Address;
|
|
527
174
|
gas: bigint;
|
|
528
175
|
hash: import("viem").Hash;
|
|
529
176
|
input: import("viem").Hex;
|
|
530
177
|
nonce: number;
|
|
531
178
|
r: import("viem").Hex;
|
|
532
179
|
s: import("viem").Hex;
|
|
533
|
-
to: import("
|
|
180
|
+
to: import("viem").Address | null;
|
|
534
181
|
transactionIndex: number | null;
|
|
535
182
|
typeHex: import("viem").Hex | null;
|
|
536
183
|
v: bigint;
|
|
@@ -545,43 +192,51 @@ export declare const tempoLento: {
|
|
|
545
192
|
maxFeePerBlobGas?: undefined | undefined;
|
|
546
193
|
maxFeePerGas: bigint;
|
|
547
194
|
maxPriorityFeePerGas: bigint;
|
|
548
|
-
|
|
195
|
+
calls?: undefined;
|
|
549
196
|
feePayerSignature?: undefined;
|
|
197
|
+
feeToken?: undefined;
|
|
198
|
+
nonceKey?: undefined;
|
|
199
|
+
validBefore?: undefined;
|
|
200
|
+
validAfter?: undefined;
|
|
550
201
|
feePayer?: undefined;
|
|
551
202
|
} | {
|
|
203
|
+
nonce: number;
|
|
204
|
+
from: import("viem").Address;
|
|
205
|
+
gas: bigint;
|
|
552
206
|
blockHash: `0x${string}` | null;
|
|
553
207
|
blockNumber: bigint | null;
|
|
554
|
-
from: import("abitype").Address;
|
|
555
|
-
gas: bigint;
|
|
556
208
|
hash: import("viem").Hash;
|
|
557
|
-
input: import("viem").Hex;
|
|
558
|
-
nonce: number;
|
|
559
|
-
r: import("viem").Hex;
|
|
560
|
-
s: import("viem").Hex;
|
|
561
|
-
to: import("abitype").Address | null;
|
|
562
209
|
transactionIndex: number | null;
|
|
563
210
|
typeHex: import("viem").Hex | null;
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
yParity
|
|
211
|
+
r?: `0x${string}` | undefined;
|
|
212
|
+
s?: `0x${string}` | undefined;
|
|
213
|
+
yParity?: number | undefined;
|
|
214
|
+
v?: bigint | undefined;
|
|
567
215
|
accessList: import("viem").AccessList;
|
|
568
|
-
authorizationList
|
|
216
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
217
|
+
calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
|
|
569
218
|
chainId: number;
|
|
570
219
|
feeToken?: `0x${string}` | undefined;
|
|
571
220
|
feePayer?: `0x${string}` | undefined;
|
|
572
221
|
feePayerSignature?: import("viem").Signature | undefined;
|
|
573
|
-
|
|
222
|
+
nonceKey?: bigint | undefined;
|
|
223
|
+
type: "aa";
|
|
224
|
+
validBefore?: number | undefined;
|
|
225
|
+
validAfter?: number | undefined;
|
|
574
226
|
gasPrice?: undefined | undefined;
|
|
575
227
|
maxFeePerBlobGas?: undefined | undefined;
|
|
576
228
|
maxFeePerGas: bigint;
|
|
577
229
|
maxPriorityFeePerGas: bigint;
|
|
230
|
+
to?: undefined;
|
|
231
|
+
value?: undefined;
|
|
232
|
+
input?: undefined;
|
|
578
233
|
blobVersionedHashes?: undefined;
|
|
579
234
|
}) & {};
|
|
580
235
|
type: "transaction";
|
|
581
236
|
};
|
|
582
237
|
transactionRequest: {
|
|
583
238
|
exclude: [] | undefined;
|
|
584
|
-
format: (args: import("./viem/
|
|
239
|
+
format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
585
240
|
data?: `0x${string}` | undefined;
|
|
586
241
|
from?: `0x${string}` | undefined;
|
|
587
242
|
gas?: `0x${string}` | undefined;
|
|
@@ -599,9 +254,9 @@ export declare const tempoLento: {
|
|
|
599
254
|
blobs?: undefined;
|
|
600
255
|
kzg?: undefined;
|
|
601
256
|
sidecars?: undefined;
|
|
257
|
+
calls?: undefined;
|
|
602
258
|
feeToken?: undefined;
|
|
603
259
|
feePayer?: undefined;
|
|
604
|
-
calls?: undefined;
|
|
605
260
|
} | {
|
|
606
261
|
data?: `0x${string}` | undefined;
|
|
607
262
|
from?: `0x${string}` | undefined;
|
|
@@ -620,9 +275,9 @@ export declare const tempoLento: {
|
|
|
620
275
|
blobs?: undefined;
|
|
621
276
|
kzg?: undefined;
|
|
622
277
|
sidecars?: undefined;
|
|
278
|
+
calls?: undefined;
|
|
623
279
|
feeToken?: undefined;
|
|
624
280
|
feePayer?: undefined;
|
|
625
|
-
calls?: undefined;
|
|
626
281
|
} | {
|
|
627
282
|
data?: `0x${string}` | undefined;
|
|
628
283
|
from?: `0x${string}` | undefined;
|
|
@@ -641,16 +296,16 @@ export declare const tempoLento: {
|
|
|
641
296
|
blobs?: undefined;
|
|
642
297
|
kzg?: undefined;
|
|
643
298
|
sidecars?: undefined;
|
|
299
|
+
calls?: undefined;
|
|
644
300
|
feeToken?: undefined;
|
|
645
301
|
feePayer?: undefined;
|
|
646
|
-
calls?: undefined;
|
|
647
302
|
} | {
|
|
648
|
-
|
|
303
|
+
type?: "0x3" | undefined;
|
|
304
|
+
nonce?: `0x${string}` | undefined;
|
|
649
305
|
from?: `0x${string}` | undefined;
|
|
650
306
|
gas?: `0x${string}` | undefined;
|
|
651
|
-
nonce?: `0x${string}` | undefined;
|
|
652
|
-
type?: "0x3" | undefined;
|
|
653
307
|
value?: `0x${string}` | undefined;
|
|
308
|
+
data?: `0x${string}` | undefined;
|
|
654
309
|
to: `0x${string}` | null;
|
|
655
310
|
gasPrice?: undefined | undefined;
|
|
656
311
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -662,16 +317,16 @@ export declare const tempoLento: {
|
|
|
662
317
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
663
318
|
kzg?: undefined;
|
|
664
319
|
authorizationList?: undefined;
|
|
320
|
+
calls?: undefined;
|
|
665
321
|
feeToken?: undefined;
|
|
666
322
|
feePayer?: undefined;
|
|
667
|
-
calls?: undefined;
|
|
668
323
|
} | {
|
|
669
|
-
|
|
324
|
+
type?: "0x3" | undefined;
|
|
325
|
+
nonce?: `0x${string}` | undefined;
|
|
670
326
|
from?: `0x${string}` | undefined;
|
|
671
327
|
gas?: `0x${string}` | undefined;
|
|
672
|
-
nonce?: `0x${string}` | undefined;
|
|
673
|
-
type?: "0x3" | undefined;
|
|
674
328
|
value?: `0x${string}` | undefined;
|
|
329
|
+
data?: `0x${string}` | undefined;
|
|
675
330
|
to: `0x${string}` | null;
|
|
676
331
|
gasPrice?: undefined | undefined;
|
|
677
332
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -683,20 +338,20 @@ export declare const tempoLento: {
|
|
|
683
338
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
684
339
|
kzg?: import("viem").Kzg | undefined;
|
|
685
340
|
authorizationList?: undefined;
|
|
341
|
+
calls?: undefined;
|
|
686
342
|
feeToken?: undefined;
|
|
687
343
|
feePayer?: undefined;
|
|
688
|
-
calls?: undefined;
|
|
689
344
|
} | {
|
|
690
|
-
data?: `0x${string}` | undefined;
|
|
691
|
-
from?: `0x${string}` | undefined;
|
|
692
|
-
gas?: `0x${string}` | undefined;
|
|
693
|
-
nonce?: `0x${string}` | undefined;
|
|
694
|
-
to?: `0x${string}` | null | undefined;
|
|
695
345
|
type?: "0x4" | undefined;
|
|
696
|
-
|
|
346
|
+
nonce?: `0x${string}` | undefined;
|
|
697
347
|
accessList?: import("viem").AccessList | undefined;
|
|
348
|
+
from?: `0x${string}` | undefined;
|
|
349
|
+
gas?: `0x${string}` | undefined;
|
|
698
350
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
699
351
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
352
|
+
to?: `0x${string}` | null | undefined;
|
|
353
|
+
value?: `0x${string}` | undefined;
|
|
354
|
+
data?: `0x${string}` | undefined;
|
|
700
355
|
gasPrice?: undefined | undefined;
|
|
701
356
|
maxFeePerBlobGas?: undefined | undefined;
|
|
702
357
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
@@ -704,16 +359,16 @@ export declare const tempoLento: {
|
|
|
704
359
|
blobs?: undefined;
|
|
705
360
|
kzg?: undefined;
|
|
706
361
|
sidecars?: undefined;
|
|
362
|
+
calls?: undefined;
|
|
707
363
|
feeToken?: undefined;
|
|
708
364
|
feePayer?: undefined;
|
|
709
|
-
calls?: undefined;
|
|
710
365
|
} | {
|
|
711
366
|
data?: `0x${string}` | undefined;
|
|
712
367
|
from?: `0x${string}` | undefined;
|
|
713
368
|
gas?: `0x${string}` | undefined;
|
|
714
369
|
nonce?: `0x${string}` | undefined;
|
|
715
370
|
to?: `0x${string}` | null | undefined;
|
|
716
|
-
type?: "
|
|
371
|
+
type?: "0x76" | undefined;
|
|
717
372
|
value?: `0x${string}` | undefined;
|
|
718
373
|
gasPrice?: undefined | undefined;
|
|
719
374
|
maxFeePerBlobGas?: undefined | undefined;
|
|
@@ -721,7 +376,7 @@ export declare const tempoLento: {
|
|
|
721
376
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
722
377
|
accessList?: import("viem").AccessList | undefined;
|
|
723
378
|
authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
|
|
724
|
-
calls?: readonly import("ox/
|
|
379
|
+
calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
|
|
725
380
|
feePayer?: true | import("viem").Account | undefined;
|
|
726
381
|
feeToken?: bigint | `0x${string}` | undefined;
|
|
727
382
|
blobVersionedHashes?: undefined;
|
|
@@ -733,7 +388,7 @@ export declare const tempoLento: {
|
|
|
733
388
|
};
|
|
734
389
|
};
|
|
735
390
|
serializers: {
|
|
736
|
-
transaction: typeof import("./viem/
|
|
391
|
+
transaction: typeof import("./viem/Transaction.js").serialize;
|
|
737
392
|
};
|
|
738
393
|
};
|
|
739
394
|
export declare const tempoLocal: {
|
|
@@ -762,7 +417,7 @@ export declare const tempoLocal: {
|
|
|
762
417
|
nativeCurrency: {
|
|
763
418
|
readonly name: "USD";
|
|
764
419
|
readonly symbol: "USD";
|
|
765
|
-
readonly decimals:
|
|
420
|
+
readonly decimals: 6;
|
|
766
421
|
};
|
|
767
422
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
768
423
|
rpcUrls: {
|
|
@@ -777,16 +432,16 @@ export declare const tempoLocal: {
|
|
|
777
432
|
formatters: {
|
|
778
433
|
transaction: {
|
|
779
434
|
exclude: [] | undefined;
|
|
780
|
-
format: (args: import("./viem/
|
|
781
|
-
input: import("viem").Hex;
|
|
782
|
-
from: import("abitype").Address;
|
|
783
|
-
gas: bigint;
|
|
784
|
-
nonce: number;
|
|
785
|
-
to: import("abitype").Address | null;
|
|
786
|
-
value: bigint;
|
|
435
|
+
format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
787
436
|
r: import("viem").Hex;
|
|
788
437
|
s: import("viem").Hex;
|
|
789
438
|
v: bigint;
|
|
439
|
+
nonce: number;
|
|
440
|
+
from: import("viem").Address;
|
|
441
|
+
gas: bigint;
|
|
442
|
+
to: import("viem").Address | null;
|
|
443
|
+
value: bigint;
|
|
444
|
+
input: import("viem").Hex;
|
|
790
445
|
blockHash: `0x${string}` | null;
|
|
791
446
|
blockNumber: bigint | null;
|
|
792
447
|
hash: import("viem").Hash;
|
|
@@ -802,20 +457,24 @@ export declare const tempoLocal: {
|
|
|
802
457
|
maxFeePerBlobGas?: undefined | undefined;
|
|
803
458
|
maxFeePerGas?: undefined | undefined;
|
|
804
459
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
805
|
-
|
|
460
|
+
calls?: undefined;
|
|
806
461
|
feePayerSignature?: undefined;
|
|
462
|
+
feeToken?: undefined;
|
|
463
|
+
nonceKey?: undefined;
|
|
464
|
+
validBefore?: undefined;
|
|
465
|
+
validAfter?: undefined;
|
|
807
466
|
feePayer?: undefined;
|
|
808
467
|
} | {
|
|
809
468
|
blockHash: `0x${string}` | null;
|
|
810
469
|
blockNumber: bigint | null;
|
|
811
|
-
from: import("
|
|
470
|
+
from: import("viem").Address;
|
|
812
471
|
gas: bigint;
|
|
813
472
|
hash: import("viem").Hash;
|
|
814
473
|
input: import("viem").Hex;
|
|
815
474
|
nonce: number;
|
|
816
475
|
r: import("viem").Hex;
|
|
817
476
|
s: import("viem").Hex;
|
|
818
|
-
to: import("
|
|
477
|
+
to: import("viem").Address | null;
|
|
819
478
|
transactionIndex: number | null;
|
|
820
479
|
typeHex: import("viem").Hex | null;
|
|
821
480
|
v: bigint;
|
|
@@ -830,20 +489,24 @@ export declare const tempoLocal: {
|
|
|
830
489
|
maxFeePerBlobGas?: undefined | undefined;
|
|
831
490
|
maxFeePerGas?: undefined | undefined;
|
|
832
491
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
833
|
-
|
|
492
|
+
calls?: undefined;
|
|
834
493
|
feePayerSignature?: undefined;
|
|
494
|
+
feeToken?: undefined;
|
|
495
|
+
nonceKey?: undefined;
|
|
496
|
+
validBefore?: undefined;
|
|
497
|
+
validAfter?: undefined;
|
|
835
498
|
feePayer?: undefined;
|
|
836
499
|
} | {
|
|
837
500
|
blockHash: `0x${string}` | null;
|
|
838
501
|
blockNumber: bigint | null;
|
|
839
|
-
from: import("
|
|
502
|
+
from: import("viem").Address;
|
|
840
503
|
gas: bigint;
|
|
841
504
|
hash: import("viem").Hash;
|
|
842
505
|
input: import("viem").Hex;
|
|
843
506
|
nonce: number;
|
|
844
507
|
r: import("viem").Hex;
|
|
845
508
|
s: import("viem").Hex;
|
|
846
|
-
to: import("
|
|
509
|
+
to: import("viem").Address | null;
|
|
847
510
|
transactionIndex: number | null;
|
|
848
511
|
typeHex: import("viem").Hex | null;
|
|
849
512
|
v: bigint;
|
|
@@ -858,20 +521,24 @@ export declare const tempoLocal: {
|
|
|
858
521
|
maxFeePerBlobGas?: undefined | undefined;
|
|
859
522
|
maxFeePerGas: bigint;
|
|
860
523
|
maxPriorityFeePerGas: bigint;
|
|
861
|
-
|
|
524
|
+
calls?: undefined;
|
|
862
525
|
feePayerSignature?: undefined;
|
|
526
|
+
feeToken?: undefined;
|
|
527
|
+
nonceKey?: undefined;
|
|
528
|
+
validBefore?: undefined;
|
|
529
|
+
validAfter?: undefined;
|
|
863
530
|
feePayer?: undefined;
|
|
864
531
|
} | {
|
|
865
532
|
blockHash: `0x${string}` | null;
|
|
866
533
|
blockNumber: bigint | null;
|
|
867
|
-
from: import("
|
|
534
|
+
from: import("viem").Address;
|
|
868
535
|
gas: bigint;
|
|
869
536
|
hash: import("viem").Hash;
|
|
870
537
|
input: import("viem").Hex;
|
|
871
538
|
nonce: number;
|
|
872
539
|
r: import("viem").Hex;
|
|
873
540
|
s: import("viem").Hex;
|
|
874
|
-
to: import("
|
|
541
|
+
to: import("viem").Address | null;
|
|
875
542
|
transactionIndex: number | null;
|
|
876
543
|
typeHex: import("viem").Hex | null;
|
|
877
544
|
v: bigint;
|
|
@@ -886,20 +553,24 @@ export declare const tempoLocal: {
|
|
|
886
553
|
maxFeePerBlobGas: bigint;
|
|
887
554
|
maxFeePerGas: bigint;
|
|
888
555
|
maxPriorityFeePerGas: bigint;
|
|
889
|
-
|
|
556
|
+
calls?: undefined;
|
|
890
557
|
feePayerSignature?: undefined;
|
|
558
|
+
feeToken?: undefined;
|
|
559
|
+
nonceKey?: undefined;
|
|
560
|
+
validBefore?: undefined;
|
|
561
|
+
validAfter?: undefined;
|
|
891
562
|
feePayer?: undefined;
|
|
892
563
|
} | {
|
|
893
564
|
blockHash: `0x${string}` | null;
|
|
894
565
|
blockNumber: bigint | null;
|
|
895
|
-
from: import("
|
|
566
|
+
from: import("viem").Address;
|
|
896
567
|
gas: bigint;
|
|
897
568
|
hash: import("viem").Hash;
|
|
898
569
|
input: import("viem").Hex;
|
|
899
570
|
nonce: number;
|
|
900
571
|
r: import("viem").Hex;
|
|
901
572
|
s: import("viem").Hex;
|
|
902
|
-
to: import("
|
|
573
|
+
to: import("viem").Address | null;
|
|
903
574
|
transactionIndex: number | null;
|
|
904
575
|
typeHex: import("viem").Hex | null;
|
|
905
576
|
v: bigint;
|
|
@@ -914,43 +585,51 @@ export declare const tempoLocal: {
|
|
|
914
585
|
maxFeePerBlobGas?: undefined | undefined;
|
|
915
586
|
maxFeePerGas: bigint;
|
|
916
587
|
maxPriorityFeePerGas: bigint;
|
|
917
|
-
|
|
588
|
+
calls?: undefined;
|
|
918
589
|
feePayerSignature?: undefined;
|
|
590
|
+
feeToken?: undefined;
|
|
591
|
+
nonceKey?: undefined;
|
|
592
|
+
validBefore?: undefined;
|
|
593
|
+
validAfter?: undefined;
|
|
919
594
|
feePayer?: undefined;
|
|
920
595
|
} | {
|
|
596
|
+
nonce: number;
|
|
597
|
+
from: import("viem").Address;
|
|
598
|
+
gas: bigint;
|
|
921
599
|
blockHash: `0x${string}` | null;
|
|
922
600
|
blockNumber: bigint | null;
|
|
923
|
-
from: import("abitype").Address;
|
|
924
|
-
gas: bigint;
|
|
925
601
|
hash: import("viem").Hash;
|
|
926
|
-
input: import("viem").Hex;
|
|
927
|
-
nonce: number;
|
|
928
|
-
r: import("viem").Hex;
|
|
929
|
-
s: import("viem").Hex;
|
|
930
|
-
to: import("abitype").Address | null;
|
|
931
602
|
transactionIndex: number | null;
|
|
932
603
|
typeHex: import("viem").Hex | null;
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
yParity
|
|
604
|
+
r?: `0x${string}` | undefined;
|
|
605
|
+
s?: `0x${string}` | undefined;
|
|
606
|
+
yParity?: number | undefined;
|
|
607
|
+
v?: bigint | undefined;
|
|
936
608
|
accessList: import("viem").AccessList;
|
|
937
|
-
authorizationList
|
|
609
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
610
|
+
calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
|
|
938
611
|
chainId: number;
|
|
939
612
|
feeToken?: `0x${string}` | undefined;
|
|
940
613
|
feePayer?: `0x${string}` | undefined;
|
|
941
614
|
feePayerSignature?: import("viem").Signature | undefined;
|
|
942
|
-
|
|
615
|
+
nonceKey?: bigint | undefined;
|
|
616
|
+
type: "aa";
|
|
617
|
+
validBefore?: number | undefined;
|
|
618
|
+
validAfter?: number | undefined;
|
|
943
619
|
gasPrice?: undefined | undefined;
|
|
944
620
|
maxFeePerBlobGas?: undefined | undefined;
|
|
945
621
|
maxFeePerGas: bigint;
|
|
946
622
|
maxPriorityFeePerGas: bigint;
|
|
623
|
+
to?: undefined;
|
|
624
|
+
value?: undefined;
|
|
625
|
+
input?: undefined;
|
|
947
626
|
blobVersionedHashes?: undefined;
|
|
948
627
|
}) & {};
|
|
949
628
|
type: "transaction";
|
|
950
629
|
};
|
|
951
630
|
transactionRequest: {
|
|
952
631
|
exclude: [] | undefined;
|
|
953
|
-
format: (args: import("./viem/
|
|
632
|
+
format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
954
633
|
data?: `0x${string}` | undefined;
|
|
955
634
|
from?: `0x${string}` | undefined;
|
|
956
635
|
gas?: `0x${string}` | undefined;
|
|
@@ -968,9 +647,9 @@ export declare const tempoLocal: {
|
|
|
968
647
|
blobs?: undefined;
|
|
969
648
|
kzg?: undefined;
|
|
970
649
|
sidecars?: undefined;
|
|
650
|
+
calls?: undefined;
|
|
971
651
|
feeToken?: undefined;
|
|
972
652
|
feePayer?: undefined;
|
|
973
|
-
calls?: undefined;
|
|
974
653
|
} | {
|
|
975
654
|
data?: `0x${string}` | undefined;
|
|
976
655
|
from?: `0x${string}` | undefined;
|
|
@@ -989,9 +668,9 @@ export declare const tempoLocal: {
|
|
|
989
668
|
blobs?: undefined;
|
|
990
669
|
kzg?: undefined;
|
|
991
670
|
sidecars?: undefined;
|
|
671
|
+
calls?: undefined;
|
|
992
672
|
feeToken?: undefined;
|
|
993
673
|
feePayer?: undefined;
|
|
994
|
-
calls?: undefined;
|
|
995
674
|
} | {
|
|
996
675
|
data?: `0x${string}` | undefined;
|
|
997
676
|
from?: `0x${string}` | undefined;
|
|
@@ -1010,16 +689,16 @@ export declare const tempoLocal: {
|
|
|
1010
689
|
blobs?: undefined;
|
|
1011
690
|
kzg?: undefined;
|
|
1012
691
|
sidecars?: undefined;
|
|
692
|
+
calls?: undefined;
|
|
1013
693
|
feeToken?: undefined;
|
|
1014
694
|
feePayer?: undefined;
|
|
1015
|
-
calls?: undefined;
|
|
1016
695
|
} | {
|
|
1017
|
-
|
|
696
|
+
type?: "0x3" | undefined;
|
|
697
|
+
nonce?: `0x${string}` | undefined;
|
|
1018
698
|
from?: `0x${string}` | undefined;
|
|
1019
699
|
gas?: `0x${string}` | undefined;
|
|
1020
|
-
nonce?: `0x${string}` | undefined;
|
|
1021
|
-
type?: "0x3" | undefined;
|
|
1022
700
|
value?: `0x${string}` | undefined;
|
|
701
|
+
data?: `0x${string}` | undefined;
|
|
1023
702
|
to: `0x${string}` | null;
|
|
1024
703
|
gasPrice?: undefined | undefined;
|
|
1025
704
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -1031,16 +710,16 @@ export declare const tempoLocal: {
|
|
|
1031
710
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
1032
711
|
kzg?: undefined;
|
|
1033
712
|
authorizationList?: undefined;
|
|
713
|
+
calls?: undefined;
|
|
1034
714
|
feeToken?: undefined;
|
|
1035
715
|
feePayer?: undefined;
|
|
1036
|
-
calls?: undefined;
|
|
1037
716
|
} | {
|
|
1038
|
-
|
|
717
|
+
type?: "0x3" | undefined;
|
|
718
|
+
nonce?: `0x${string}` | undefined;
|
|
1039
719
|
from?: `0x${string}` | undefined;
|
|
1040
720
|
gas?: `0x${string}` | undefined;
|
|
1041
|
-
nonce?: `0x${string}` | undefined;
|
|
1042
|
-
type?: "0x3" | undefined;
|
|
1043
721
|
value?: `0x${string}` | undefined;
|
|
722
|
+
data?: `0x${string}` | undefined;
|
|
1044
723
|
to: `0x${string}` | null;
|
|
1045
724
|
gasPrice?: undefined | undefined;
|
|
1046
725
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -1052,20 +731,20 @@ export declare const tempoLocal: {
|
|
|
1052
731
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
1053
732
|
kzg?: import("viem").Kzg | undefined;
|
|
1054
733
|
authorizationList?: undefined;
|
|
734
|
+
calls?: undefined;
|
|
1055
735
|
feeToken?: undefined;
|
|
1056
736
|
feePayer?: undefined;
|
|
1057
|
-
calls?: undefined;
|
|
1058
737
|
} | {
|
|
1059
|
-
data?: `0x${string}` | undefined;
|
|
1060
|
-
from?: `0x${string}` | undefined;
|
|
1061
|
-
gas?: `0x${string}` | undefined;
|
|
1062
|
-
nonce?: `0x${string}` | undefined;
|
|
1063
|
-
to?: `0x${string}` | null | undefined;
|
|
1064
738
|
type?: "0x4" | undefined;
|
|
1065
|
-
|
|
739
|
+
nonce?: `0x${string}` | undefined;
|
|
1066
740
|
accessList?: import("viem").AccessList | undefined;
|
|
741
|
+
from?: `0x${string}` | undefined;
|
|
742
|
+
gas?: `0x${string}` | undefined;
|
|
1067
743
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1068
744
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
745
|
+
to?: `0x${string}` | null | undefined;
|
|
746
|
+
value?: `0x${string}` | undefined;
|
|
747
|
+
data?: `0x${string}` | undefined;
|
|
1069
748
|
gasPrice?: undefined | undefined;
|
|
1070
749
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1071
750
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
@@ -1073,16 +752,16 @@ export declare const tempoLocal: {
|
|
|
1073
752
|
blobs?: undefined;
|
|
1074
753
|
kzg?: undefined;
|
|
1075
754
|
sidecars?: undefined;
|
|
755
|
+
calls?: undefined;
|
|
1076
756
|
feeToken?: undefined;
|
|
1077
757
|
feePayer?: undefined;
|
|
1078
|
-
calls?: undefined;
|
|
1079
758
|
} | {
|
|
1080
759
|
data?: `0x${string}` | undefined;
|
|
1081
760
|
from?: `0x${string}` | undefined;
|
|
1082
761
|
gas?: `0x${string}` | undefined;
|
|
1083
762
|
nonce?: `0x${string}` | undefined;
|
|
1084
763
|
to?: `0x${string}` | null | undefined;
|
|
1085
|
-
type?: "
|
|
764
|
+
type?: "0x76" | undefined;
|
|
1086
765
|
value?: `0x${string}` | undefined;
|
|
1087
766
|
gasPrice?: undefined | undefined;
|
|
1088
767
|
maxFeePerBlobGas?: undefined | undefined;
|
|
@@ -1090,7 +769,7 @@ export declare const tempoLocal: {
|
|
|
1090
769
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1091
770
|
accessList?: import("viem").AccessList | undefined;
|
|
1092
771
|
authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
|
|
1093
|
-
calls?: readonly import("ox/
|
|
772
|
+
calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
|
|
1094
773
|
feePayer?: true | import("viem").Account | undefined;
|
|
1095
774
|
feeToken?: bigint | `0x${string}` | undefined;
|
|
1096
775
|
blobVersionedHashes?: undefined;
|
|
@@ -1102,7 +781,7 @@ export declare const tempoLocal: {
|
|
|
1102
781
|
};
|
|
1103
782
|
};
|
|
1104
783
|
serializers: {
|
|
1105
|
-
transaction: typeof import("./viem/
|
|
784
|
+
transaction: typeof import("./viem/Transaction.js").serialize;
|
|
1106
785
|
};
|
|
1107
786
|
};
|
|
1108
787
|
export declare const tempo: {
|
|
@@ -1126,17 +805,17 @@ export declare const tempo: {
|
|
|
1126
805
|
};
|
|
1127
806
|
};
|
|
1128
807
|
ensTlds?: readonly string[] | undefined;
|
|
1129
|
-
id:
|
|
1130
|
-
name: "Tempo";
|
|
808
|
+
id: 42427;
|
|
809
|
+
name: "Tempo Andante";
|
|
1131
810
|
nativeCurrency: {
|
|
1132
811
|
readonly name: "USD";
|
|
1133
812
|
readonly symbol: "USD";
|
|
1134
|
-
readonly decimals:
|
|
813
|
+
readonly decimals: 6;
|
|
1135
814
|
};
|
|
1136
815
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
1137
816
|
rpcUrls: {
|
|
1138
817
|
readonly default: {
|
|
1139
|
-
readonly http: readonly ["https://rpc-
|
|
818
|
+
readonly http: readonly ["https://rpc-andante.tempoxyz.dev"];
|
|
1140
819
|
};
|
|
1141
820
|
};
|
|
1142
821
|
sourceId?: number | undefined | undefined;
|
|
@@ -1146,16 +825,16 @@ export declare const tempo: {
|
|
|
1146
825
|
formatters: {
|
|
1147
826
|
transaction: {
|
|
1148
827
|
exclude: [] | undefined;
|
|
1149
|
-
format: (args: import("./viem/
|
|
1150
|
-
input: import("viem").Hex;
|
|
1151
|
-
from: import("abitype").Address;
|
|
1152
|
-
gas: bigint;
|
|
1153
|
-
nonce: number;
|
|
1154
|
-
to: import("abitype").Address | null;
|
|
1155
|
-
value: bigint;
|
|
828
|
+
format: (args: import("./viem/Transaction.js").TransactionRpc, action?: string | undefined) => ({
|
|
1156
829
|
r: import("viem").Hex;
|
|
1157
830
|
s: import("viem").Hex;
|
|
1158
831
|
v: bigint;
|
|
832
|
+
nonce: number;
|
|
833
|
+
from: import("viem").Address;
|
|
834
|
+
gas: bigint;
|
|
835
|
+
to: import("viem").Address | null;
|
|
836
|
+
value: bigint;
|
|
837
|
+
input: import("viem").Hex;
|
|
1159
838
|
blockHash: `0x${string}` | null;
|
|
1160
839
|
blockNumber: bigint | null;
|
|
1161
840
|
hash: import("viem").Hash;
|
|
@@ -1171,20 +850,24 @@ export declare const tempo: {
|
|
|
1171
850
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1172
851
|
maxFeePerGas?: undefined | undefined;
|
|
1173
852
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1174
|
-
|
|
853
|
+
calls?: undefined;
|
|
1175
854
|
feePayerSignature?: undefined;
|
|
855
|
+
feeToken?: undefined;
|
|
856
|
+
nonceKey?: undefined;
|
|
857
|
+
validBefore?: undefined;
|
|
858
|
+
validAfter?: undefined;
|
|
1176
859
|
feePayer?: undefined;
|
|
1177
860
|
} | {
|
|
1178
861
|
blockHash: `0x${string}` | null;
|
|
1179
862
|
blockNumber: bigint | null;
|
|
1180
|
-
from: import("
|
|
863
|
+
from: import("viem").Address;
|
|
1181
864
|
gas: bigint;
|
|
1182
865
|
hash: import("viem").Hash;
|
|
1183
866
|
input: import("viem").Hex;
|
|
1184
867
|
nonce: number;
|
|
1185
868
|
r: import("viem").Hex;
|
|
1186
869
|
s: import("viem").Hex;
|
|
1187
|
-
to: import("
|
|
870
|
+
to: import("viem").Address | null;
|
|
1188
871
|
transactionIndex: number | null;
|
|
1189
872
|
typeHex: import("viem").Hex | null;
|
|
1190
873
|
v: bigint;
|
|
@@ -1199,20 +882,24 @@ export declare const tempo: {
|
|
|
1199
882
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1200
883
|
maxFeePerGas?: undefined | undefined;
|
|
1201
884
|
maxPriorityFeePerGas?: undefined | undefined;
|
|
1202
|
-
|
|
885
|
+
calls?: undefined;
|
|
1203
886
|
feePayerSignature?: undefined;
|
|
887
|
+
feeToken?: undefined;
|
|
888
|
+
nonceKey?: undefined;
|
|
889
|
+
validBefore?: undefined;
|
|
890
|
+
validAfter?: undefined;
|
|
1204
891
|
feePayer?: undefined;
|
|
1205
892
|
} | {
|
|
1206
893
|
blockHash: `0x${string}` | null;
|
|
1207
894
|
blockNumber: bigint | null;
|
|
1208
|
-
from: import("
|
|
895
|
+
from: import("viem").Address;
|
|
1209
896
|
gas: bigint;
|
|
1210
897
|
hash: import("viem").Hash;
|
|
1211
898
|
input: import("viem").Hex;
|
|
1212
899
|
nonce: number;
|
|
1213
900
|
r: import("viem").Hex;
|
|
1214
901
|
s: import("viem").Hex;
|
|
1215
|
-
to: import("
|
|
902
|
+
to: import("viem").Address | null;
|
|
1216
903
|
transactionIndex: number | null;
|
|
1217
904
|
typeHex: import("viem").Hex | null;
|
|
1218
905
|
v: bigint;
|
|
@@ -1227,20 +914,24 @@ export declare const tempo: {
|
|
|
1227
914
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1228
915
|
maxFeePerGas: bigint;
|
|
1229
916
|
maxPriorityFeePerGas: bigint;
|
|
1230
|
-
|
|
917
|
+
calls?: undefined;
|
|
1231
918
|
feePayerSignature?: undefined;
|
|
919
|
+
feeToken?: undefined;
|
|
920
|
+
nonceKey?: undefined;
|
|
921
|
+
validBefore?: undefined;
|
|
922
|
+
validAfter?: undefined;
|
|
1232
923
|
feePayer?: undefined;
|
|
1233
924
|
} | {
|
|
1234
925
|
blockHash: `0x${string}` | null;
|
|
1235
926
|
blockNumber: bigint | null;
|
|
1236
|
-
from: import("
|
|
927
|
+
from: import("viem").Address;
|
|
1237
928
|
gas: bigint;
|
|
1238
929
|
hash: import("viem").Hash;
|
|
1239
930
|
input: import("viem").Hex;
|
|
1240
931
|
nonce: number;
|
|
1241
932
|
r: import("viem").Hex;
|
|
1242
933
|
s: import("viem").Hex;
|
|
1243
|
-
to: import("
|
|
934
|
+
to: import("viem").Address | null;
|
|
1244
935
|
transactionIndex: number | null;
|
|
1245
936
|
typeHex: import("viem").Hex | null;
|
|
1246
937
|
v: bigint;
|
|
@@ -1255,20 +946,24 @@ export declare const tempo: {
|
|
|
1255
946
|
maxFeePerBlobGas: bigint;
|
|
1256
947
|
maxFeePerGas: bigint;
|
|
1257
948
|
maxPriorityFeePerGas: bigint;
|
|
1258
|
-
|
|
949
|
+
calls?: undefined;
|
|
1259
950
|
feePayerSignature?: undefined;
|
|
951
|
+
feeToken?: undefined;
|
|
952
|
+
nonceKey?: undefined;
|
|
953
|
+
validBefore?: undefined;
|
|
954
|
+
validAfter?: undefined;
|
|
1260
955
|
feePayer?: undefined;
|
|
1261
956
|
} | {
|
|
1262
957
|
blockHash: `0x${string}` | null;
|
|
1263
958
|
blockNumber: bigint | null;
|
|
1264
|
-
from: import("
|
|
959
|
+
from: import("viem").Address;
|
|
1265
960
|
gas: bigint;
|
|
1266
961
|
hash: import("viem").Hash;
|
|
1267
962
|
input: import("viem").Hex;
|
|
1268
963
|
nonce: number;
|
|
1269
964
|
r: import("viem").Hex;
|
|
1270
965
|
s: import("viem").Hex;
|
|
1271
|
-
to: import("
|
|
966
|
+
to: import("viem").Address | null;
|
|
1272
967
|
transactionIndex: number | null;
|
|
1273
968
|
typeHex: import("viem").Hex | null;
|
|
1274
969
|
v: bigint;
|
|
@@ -1283,43 +978,51 @@ export declare const tempo: {
|
|
|
1283
978
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1284
979
|
maxFeePerGas: bigint;
|
|
1285
980
|
maxPriorityFeePerGas: bigint;
|
|
1286
|
-
|
|
981
|
+
calls?: undefined;
|
|
1287
982
|
feePayerSignature?: undefined;
|
|
983
|
+
feeToken?: undefined;
|
|
984
|
+
nonceKey?: undefined;
|
|
985
|
+
validBefore?: undefined;
|
|
986
|
+
validAfter?: undefined;
|
|
1288
987
|
feePayer?: undefined;
|
|
1289
988
|
} | {
|
|
989
|
+
nonce: number;
|
|
990
|
+
from: import("viem").Address;
|
|
991
|
+
gas: bigint;
|
|
1290
992
|
blockHash: `0x${string}` | null;
|
|
1291
993
|
blockNumber: bigint | null;
|
|
1292
|
-
from: import("abitype").Address;
|
|
1293
|
-
gas: bigint;
|
|
1294
994
|
hash: import("viem").Hash;
|
|
1295
|
-
input: import("viem").Hex;
|
|
1296
|
-
nonce: number;
|
|
1297
|
-
r: import("viem").Hex;
|
|
1298
|
-
s: import("viem").Hex;
|
|
1299
|
-
to: import("abitype").Address | null;
|
|
1300
995
|
transactionIndex: number | null;
|
|
1301
996
|
typeHex: import("viem").Hex | null;
|
|
1302
|
-
|
|
1303
|
-
|
|
1304
|
-
yParity
|
|
997
|
+
r?: `0x${string}` | undefined;
|
|
998
|
+
s?: `0x${string}` | undefined;
|
|
999
|
+
yParity?: number | undefined;
|
|
1000
|
+
v?: bigint | undefined;
|
|
1305
1001
|
accessList: import("viem").AccessList;
|
|
1306
|
-
authorizationList
|
|
1002
|
+
authorizationList?: import("viem").SignedAuthorizationList | undefined;
|
|
1003
|
+
calls: readonly import("./ox/TransactionEnvelopeAA.js").Call<bigint>[];
|
|
1307
1004
|
chainId: number;
|
|
1308
1005
|
feeToken?: `0x${string}` | undefined;
|
|
1309
1006
|
feePayer?: `0x${string}` | undefined;
|
|
1310
1007
|
feePayerSignature?: import("viem").Signature | undefined;
|
|
1311
|
-
|
|
1008
|
+
nonceKey?: bigint | undefined;
|
|
1009
|
+
type: "aa";
|
|
1010
|
+
validBefore?: number | undefined;
|
|
1011
|
+
validAfter?: number | undefined;
|
|
1312
1012
|
gasPrice?: undefined | undefined;
|
|
1313
1013
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1314
1014
|
maxFeePerGas: bigint;
|
|
1315
1015
|
maxPriorityFeePerGas: bigint;
|
|
1016
|
+
to?: undefined;
|
|
1017
|
+
value?: undefined;
|
|
1018
|
+
input?: undefined;
|
|
1316
1019
|
blobVersionedHashes?: undefined;
|
|
1317
1020
|
}) & {};
|
|
1318
1021
|
type: "transaction";
|
|
1319
1022
|
};
|
|
1320
1023
|
transactionRequest: {
|
|
1321
1024
|
exclude: [] | undefined;
|
|
1322
|
-
format: (args: import("./viem/
|
|
1025
|
+
format: (args: import("./viem/Transaction.js").TransactionRequest, action?: string | undefined) => ({
|
|
1323
1026
|
data?: `0x${string}` | undefined;
|
|
1324
1027
|
from?: `0x${string}` | undefined;
|
|
1325
1028
|
gas?: `0x${string}` | undefined;
|
|
@@ -1337,9 +1040,9 @@ export declare const tempo: {
|
|
|
1337
1040
|
blobs?: undefined;
|
|
1338
1041
|
kzg?: undefined;
|
|
1339
1042
|
sidecars?: undefined;
|
|
1043
|
+
calls?: undefined;
|
|
1340
1044
|
feeToken?: undefined;
|
|
1341
1045
|
feePayer?: undefined;
|
|
1342
|
-
calls?: undefined;
|
|
1343
1046
|
} | {
|
|
1344
1047
|
data?: `0x${string}` | undefined;
|
|
1345
1048
|
from?: `0x${string}` | undefined;
|
|
@@ -1358,9 +1061,9 @@ export declare const tempo: {
|
|
|
1358
1061
|
blobs?: undefined;
|
|
1359
1062
|
kzg?: undefined;
|
|
1360
1063
|
sidecars?: undefined;
|
|
1064
|
+
calls?: undefined;
|
|
1361
1065
|
feeToken?: undefined;
|
|
1362
1066
|
feePayer?: undefined;
|
|
1363
|
-
calls?: undefined;
|
|
1364
1067
|
} | {
|
|
1365
1068
|
data?: `0x${string}` | undefined;
|
|
1366
1069
|
from?: `0x${string}` | undefined;
|
|
@@ -1379,16 +1082,16 @@ export declare const tempo: {
|
|
|
1379
1082
|
blobs?: undefined;
|
|
1380
1083
|
kzg?: undefined;
|
|
1381
1084
|
sidecars?: undefined;
|
|
1085
|
+
calls?: undefined;
|
|
1382
1086
|
feeToken?: undefined;
|
|
1383
1087
|
feePayer?: undefined;
|
|
1384
|
-
calls?: undefined;
|
|
1385
1088
|
} | {
|
|
1386
|
-
|
|
1089
|
+
type?: "0x3" | undefined;
|
|
1090
|
+
nonce?: `0x${string}` | undefined;
|
|
1387
1091
|
from?: `0x${string}` | undefined;
|
|
1388
1092
|
gas?: `0x${string}` | undefined;
|
|
1389
|
-
nonce?: `0x${string}` | undefined;
|
|
1390
|
-
type?: "0x3" | undefined;
|
|
1391
1093
|
value?: `0x${string}` | undefined;
|
|
1094
|
+
data?: `0x${string}` | undefined;
|
|
1392
1095
|
to: `0x${string}` | null;
|
|
1393
1096
|
gasPrice?: undefined | undefined;
|
|
1394
1097
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -1400,16 +1103,16 @@ export declare const tempo: {
|
|
|
1400
1103
|
blobVersionedHashes: readonly import("viem").Hex[];
|
|
1401
1104
|
kzg?: undefined;
|
|
1402
1105
|
authorizationList?: undefined;
|
|
1106
|
+
calls?: undefined;
|
|
1403
1107
|
feeToken?: undefined;
|
|
1404
1108
|
feePayer?: undefined;
|
|
1405
|
-
calls?: undefined;
|
|
1406
1109
|
} | {
|
|
1407
|
-
|
|
1110
|
+
type?: "0x3" | undefined;
|
|
1111
|
+
nonce?: `0x${string}` | undefined;
|
|
1408
1112
|
from?: `0x${string}` | undefined;
|
|
1409
1113
|
gas?: `0x${string}` | undefined;
|
|
1410
|
-
nonce?: `0x${string}` | undefined;
|
|
1411
|
-
type?: "0x3" | undefined;
|
|
1412
1114
|
value?: `0x${string}` | undefined;
|
|
1115
|
+
data?: `0x${string}` | undefined;
|
|
1413
1116
|
to: `0x${string}` | null;
|
|
1414
1117
|
gasPrice?: undefined | undefined;
|
|
1415
1118
|
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
@@ -1421,20 +1124,20 @@ export declare const tempo: {
|
|
|
1421
1124
|
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
1422
1125
|
kzg?: import("viem").Kzg | undefined;
|
|
1423
1126
|
authorizationList?: undefined;
|
|
1127
|
+
calls?: undefined;
|
|
1424
1128
|
feeToken?: undefined;
|
|
1425
1129
|
feePayer?: undefined;
|
|
1426
|
-
calls?: undefined;
|
|
1427
1130
|
} | {
|
|
1428
|
-
data?: `0x${string}` | undefined;
|
|
1429
|
-
from?: `0x${string}` | undefined;
|
|
1430
|
-
gas?: `0x${string}` | undefined;
|
|
1431
|
-
nonce?: `0x${string}` | undefined;
|
|
1432
|
-
to?: `0x${string}` | null | undefined;
|
|
1433
1131
|
type?: "0x4" | undefined;
|
|
1434
|
-
|
|
1132
|
+
nonce?: `0x${string}` | undefined;
|
|
1435
1133
|
accessList?: import("viem").AccessList | undefined;
|
|
1134
|
+
from?: `0x${string}` | undefined;
|
|
1135
|
+
gas?: `0x${string}` | undefined;
|
|
1436
1136
|
maxFeePerGas?: `0x${string}` | undefined;
|
|
1437
1137
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1138
|
+
to?: `0x${string}` | null | undefined;
|
|
1139
|
+
value?: `0x${string}` | undefined;
|
|
1140
|
+
data?: `0x${string}` | undefined;
|
|
1438
1141
|
gasPrice?: undefined | undefined;
|
|
1439
1142
|
maxFeePerBlobGas?: undefined | undefined;
|
|
1440
1143
|
authorizationList?: import("viem").RpcAuthorizationList | undefined;
|
|
@@ -1442,16 +1145,16 @@ export declare const tempo: {
|
|
|
1442
1145
|
blobs?: undefined;
|
|
1443
1146
|
kzg?: undefined;
|
|
1444
1147
|
sidecars?: undefined;
|
|
1148
|
+
calls?: undefined;
|
|
1445
1149
|
feeToken?: undefined;
|
|
1446
1150
|
feePayer?: undefined;
|
|
1447
|
-
calls?: undefined;
|
|
1448
1151
|
} | {
|
|
1449
1152
|
data?: `0x${string}` | undefined;
|
|
1450
1153
|
from?: `0x${string}` | undefined;
|
|
1451
1154
|
gas?: `0x${string}` | undefined;
|
|
1452
1155
|
nonce?: `0x${string}` | undefined;
|
|
1453
1156
|
to?: `0x${string}` | null | undefined;
|
|
1454
|
-
type?: "
|
|
1157
|
+
type?: "0x76" | undefined;
|
|
1455
1158
|
value?: `0x${string}` | undefined;
|
|
1456
1159
|
gasPrice?: undefined | undefined;
|
|
1457
1160
|
maxFeePerBlobGas?: undefined | undefined;
|
|
@@ -1459,7 +1162,7 @@ export declare const tempo: {
|
|
|
1459
1162
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
1460
1163
|
accessList?: import("viem").AccessList | undefined;
|
|
1461
1164
|
authorizationList?: import("viem").AuthorizationList<`0x${string}`, boolean> | undefined;
|
|
1462
|
-
calls?: readonly import("ox/
|
|
1165
|
+
calls?: readonly import("./ox/TransactionEnvelopeAA.js").Call<`0x${string}`>[] | undefined;
|
|
1463
1166
|
feePayer?: true | import("viem").Account | undefined;
|
|
1464
1167
|
feeToken?: bigint | `0x${string}` | undefined;
|
|
1465
1168
|
blobVersionedHashes?: undefined;
|
|
@@ -1471,7 +1174,7 @@ export declare const tempo: {
|
|
|
1471
1174
|
};
|
|
1472
1175
|
};
|
|
1473
1176
|
serializers: {
|
|
1474
|
-
transaction: typeof import("./viem/
|
|
1177
|
+
transaction: typeof import("./viem/Transaction.js").serialize;
|
|
1475
1178
|
};
|
|
1476
1179
|
};
|
|
1477
1180
|
//# sourceMappingURL=chains.d.ts.map
|