viem 2.47.2 → 2.47.4
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/CHANGELOG.md +12 -0
- package/_cjs/chains/definitions/fluentDevnet.js +26 -0
- package/_cjs/chains/definitions/fluentDevnet.js.map +1 -0
- package/_cjs/chains/definitions/fluentTestnet.js +4 -4
- package/_cjs/chains/definitions/fluentTestnet.js.map +1 -1
- package/_cjs/chains/index.js +13 -10
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/tempo/Transaction.js.map +1 -1
- package/_esm/chains/definitions/fluentDevnet.js +23 -0
- package/_esm/chains/definitions/fluentDevnet.js.map +1 -0
- package/_esm/chains/definitions/fluentTestnet.js +4 -4
- package/_esm/chains/definitions/fluentTestnet.js.map +1 -1
- package/_esm/chains/index.js +1 -0
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/tempo/Transaction.js.map +1 -1
- package/_types/chains/definitions/fluentDevnet.d.ts +48 -0
- package/_types/chains/definitions/fluentDevnet.d.ts.map +1 -0
- package/_types/chains/definitions/fluentTestnet.d.ts +4 -4
- package/_types/chains/definitions/tempo.d.ts +14 -14
- package/_types/chains/definitions/tempoAndantino.d.ts +14 -14
- package/_types/chains/definitions/tempoDevnet.d.ts +14 -14
- package/_types/chains/definitions/tempoLocalnet.d.ts +14 -14
- package/_types/chains/definitions/tempoModerato.d.ts +14 -14
- package/_types/chains/index.d.ts +1 -0
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/tempo/Transaction.d.ts +10 -11
- package/_types/tempo/Transaction.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +7 -7
- package/chains/definitions/fluentDevnet.ts +23 -0
- package/chains/definitions/fluentTestnet.ts +4 -4
- package/chains/index.ts +1 -0
- package/errors/version.ts +1 -1
- package/package.json +2 -2
- package/tempo/Transaction.ts +11 -14
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const fluentDevnet: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Fluent Devnet Explorer";
|
|
5
|
+
readonly url: "https://devnet.fluentscan.xyz";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
blockTime?: number | undefined | undefined;
|
|
9
|
+
contracts?: {
|
|
10
|
+
[x: string]: import("../../index.js").ChainContract | {
|
|
11
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
|
12
|
+
} | undefined;
|
|
13
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
|
14
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
|
15
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
|
16
|
+
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
17
|
+
} | undefined;
|
|
18
|
+
ensTlds?: readonly string[] | undefined;
|
|
19
|
+
id: 20993;
|
|
20
|
+
name: "Fluent Devnet";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly name: "Ether";
|
|
23
|
+
readonly symbol: "ETH";
|
|
24
|
+
readonly decimals: 18;
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.devnet.fluent.xyz"];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
sourceId?: number | undefined | undefined;
|
|
33
|
+
testnet: true;
|
|
34
|
+
custom?: Record<string, unknown> | undefined;
|
|
35
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
36
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
37
|
+
formatters?: undefined;
|
|
38
|
+
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
39
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
40
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
41
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
42
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
43
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
44
|
+
}] | undefined;
|
|
45
|
+
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
|
|
46
|
+
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
47
|
+
};
|
|
48
|
+
//# sourceMappingURL=fluentDevnet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"fluentDevnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/fluentDevnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBvB,CAAA"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
export declare const fluentTestnet: {
|
|
2
2
|
blockExplorers: {
|
|
3
3
|
readonly default: {
|
|
4
|
-
readonly name: "Fluent Explorer";
|
|
5
|
-
readonly url: "https://
|
|
4
|
+
readonly name: "Fluent Testnet Explorer";
|
|
5
|
+
readonly url: "https://testnet.fluentscan.xyz";
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
blockTime?: number | undefined | undefined;
|
|
@@ -16,7 +16,7 @@ export declare const fluentTestnet: {
|
|
|
16
16
|
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
17
17
|
} | undefined;
|
|
18
18
|
ensTlds?: readonly string[] | undefined;
|
|
19
|
-
id:
|
|
19
|
+
id: 20994;
|
|
20
20
|
name: "Fluent Testnet";
|
|
21
21
|
nativeCurrency: {
|
|
22
22
|
readonly name: "Ether";
|
|
@@ -26,7 +26,7 @@ export declare const fluentTestnet: {
|
|
|
26
26
|
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
27
|
rpcUrls: {
|
|
28
28
|
readonly default: {
|
|
29
|
-
readonly http: readonly ["https://rpc.
|
|
29
|
+
readonly http: readonly ["https://rpc.testnet.fluent.xyz"];
|
|
30
30
|
};
|
|
31
31
|
};
|
|
32
32
|
sourceId?: number | undefined | undefined;
|
|
@@ -220,14 +220,14 @@ export declare const tempo: {
|
|
|
220
220
|
yParity?: number | undefined;
|
|
221
221
|
accessList: import("../../index.js").AccessList;
|
|
222
222
|
authorizationList?: readonly {
|
|
223
|
-
address: import("ox/
|
|
223
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
224
224
|
chainId: number;
|
|
225
225
|
nonce: bigint;
|
|
226
226
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
227
227
|
}[] | undefined;
|
|
228
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
228
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
229
229
|
chainId: number;
|
|
230
|
-
feeToken?:
|
|
230
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
231
231
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
232
232
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
233
233
|
nonceKey?: bigint | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const tempo: {
|
|
|
267
267
|
transactionHash: import("../../index.js").Hash;
|
|
268
268
|
transactionIndex: number;
|
|
269
269
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
270
|
-
feePayer?:
|
|
271
|
-
feeToken?:
|
|
270
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
271
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
272
272
|
} & {};
|
|
273
273
|
type: "transactionReceipt";
|
|
274
274
|
};
|
|
@@ -438,9 +438,9 @@ export declare const tempo: {
|
|
|
438
438
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
439
439
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
440
440
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
441
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
441
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
442
442
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
443
|
-
feeToken?: bigint |
|
|
443
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
444
444
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
445
445
|
validBefore?: `0x${string}` | undefined;
|
|
446
446
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -671,14 +671,14 @@ export declare const tempo: {
|
|
|
671
671
|
yParity?: number | undefined;
|
|
672
672
|
accessList: import("../../index.js").AccessList;
|
|
673
673
|
authorizationList?: readonly {
|
|
674
|
-
address: import("ox/
|
|
674
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
675
675
|
chainId: number;
|
|
676
676
|
nonce: bigint;
|
|
677
677
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
678
678
|
}[] | undefined;
|
|
679
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
679
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
680
680
|
chainId: number;
|
|
681
|
-
feeToken?:
|
|
681
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
682
682
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
683
683
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
684
684
|
nonceKey?: bigint | undefined;
|
|
@@ -718,8 +718,8 @@ export declare const tempo: {
|
|
|
718
718
|
transactionHash: import("../../index.js").Hash;
|
|
719
719
|
transactionIndex: number;
|
|
720
720
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
721
|
-
feePayer?:
|
|
722
|
-
feeToken?:
|
|
721
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
722
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
723
723
|
} & {};
|
|
724
724
|
type: "transactionReceipt";
|
|
725
725
|
};
|
|
@@ -889,9 +889,9 @@ export declare const tempo: {
|
|
|
889
889
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
890
890
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
891
891
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
892
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
892
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
893
893
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
894
|
-
feeToken?: bigint |
|
|
894
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
895
895
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
896
896
|
validBefore?: `0x${string}` | undefined;
|
|
897
897
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -220,14 +220,14 @@ export declare const tempoAndantino: {
|
|
|
220
220
|
yParity?: number | undefined;
|
|
221
221
|
accessList: import("../../index.js").AccessList;
|
|
222
222
|
authorizationList?: readonly {
|
|
223
|
-
address: import("ox/
|
|
223
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
224
224
|
chainId: number;
|
|
225
225
|
nonce: bigint;
|
|
226
226
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
227
227
|
}[] | undefined;
|
|
228
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
228
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
229
229
|
chainId: number;
|
|
230
|
-
feeToken?:
|
|
230
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
231
231
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
232
232
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
233
233
|
nonceKey?: bigint | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const tempoAndantino: {
|
|
|
267
267
|
transactionHash: import("../../index.js").Hash;
|
|
268
268
|
transactionIndex: number;
|
|
269
269
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
270
|
-
feePayer?:
|
|
271
|
-
feeToken?:
|
|
270
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
271
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
272
272
|
} & {};
|
|
273
273
|
type: "transactionReceipt";
|
|
274
274
|
};
|
|
@@ -438,9 +438,9 @@ export declare const tempoAndantino: {
|
|
|
438
438
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
439
439
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
440
440
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
441
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
441
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
442
442
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
443
|
-
feeToken?: bigint |
|
|
443
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
444
444
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
445
445
|
validBefore?: `0x${string}` | undefined;
|
|
446
446
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -671,14 +671,14 @@ export declare const tempoAndantino: {
|
|
|
671
671
|
yParity?: number | undefined;
|
|
672
672
|
accessList: import("../../index.js").AccessList;
|
|
673
673
|
authorizationList?: readonly {
|
|
674
|
-
address: import("ox/
|
|
674
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
675
675
|
chainId: number;
|
|
676
676
|
nonce: bigint;
|
|
677
677
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
678
678
|
}[] | undefined;
|
|
679
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
679
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
680
680
|
chainId: number;
|
|
681
|
-
feeToken?:
|
|
681
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
682
682
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
683
683
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
684
684
|
nonceKey?: bigint | undefined;
|
|
@@ -718,8 +718,8 @@ export declare const tempoAndantino: {
|
|
|
718
718
|
transactionHash: import("../../index.js").Hash;
|
|
719
719
|
transactionIndex: number;
|
|
720
720
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
721
|
-
feePayer?:
|
|
722
|
-
feeToken?:
|
|
721
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
722
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
723
723
|
} & {};
|
|
724
724
|
type: "transactionReceipt";
|
|
725
725
|
};
|
|
@@ -889,9 +889,9 @@ export declare const tempoAndantino: {
|
|
|
889
889
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
890
890
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
891
891
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
892
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
892
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
893
893
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
894
|
-
feeToken?: bigint |
|
|
894
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
895
895
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
896
896
|
validBefore?: `0x${string}` | undefined;
|
|
897
897
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -220,14 +220,14 @@ export declare const tempoDevnet: {
|
|
|
220
220
|
yParity?: number | undefined;
|
|
221
221
|
accessList: import("../../index.js").AccessList;
|
|
222
222
|
authorizationList?: readonly {
|
|
223
|
-
address: import("ox/
|
|
223
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
224
224
|
chainId: number;
|
|
225
225
|
nonce: bigint;
|
|
226
226
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
227
227
|
}[] | undefined;
|
|
228
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
228
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
229
229
|
chainId: number;
|
|
230
|
-
feeToken?:
|
|
230
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
231
231
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
232
232
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
233
233
|
nonceKey?: bigint | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const tempoDevnet: {
|
|
|
267
267
|
transactionHash: import("../../index.js").Hash;
|
|
268
268
|
transactionIndex: number;
|
|
269
269
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
270
|
-
feePayer?:
|
|
271
|
-
feeToken?:
|
|
270
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
271
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
272
272
|
} & {};
|
|
273
273
|
type: "transactionReceipt";
|
|
274
274
|
};
|
|
@@ -438,9 +438,9 @@ export declare const tempoDevnet: {
|
|
|
438
438
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
439
439
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
440
440
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
441
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
441
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
442
442
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
443
|
-
feeToken?: bigint |
|
|
443
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
444
444
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
445
445
|
validBefore?: `0x${string}` | undefined;
|
|
446
446
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -671,14 +671,14 @@ export declare const tempoDevnet: {
|
|
|
671
671
|
yParity?: number | undefined;
|
|
672
672
|
accessList: import("../../index.js").AccessList;
|
|
673
673
|
authorizationList?: readonly {
|
|
674
|
-
address: import("ox/
|
|
674
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
675
675
|
chainId: number;
|
|
676
676
|
nonce: bigint;
|
|
677
677
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
678
678
|
}[] | undefined;
|
|
679
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
679
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
680
680
|
chainId: number;
|
|
681
|
-
feeToken?:
|
|
681
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
682
682
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
683
683
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
684
684
|
nonceKey?: bigint | undefined;
|
|
@@ -718,8 +718,8 @@ export declare const tempoDevnet: {
|
|
|
718
718
|
transactionHash: import("../../index.js").Hash;
|
|
719
719
|
transactionIndex: number;
|
|
720
720
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
721
|
-
feePayer?:
|
|
722
|
-
feeToken?:
|
|
721
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
722
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
723
723
|
} & {};
|
|
724
724
|
type: "transactionReceipt";
|
|
725
725
|
};
|
|
@@ -889,9 +889,9 @@ export declare const tempoDevnet: {
|
|
|
889
889
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
890
890
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
891
891
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
892
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
892
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
893
893
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
894
|
-
feeToken?: bigint |
|
|
894
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
895
895
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
896
896
|
validBefore?: `0x${string}` | undefined;
|
|
897
897
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -225,14 +225,14 @@ export declare const tempoLocalnet: {
|
|
|
225
225
|
yParity?: number | undefined;
|
|
226
226
|
accessList: import("../../index.js").AccessList;
|
|
227
227
|
authorizationList?: readonly {
|
|
228
|
-
address: import("ox/
|
|
228
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
229
229
|
chainId: number;
|
|
230
230
|
nonce: bigint;
|
|
231
231
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
232
232
|
}[] | undefined;
|
|
233
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
233
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
234
234
|
chainId: number;
|
|
235
|
-
feeToken?:
|
|
235
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
236
236
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
237
237
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
238
238
|
nonceKey?: bigint | undefined;
|
|
@@ -272,8 +272,8 @@ export declare const tempoLocalnet: {
|
|
|
272
272
|
transactionHash: import("../../index.js").Hash;
|
|
273
273
|
transactionIndex: number;
|
|
274
274
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
275
|
-
feePayer?:
|
|
276
|
-
feeToken?:
|
|
275
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
276
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
277
277
|
} & {};
|
|
278
278
|
type: "transactionReceipt";
|
|
279
279
|
};
|
|
@@ -443,9 +443,9 @@ export declare const tempoLocalnet: {
|
|
|
443
443
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
444
444
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
445
445
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
446
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
446
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
447
447
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
448
|
-
feeToken?: bigint |
|
|
448
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
449
449
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
450
450
|
validBefore?: `0x${string}` | undefined;
|
|
451
451
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -669,14 +669,14 @@ export declare const tempoLocalnet: {
|
|
|
669
669
|
yParity?: number | undefined;
|
|
670
670
|
accessList: import("../../index.js").AccessList;
|
|
671
671
|
authorizationList?: readonly {
|
|
672
|
-
address: import("ox/
|
|
672
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
673
673
|
chainId: number;
|
|
674
674
|
nonce: bigint;
|
|
675
675
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
676
676
|
}[] | undefined;
|
|
677
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
677
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
678
678
|
chainId: number;
|
|
679
|
-
feeToken?:
|
|
679
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
680
680
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
681
681
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
682
682
|
nonceKey?: bigint | undefined;
|
|
@@ -716,8 +716,8 @@ export declare const tempoLocalnet: {
|
|
|
716
716
|
transactionHash: import("../../index.js").Hash;
|
|
717
717
|
transactionIndex: number;
|
|
718
718
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
719
|
-
feePayer?:
|
|
720
|
-
feeToken?:
|
|
719
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
720
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
721
721
|
} & {};
|
|
722
722
|
type: "transactionReceipt";
|
|
723
723
|
};
|
|
@@ -887,9 +887,9 @@ export declare const tempoLocalnet: {
|
|
|
887
887
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
888
888
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
889
889
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
890
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
890
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
891
891
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
892
|
-
feeToken?: bigint |
|
|
892
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
893
893
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
894
894
|
validBefore?: `0x${string}` | undefined;
|
|
895
895
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -220,14 +220,14 @@ export declare const tempoModerato: {
|
|
|
220
220
|
yParity?: number | undefined;
|
|
221
221
|
accessList: import("../../index.js").AccessList;
|
|
222
222
|
authorizationList?: readonly {
|
|
223
|
-
address: import("ox/
|
|
223
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
224
224
|
chainId: number;
|
|
225
225
|
nonce: bigint;
|
|
226
226
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
227
227
|
}[] | undefined;
|
|
228
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
228
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
229
229
|
chainId: number;
|
|
230
|
-
feeToken?:
|
|
230
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
231
231
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
232
232
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
233
233
|
nonceKey?: bigint | undefined;
|
|
@@ -267,8 +267,8 @@ export declare const tempoModerato: {
|
|
|
267
267
|
transactionHash: import("../../index.js").Hash;
|
|
268
268
|
transactionIndex: number;
|
|
269
269
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
270
|
-
feePayer?:
|
|
271
|
-
feeToken?:
|
|
270
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
271
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
272
272
|
} & {};
|
|
273
273
|
type: "transactionReceipt";
|
|
274
274
|
};
|
|
@@ -438,9 +438,9 @@ export declare const tempoModerato: {
|
|
|
438
438
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
439
439
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
440
440
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
441
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
441
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
442
442
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
443
|
-
feeToken?: bigint |
|
|
443
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
444
444
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
445
445
|
validBefore?: `0x${string}` | undefined;
|
|
446
446
|
validAfter?: `0x${string}` | undefined;
|
|
@@ -671,14 +671,14 @@ export declare const tempoModerato: {
|
|
|
671
671
|
yParity?: number | undefined;
|
|
672
672
|
accessList: import("../../index.js").AccessList;
|
|
673
673
|
authorizationList?: readonly {
|
|
674
|
-
address: import("ox/
|
|
674
|
+
address: import("ox/tempo/TempoAddress").Address;
|
|
675
675
|
chainId: number;
|
|
676
676
|
nonce: bigint;
|
|
677
677
|
signature: import("ox/tempo/SignatureEnvelope").SignatureEnvelope<bigint, number>;
|
|
678
678
|
}[] | undefined;
|
|
679
|
-
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint
|
|
679
|
+
calls: readonly import("ox/tempo/TxEnvelopeTempo").Call<bigint, `0x${string}`>[];
|
|
680
680
|
chainId: number;
|
|
681
|
-
feeToken?:
|
|
681
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
682
682
|
feePayerSignature?: import("../../index.js").Signature | undefined;
|
|
683
683
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<bigint, number> | null | undefined;
|
|
684
684
|
nonceKey?: bigint | undefined;
|
|
@@ -718,8 +718,8 @@ export declare const tempoModerato: {
|
|
|
718
718
|
transactionHash: import("../../index.js").Hash;
|
|
719
719
|
transactionIndex: number;
|
|
720
720
|
type: import("../../tempo/Transaction.js").TransactionType;
|
|
721
|
-
feePayer?:
|
|
722
|
-
feeToken?:
|
|
721
|
+
feePayer?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
722
|
+
feeToken?: import("ox/tempo/TempoAddress").Address | undefined;
|
|
723
723
|
} & {};
|
|
724
724
|
type: "transactionReceipt";
|
|
725
725
|
};
|
|
@@ -889,9 +889,9 @@ export declare const tempoModerato: {
|
|
|
889
889
|
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
890
890
|
accessList?: import("../../index.js").AccessList | undefined;
|
|
891
891
|
keyAuthorization?: import("ox/tempo/KeyAuthorization").Signed<`0x${string}`, `0x${string}`> | undefined;
|
|
892
|
-
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}
|
|
892
|
+
calls?: readonly import("ox/tempo/TxEnvelopeTempo").Call<`0x${string}`, import("ox/tempo/TempoAddress").Address>[] | undefined;
|
|
893
893
|
feePayer?: true | import("../../index.js").Account | undefined;
|
|
894
|
-
feeToken?: bigint |
|
|
894
|
+
feeToken?: bigint | import("ox/tempo/TempoAddress").Address | undefined;
|
|
895
895
|
nonceKey?: `0x${string}` | "expiring" | undefined;
|
|
896
896
|
validBefore?: `0x${string}` | undefined;
|
|
897
897
|
validAfter?: `0x${string}` | undefined;
|
package/_types/chains/index.d.ts
CHANGED
|
@@ -212,6 +212,7 @@ export { flowTestnet } from './definitions/flowTestnet.js';
|
|
|
212
212
|
export { fluence } from './definitions/fluence.js';
|
|
213
213
|
export { fluenceStage } from './definitions/fluenceStage.js';
|
|
214
214
|
export { fluenceTestnet } from './definitions/fluenceTestnet.js';
|
|
215
|
+
export { fluentDevnet } from './definitions/fluentDevnet.js';
|
|
215
216
|
export { fluentTestnet } from './definitions/fluentTestnet.js';
|
|
216
217
|
export { form } from './definitions/form.js';
|
|
217
218
|
export { forma } from './definitions/forma.js';
|