viem 2.47.6 → 2.47.10
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 +48 -0
- package/_cjs/actions/wallet/prepareTransactionRequest.js +12 -0
- package/_cjs/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_cjs/actions/wallet/waitForCallsStatus.js.map +1 -1
- package/_cjs/chains/definitions/battlechainTestnet.js +26 -0
- package/_cjs/chains/definitions/battlechainTestnet.js.map +1 -0
- package/_cjs/chains/definitions/eden.js +32 -0
- package/_cjs/chains/definitions/eden.js.map +1 -0
- package/_cjs/chains/definitions/gensyn.js +29 -0
- package/_cjs/chains/definitions/gensyn.js.map +1 -0
- package/_cjs/chains/definitions/igra.js +26 -0
- package/_cjs/chains/definitions/igra.js.map +1 -0
- package/_cjs/chains/definitions/katana.js +6 -0
- package/_cjs/chains/definitions/katana.js.map +1 -1
- package/_cjs/chains/definitions/megaeth.js +25 -3
- package/_cjs/chains/definitions/megaeth.js.map +1 -1
- package/_cjs/chains/definitions/mezo.js +23 -0
- package/_cjs/chains/definitions/mezo.js.map +1 -0
- package/_cjs/chains/definitions/mezoTestnet.js +30 -0
- package/_cjs/chains/definitions/mezoTestnet.js.map +1 -0
- package/_cjs/chains/definitions/radius.js +22 -0
- package/_cjs/chains/definitions/radius.js.map +1 -0
- package/_cjs/chains/definitions/radiusTestnet.js +22 -0
- package/_cjs/chains/definitions/radiusTestnet.js.map +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js +1 -0
- package/_cjs/chains/definitions/tempoDevnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoLocalnet.js +1 -0
- package/_cjs/chains/definitions/tempoLocalnet.js.map +1 -1
- package/_cjs/chains/definitions/tempoModerato.js +1 -1
- package/_cjs/chains/definitions/tempoModerato.js.map +1 -1
- package/_cjs/chains/index.js +32 -17
- package/_cjs/chains/index.js.map +1 -1
- package/_cjs/errors/version.js +1 -1
- package/_cjs/errors/version.js.map +1 -1
- package/_cjs/tempo/Abis.js +45 -0
- package/_cjs/tempo/Abis.js.map +1 -1
- package/_cjs/tempo/Account.js +1 -3
- package/_cjs/tempo/Account.js.map +1 -1
- package/_cjs/tempo/Hardfork.js +18 -0
- package/_cjs/tempo/Hardfork.js.map +1 -0
- package/_cjs/tempo/Transaction.js +1 -0
- package/_cjs/tempo/Transaction.js.map +1 -1
- package/_cjs/tempo/actions/accessKey.js +26 -2
- package/_cjs/tempo/actions/accessKey.js.map +1 -1
- package/_cjs/tempo/actions/token.js +2 -1
- package/_cjs/tempo/actions/token.js.map +1 -1
- package/_cjs/tempo/chainConfig.js +44 -8
- package/_cjs/tempo/chainConfig.js.map +1 -1
- package/_cjs/tempo/index.js +2 -1
- package/_cjs/tempo/index.js.map +1 -1
- package/_esm/actions/wallet/prepareTransactionRequest.js +12 -0
- package/_esm/actions/wallet/prepareTransactionRequest.js.map +1 -1
- package/_esm/actions/wallet/waitForCallsStatus.js.map +1 -1
- package/_esm/chains/definitions/battlechainTestnet.js +23 -0
- package/_esm/chains/definitions/battlechainTestnet.js.map +1 -0
- package/_esm/chains/definitions/eden.js +29 -0
- package/_esm/chains/definitions/eden.js.map +1 -0
- package/_esm/chains/definitions/gensyn.js +26 -0
- package/_esm/chains/definitions/gensyn.js.map +1 -0
- package/_esm/chains/definitions/igra.js +23 -0
- package/_esm/chains/definitions/igra.js.map +1 -0
- package/_esm/chains/definitions/katana.js +6 -0
- package/_esm/chains/definitions/katana.js.map +1 -1
- package/_esm/chains/definitions/megaeth.js +25 -3
- package/_esm/chains/definitions/megaeth.js.map +1 -1
- package/_esm/chains/definitions/mezo.js +20 -0
- package/_esm/chains/definitions/mezo.js.map +1 -0
- package/_esm/chains/definitions/mezoTestnet.js +27 -0
- package/_esm/chains/definitions/mezoTestnet.js.map +1 -0
- package/_esm/chains/definitions/radius.js +19 -0
- package/_esm/chains/definitions/radius.js.map +1 -0
- package/_esm/chains/definitions/radiusTestnet.js +19 -0
- package/_esm/chains/definitions/radiusTestnet.js.map +1 -0
- package/_esm/chains/definitions/tempoDevnet.js +1 -0
- package/_esm/chains/definitions/tempoDevnet.js.map +1 -1
- package/_esm/chains/definitions/tempoLocalnet.js +1 -0
- package/_esm/chains/definitions/tempoLocalnet.js.map +1 -1
- package/_esm/chains/definitions/tempoModerato.js +1 -1
- package/_esm/chains/definitions/tempoModerato.js.map +1 -1
- package/_esm/chains/index.js +10 -7
- package/_esm/chains/index.js.map +1 -1
- package/_esm/errors/version.js +1 -1
- package/_esm/errors/version.js.map +1 -1
- package/_esm/tempo/Abis.js +45 -0
- package/_esm/tempo/Abis.js.map +1 -1
- package/_esm/tempo/Account.js +1 -5
- package/_esm/tempo/Account.js.map +1 -1
- package/_esm/tempo/Hardfork.js +15 -0
- package/_esm/tempo/Hardfork.js.map +1 -0
- package/_esm/tempo/Transaction.js +1 -0
- package/_esm/tempo/Transaction.js.map +1 -1
- package/_esm/tempo/actions/accessKey.js +34 -3
- package/_esm/tempo/actions/accessKey.js.map +1 -1
- package/_esm/tempo/actions/token.js +2 -1
- package/_esm/tempo/actions/token.js.map +1 -1
- package/_esm/tempo/chainConfig.js +52 -11
- package/_esm/tempo/chainConfig.js.map +1 -1
- package/_esm/tempo/index.js +1 -0
- package/_esm/tempo/index.js.map +1 -1
- package/_types/actions/public/verifyHash.d.ts +1 -1
- package/_types/actions/public/verifyHash.d.ts.map +1 -1
- package/_types/actions/wallet/prepareTransactionRequest.d.ts.map +1 -1
- package/_types/chains/definitions/battlechainTestnet.d.ts +441 -0
- package/_types/chains/definitions/battlechainTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/eden.d.ts +46 -0
- package/_types/chains/definitions/eden.d.ts.map +1 -0
- package/_types/chains/definitions/gensyn.d.ts +45 -0
- package/_types/chains/definitions/gensyn.d.ts.map +1 -0
- package/_types/chains/definitions/igra.d.ts +48 -0
- package/_types/chains/definitions/igra.d.ts.map +1 -0
- package/_types/chains/definitions/katana.d.ts +6 -9
- package/_types/chains/definitions/katana.d.ts.map +1 -1
- package/_types/chains/definitions/megaeth.d.ts +274 -6
- package/_types/chains/definitions/megaeth.d.ts.map +1 -1
- package/_types/chains/definitions/mezo.d.ts +48 -0
- package/_types/chains/definitions/mezo.d.ts.map +1 -0
- package/_types/chains/definitions/mezoTestnet.d.ts +45 -0
- package/_types/chains/definitions/mezoTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/radius.d.ts +48 -0
- package/_types/chains/definitions/radius.d.ts.map +1 -0
- package/_types/chains/definitions/radiusTestnet.d.ts +48 -0
- package/_types/chains/definitions/radiusTestnet.d.ts.map +1 -0
- package/_types/chains/definitions/tempo.d.ts +25 -22
- package/_types/chains/definitions/tempo.d.ts.map +1 -1
- package/_types/chains/definitions/tempoDevnet.d.ts +27 -22
- package/_types/chains/definitions/tempoDevnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoLocalnet.d.ts +27 -22
- package/_types/chains/definitions/tempoLocalnet.d.ts.map +1 -1
- package/_types/chains/definitions/tempoModerato.d.ts +27 -24
- package/_types/chains/definitions/tempoModerato.d.ts.map +1 -1
- package/_types/chains/index.d.ts +10 -7
- package/_types/chains/index.d.ts.map +1 -1
- package/_types/errors/version.d.ts +1 -1
- package/_types/errors/version.d.ts.map +1 -1
- package/_types/tempo/Abis.d.ts +75 -0
- package/_types/tempo/Abis.d.ts.map +1 -1
- package/_types/tempo/Account.d.ts.map +1 -1
- package/_types/tempo/Decorator.d.ts +2 -2
- package/_types/tempo/Hardfork.d.ts +5 -0
- package/_types/tempo/Hardfork.d.ts.map +1 -0
- package/_types/tempo/Transaction.d.ts.map +1 -1
- package/_types/tempo/actions/accessKey.d.ts +106 -3
- package/_types/tempo/actions/accessKey.d.ts.map +1 -1
- package/_types/tempo/actions/reward.d.ts +108 -0
- package/_types/tempo/actions/reward.d.ts.map +1 -1
- package/_types/tempo/actions/token.d.ts +828 -18
- package/_types/tempo/actions/token.d.ts.map +1 -1
- package/_types/tempo/chainConfig.d.ts +13 -11
- package/_types/tempo/chainConfig.d.ts.map +1 -1
- package/_types/tempo/index.d.ts +1 -0
- package/_types/tempo/index.d.ts.map +1 -1
- package/actions/public/verifyHash.ts +1 -1
- package/actions/wallet/prepareTransactionRequest.ts +12 -0
- package/actions/wallet/waitForCallsStatus.ts +1 -1
- package/chains/definitions/battlechainTestnet.ts +24 -0
- package/chains/definitions/eden.ts +29 -0
- package/chains/definitions/gensyn.ts +26 -0
- package/chains/definitions/igra.ts +23 -0
- package/chains/definitions/katana.ts +6 -0
- package/chains/definitions/megaeth.ts +26 -3
- package/chains/definitions/mezo.ts +20 -0
- package/chains/definitions/mezoTestnet.ts +27 -0
- package/chains/definitions/radius.ts +19 -0
- package/chains/definitions/radiusTestnet.ts +19 -0
- package/chains/definitions/tempoDevnet.ts +1 -0
- package/chains/definitions/tempoLocalnet.ts +1 -0
- package/chains/definitions/tempoModerato.ts +1 -1
- package/chains/index.ts +13 -8
- package/errors/version.ts +1 -1
- package/package.json +1 -1
- package/tempo/Abis.ts +45 -0
- package/tempo/Account.ts +1 -4
- package/tempo/Decorator.ts +2 -2
- package/tempo/Hardfork.ts +17 -0
- package/tempo/Transaction.ts +2 -1
- package/tempo/actions/accessKey.ts +40 -9
- package/tempo/actions/token.ts +2 -1
- package/tempo/chainConfig.ts +59 -15
- package/tempo/index.ts +1 -0
- package/tsconfig.json +1 -1
- package/_cjs/chains/definitions/tempoAndantino.js +0 -28
- package/_cjs/chains/definitions/tempoAndantino.js.map +0 -1
- package/_esm/chains/definitions/tempoAndantino.js +0 -25
- package/_esm/chains/definitions/tempoAndantino.js.map +0 -1
- package/_types/chains/definitions/tempoAndantino.d.ts +0 -918
- package/_types/chains/definitions/tempoAndantino.d.ts.map +0 -1
- package/chains/definitions/tempoAndantino.ts +0 -25
|
@@ -6,17 +6,52 @@ export declare const megaeth: {
|
|
|
6
6
|
readonly apiUrl: "https://api.etherscan.io/v2/api";
|
|
7
7
|
};
|
|
8
8
|
readonly blockscout: {
|
|
9
|
-
readonly name: "
|
|
10
|
-
readonly url: "https://
|
|
11
|
-
readonly apiUrl: "https://
|
|
9
|
+
readonly name: "Blockscout";
|
|
10
|
+
readonly url: "https://megaeth.blockscout.com";
|
|
11
|
+
readonly apiUrl: "https://megaeth.blockscout.com/api";
|
|
12
12
|
};
|
|
13
13
|
};
|
|
14
14
|
blockTime: 1000;
|
|
15
15
|
contracts: {
|
|
16
|
+
readonly disputeGameFactory: {
|
|
17
|
+
readonly 1: {
|
|
18
|
+
readonly address: "0x8546840adF796875cD9AAcc5B3B048f6B2c9D563";
|
|
19
|
+
};
|
|
20
|
+
};
|
|
16
21
|
readonly multicall3: {
|
|
17
22
|
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
18
23
|
readonly blockCreated: 0;
|
|
19
24
|
};
|
|
25
|
+
readonly portal: {
|
|
26
|
+
readonly 1: {
|
|
27
|
+
readonly address: "0x7f82f57F0Dd546519324392e408b01fcC7D709e8";
|
|
28
|
+
readonly blockCreated: 21644285;
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
readonly l1StandardBridge: {
|
|
32
|
+
readonly 1: {
|
|
33
|
+
readonly address: "0x0CA3A2FBC3D770b578223FBB6b062fa875a2eE75";
|
|
34
|
+
readonly blockCreated: 21644285;
|
|
35
|
+
};
|
|
36
|
+
};
|
|
37
|
+
readonly gasPriceOracle: {
|
|
38
|
+
readonly address: "0x420000000000000000000000000000000000000F";
|
|
39
|
+
};
|
|
40
|
+
readonly l1Block: {
|
|
41
|
+
readonly address: "0x4200000000000000000000000000000000000015";
|
|
42
|
+
};
|
|
43
|
+
readonly l2CrossDomainMessenger: {
|
|
44
|
+
readonly address: "0x4200000000000000000000000000000000000007";
|
|
45
|
+
};
|
|
46
|
+
readonly l2Erc721Bridge: {
|
|
47
|
+
readonly address: "0x4200000000000000000000000000000000000014";
|
|
48
|
+
};
|
|
49
|
+
readonly l2StandardBridge: {
|
|
50
|
+
readonly address: "0x4200000000000000000000000000000000000010";
|
|
51
|
+
};
|
|
52
|
+
readonly l2ToL1MessagePasser: {
|
|
53
|
+
readonly address: "0x4200000000000000000000000000000000000016";
|
|
54
|
+
};
|
|
20
55
|
};
|
|
21
56
|
ensTlds?: readonly string[] | undefined;
|
|
22
57
|
id: 4326;
|
|
@@ -33,12 +68,243 @@ export declare const megaeth: {
|
|
|
33
68
|
readonly webSocket: readonly ["wss://mainnet.megaeth.com/ws"];
|
|
34
69
|
};
|
|
35
70
|
};
|
|
36
|
-
sourceId
|
|
71
|
+
sourceId: 1;
|
|
37
72
|
testnet?: boolean | undefined | undefined;
|
|
38
73
|
custom?: Record<string, unknown> | undefined;
|
|
39
74
|
extendSchema?: Record<string, unknown> | undefined;
|
|
40
75
|
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
41
|
-
formatters
|
|
76
|
+
formatters: {
|
|
77
|
+
readonly block: {
|
|
78
|
+
exclude: [] | undefined;
|
|
79
|
+
format: (args: import("../index.js").OpStackRpcBlock, action?: string | undefined) => {
|
|
80
|
+
baseFeePerGas: bigint | null;
|
|
81
|
+
blobGasUsed: bigint;
|
|
82
|
+
difficulty: bigint;
|
|
83
|
+
excessBlobGas: bigint;
|
|
84
|
+
extraData: import("../../index.js").Hex;
|
|
85
|
+
gasLimit: bigint;
|
|
86
|
+
gasUsed: bigint;
|
|
87
|
+
hash: `0x${string}` | null;
|
|
88
|
+
logsBloom: `0x${string}` | null;
|
|
89
|
+
miner: import("abitype").Address;
|
|
90
|
+
mixHash: import("../../index.js").Hash;
|
|
91
|
+
nonce: `0x${string}` | null;
|
|
92
|
+
number: bigint | null;
|
|
93
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
94
|
+
parentHash: import("../../index.js").Hash;
|
|
95
|
+
receiptsRoot: import("../../index.js").Hex;
|
|
96
|
+
sealFields: import("../../index.js").Hex[];
|
|
97
|
+
sha3Uncles: import("../../index.js").Hash;
|
|
98
|
+
size: bigint;
|
|
99
|
+
stateRoot: import("../../index.js").Hash;
|
|
100
|
+
timestamp: bigint;
|
|
101
|
+
totalDifficulty: bigint | null;
|
|
102
|
+
transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
|
|
103
|
+
transactionsRoot: import("../../index.js").Hash;
|
|
104
|
+
uncles: import("../../index.js").Hash[];
|
|
105
|
+
withdrawals?: import("../../index.js").Withdrawal[] | undefined | undefined;
|
|
106
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
107
|
+
} & {};
|
|
108
|
+
type: "block";
|
|
109
|
+
};
|
|
110
|
+
readonly transaction: {
|
|
111
|
+
exclude: [] | undefined;
|
|
112
|
+
format: (args: import("../index.js").OpStackRpcTransaction, action?: string | undefined) => ({
|
|
113
|
+
blockHash: `0x${string}` | null;
|
|
114
|
+
blockNumber: bigint | null;
|
|
115
|
+
from: import("abitype").Address;
|
|
116
|
+
gas: bigint;
|
|
117
|
+
hash: import("../../index.js").Hash;
|
|
118
|
+
input: import("../../index.js").Hex;
|
|
119
|
+
nonce: number;
|
|
120
|
+
r: import("../../index.js").Hex;
|
|
121
|
+
s: import("../../index.js").Hex;
|
|
122
|
+
to: import("abitype").Address | null;
|
|
123
|
+
transactionIndex: number | null;
|
|
124
|
+
typeHex: import("../../index.js").Hex | null;
|
|
125
|
+
v: bigint;
|
|
126
|
+
value: bigint;
|
|
127
|
+
yParity: number;
|
|
128
|
+
gasPrice?: undefined | undefined;
|
|
129
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
130
|
+
maxFeePerGas: bigint;
|
|
131
|
+
maxPriorityFeePerGas: bigint;
|
|
132
|
+
isSystemTx?: boolean;
|
|
133
|
+
mint?: bigint | undefined | undefined;
|
|
134
|
+
sourceHash: import("../../index.js").Hex;
|
|
135
|
+
type: "deposit";
|
|
136
|
+
} | {
|
|
137
|
+
r: import("../../index.js").Hex;
|
|
138
|
+
s: import("../../index.js").Hex;
|
|
139
|
+
v: bigint;
|
|
140
|
+
to: import("abitype").Address | null;
|
|
141
|
+
from: import("abitype").Address;
|
|
142
|
+
gas: bigint;
|
|
143
|
+
nonce: number;
|
|
144
|
+
value: bigint;
|
|
145
|
+
blockHash: `0x${string}` | null;
|
|
146
|
+
blockNumber: bigint | null;
|
|
147
|
+
hash: import("../../index.js").Hash;
|
|
148
|
+
input: import("../../index.js").Hex;
|
|
149
|
+
transactionIndex: number | null;
|
|
150
|
+
typeHex: import("../../index.js").Hex | null;
|
|
151
|
+
accessList?: undefined | undefined;
|
|
152
|
+
authorizationList?: undefined | undefined;
|
|
153
|
+
blobVersionedHashes?: undefined | undefined;
|
|
154
|
+
chainId?: number | undefined;
|
|
155
|
+
yParity?: undefined | undefined;
|
|
156
|
+
type: "legacy";
|
|
157
|
+
gasPrice: bigint;
|
|
158
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
159
|
+
maxFeePerGas?: undefined | undefined;
|
|
160
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
161
|
+
isSystemTx?: undefined | undefined;
|
|
162
|
+
mint?: undefined | undefined;
|
|
163
|
+
sourceHash?: undefined | undefined;
|
|
164
|
+
} | {
|
|
165
|
+
blockHash: `0x${string}` | null;
|
|
166
|
+
blockNumber: bigint | null;
|
|
167
|
+
from: import("abitype").Address;
|
|
168
|
+
gas: bigint;
|
|
169
|
+
hash: import("../../index.js").Hash;
|
|
170
|
+
input: import("../../index.js").Hex;
|
|
171
|
+
nonce: number;
|
|
172
|
+
r: import("../../index.js").Hex;
|
|
173
|
+
s: import("../../index.js").Hex;
|
|
174
|
+
to: import("abitype").Address | null;
|
|
175
|
+
transactionIndex: number | null;
|
|
176
|
+
typeHex: import("../../index.js").Hex | null;
|
|
177
|
+
v: bigint;
|
|
178
|
+
value: bigint;
|
|
179
|
+
yParity: number;
|
|
180
|
+
accessList: import("../../index.js").AccessList;
|
|
181
|
+
authorizationList?: undefined | undefined;
|
|
182
|
+
blobVersionedHashes?: undefined | undefined;
|
|
183
|
+
chainId: number;
|
|
184
|
+
type: "eip2930";
|
|
185
|
+
gasPrice: bigint;
|
|
186
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
187
|
+
maxFeePerGas?: undefined | undefined;
|
|
188
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
189
|
+
isSystemTx?: undefined | undefined;
|
|
190
|
+
mint?: undefined | undefined;
|
|
191
|
+
sourceHash?: undefined | undefined;
|
|
192
|
+
} | {
|
|
193
|
+
blockHash: `0x${string}` | null;
|
|
194
|
+
blockNumber: bigint | null;
|
|
195
|
+
from: import("abitype").Address;
|
|
196
|
+
gas: bigint;
|
|
197
|
+
hash: import("../../index.js").Hash;
|
|
198
|
+
input: import("../../index.js").Hex;
|
|
199
|
+
nonce: number;
|
|
200
|
+
r: import("../../index.js").Hex;
|
|
201
|
+
s: import("../../index.js").Hex;
|
|
202
|
+
to: import("abitype").Address | null;
|
|
203
|
+
transactionIndex: number | null;
|
|
204
|
+
typeHex: import("../../index.js").Hex | null;
|
|
205
|
+
v: bigint;
|
|
206
|
+
value: bigint;
|
|
207
|
+
yParity: number;
|
|
208
|
+
accessList: import("../../index.js").AccessList;
|
|
209
|
+
authorizationList?: undefined | undefined;
|
|
210
|
+
blobVersionedHashes?: undefined | undefined;
|
|
211
|
+
chainId: number;
|
|
212
|
+
type: "eip1559";
|
|
213
|
+
gasPrice?: undefined | undefined;
|
|
214
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
215
|
+
maxFeePerGas: bigint;
|
|
216
|
+
maxPriorityFeePerGas: bigint;
|
|
217
|
+
isSystemTx?: undefined | undefined;
|
|
218
|
+
mint?: undefined | undefined;
|
|
219
|
+
sourceHash?: undefined | undefined;
|
|
220
|
+
} | {
|
|
221
|
+
blockHash: `0x${string}` | null;
|
|
222
|
+
blockNumber: bigint | null;
|
|
223
|
+
from: import("abitype").Address;
|
|
224
|
+
gas: bigint;
|
|
225
|
+
hash: import("../../index.js").Hash;
|
|
226
|
+
input: import("../../index.js").Hex;
|
|
227
|
+
nonce: number;
|
|
228
|
+
r: import("../../index.js").Hex;
|
|
229
|
+
s: import("../../index.js").Hex;
|
|
230
|
+
to: import("abitype").Address | null;
|
|
231
|
+
transactionIndex: number | null;
|
|
232
|
+
typeHex: import("../../index.js").Hex | null;
|
|
233
|
+
v: bigint;
|
|
234
|
+
value: bigint;
|
|
235
|
+
yParity: number;
|
|
236
|
+
accessList: import("../../index.js").AccessList;
|
|
237
|
+
authorizationList?: undefined | undefined;
|
|
238
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
239
|
+
chainId: number;
|
|
240
|
+
type: "eip4844";
|
|
241
|
+
gasPrice?: undefined | undefined;
|
|
242
|
+
maxFeePerBlobGas: bigint;
|
|
243
|
+
maxFeePerGas: bigint;
|
|
244
|
+
maxPriorityFeePerGas: bigint;
|
|
245
|
+
isSystemTx?: undefined | undefined;
|
|
246
|
+
mint?: undefined | undefined;
|
|
247
|
+
sourceHash?: undefined | undefined;
|
|
248
|
+
} | {
|
|
249
|
+
blockHash: `0x${string}` | null;
|
|
250
|
+
blockNumber: bigint | null;
|
|
251
|
+
from: import("abitype").Address;
|
|
252
|
+
gas: bigint;
|
|
253
|
+
hash: import("../../index.js").Hash;
|
|
254
|
+
input: import("../../index.js").Hex;
|
|
255
|
+
nonce: number;
|
|
256
|
+
r: import("../../index.js").Hex;
|
|
257
|
+
s: import("../../index.js").Hex;
|
|
258
|
+
to: import("abitype").Address | null;
|
|
259
|
+
transactionIndex: number | null;
|
|
260
|
+
typeHex: import("../../index.js").Hex | null;
|
|
261
|
+
v: bigint;
|
|
262
|
+
value: bigint;
|
|
263
|
+
yParity: number;
|
|
264
|
+
accessList: import("../../index.js").AccessList;
|
|
265
|
+
authorizationList: import("../../index.js").SignedAuthorizationList;
|
|
266
|
+
blobVersionedHashes?: undefined | undefined;
|
|
267
|
+
chainId: number;
|
|
268
|
+
type: "eip7702";
|
|
269
|
+
gasPrice?: undefined | undefined;
|
|
270
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
271
|
+
maxFeePerGas: bigint;
|
|
272
|
+
maxPriorityFeePerGas: bigint;
|
|
273
|
+
isSystemTx?: undefined | undefined;
|
|
274
|
+
mint?: undefined | undefined;
|
|
275
|
+
sourceHash?: undefined | undefined;
|
|
276
|
+
}) & {};
|
|
277
|
+
type: "transaction";
|
|
278
|
+
};
|
|
279
|
+
readonly transactionReceipt: {
|
|
280
|
+
exclude: [] | undefined;
|
|
281
|
+
format: (args: import("../index.js").OpStackRpcTransactionReceipt, action?: string | undefined) => {
|
|
282
|
+
blobGasPrice?: bigint | undefined;
|
|
283
|
+
blobGasUsed?: bigint | undefined;
|
|
284
|
+
blockHash: import("../../index.js").Hash;
|
|
285
|
+
blockNumber: bigint;
|
|
286
|
+
blockTimestamp?: bigint | undefined;
|
|
287
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
288
|
+
cumulativeGasUsed: bigint;
|
|
289
|
+
effectiveGasPrice: bigint;
|
|
290
|
+
from: import("abitype").Address;
|
|
291
|
+
gasUsed: bigint;
|
|
292
|
+
logs: import("../../index.js").Log<bigint, number, false>[];
|
|
293
|
+
logsBloom: import("../../index.js").Hex;
|
|
294
|
+
root?: `0x${string}` | undefined;
|
|
295
|
+
status: "success" | "reverted";
|
|
296
|
+
to: import("abitype").Address | null;
|
|
297
|
+
transactionHash: import("../../index.js").Hash;
|
|
298
|
+
transactionIndex: number;
|
|
299
|
+
type: import("../../index.js").TransactionType;
|
|
300
|
+
l1GasPrice: bigint | null;
|
|
301
|
+
l1GasUsed: bigint | null;
|
|
302
|
+
l1Fee: bigint | null;
|
|
303
|
+
l1FeeScalar: number | null;
|
|
304
|
+
} & {};
|
|
305
|
+
type: "transactionReceipt";
|
|
306
|
+
};
|
|
307
|
+
};
|
|
42
308
|
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
43
309
|
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
44
310
|
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
@@ -46,7 +312,9 @@ export declare const megaeth: {
|
|
|
46
312
|
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
47
313
|
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
48
314
|
}] | undefined;
|
|
49
|
-
serializers
|
|
315
|
+
serializers: {
|
|
316
|
+
readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
|
|
317
|
+
};
|
|
50
318
|
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
51
319
|
};
|
|
52
320
|
//# sourceMappingURL=megaeth.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"megaeth.d.ts","sourceRoot":"","sources":["../../../chains/definitions/megaeth.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDlB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const mezo: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Mezo Explorer";
|
|
5
|
+
readonly url: "https://explorer.mezo.org";
|
|
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: 31612;
|
|
20
|
+
name: "Mezo";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly decimals: 18;
|
|
23
|
+
readonly name: "Bitcoin";
|
|
24
|
+
readonly symbol: "BTC";
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.mezo.org"];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
sourceId?: number | undefined | undefined;
|
|
33
|
+
testnet?: boolean | undefined | undefined;
|
|
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=mezo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mezo.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mezo.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBf,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const mezoTestnet: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Mezo Testnet Explorer";
|
|
5
|
+
readonly url: "https://explorer.test.mezo.org";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
blockTime?: number | undefined | undefined;
|
|
9
|
+
contracts: {
|
|
10
|
+
readonly multicall3: {
|
|
11
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
12
|
+
readonly blockCreated: 3328573;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
ensTlds?: readonly string[] | undefined;
|
|
16
|
+
id: 31611;
|
|
17
|
+
name: "Mezo Testnet";
|
|
18
|
+
nativeCurrency: {
|
|
19
|
+
readonly decimals: 18;
|
|
20
|
+
readonly name: "Bitcoin";
|
|
21
|
+
readonly symbol: "BTC";
|
|
22
|
+
};
|
|
23
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
24
|
+
rpcUrls: {
|
|
25
|
+
readonly default: {
|
|
26
|
+
readonly http: readonly ["https://rpc.test.mezo.org"];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
sourceId?: number | undefined | undefined;
|
|
30
|
+
testnet: true;
|
|
31
|
+
custom?: Record<string, unknown> | undefined;
|
|
32
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
33
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
34
|
+
formatters?: undefined;
|
|
35
|
+
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
36
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
37
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
38
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
39
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
40
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
41
|
+
}] | undefined;
|
|
42
|
+
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
|
|
43
|
+
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
44
|
+
};
|
|
45
|
+
//# sourceMappingURL=mezoTestnet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"mezoTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/mezoTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwBtB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const radius: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Radius Network Explorer";
|
|
5
|
+
readonly url: "https://network.radiustech.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: 723487;
|
|
20
|
+
name: "Radius Network";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly name: "Radius USD";
|
|
23
|
+
readonly symbol: "RUSD";
|
|
24
|
+
readonly decimals: 18;
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.radiustech.xyz"];
|
|
30
|
+
};
|
|
31
|
+
};
|
|
32
|
+
sourceId?: number | undefined | undefined;
|
|
33
|
+
testnet: false;
|
|
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=radius.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radius.d.ts","sourceRoot":"","sources":["../../../chains/definitions/radius.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBjB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const radiusTestnet: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Radius Test Network Explorer";
|
|
5
|
+
readonly url: "https://testnet.radiustech.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: 72344;
|
|
20
|
+
name: "Radius Test Network";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly name: "Radius USD";
|
|
23
|
+
readonly symbol: "RUSD";
|
|
24
|
+
readonly decimals: 18;
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.testnet.radiustech.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=radiusTestnet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"radiusTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/radiusTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgBxB,CAAA"}
|