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
|
@@ -0,0 +1,441 @@
|
|
|
1
|
+
export declare const battlechainTestnet: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "BattleChain Explorer";
|
|
5
|
+
readonly url: "https://explorer.testnet.battlechain.com";
|
|
6
|
+
readonly blockExplorerApi: "https://block-explorer-api.testnet.battlechain.com/api";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
blockTime: 1000;
|
|
10
|
+
contracts?: {
|
|
11
|
+
[x: string]: import("../../index.js").ChainContract | {
|
|
12
|
+
[sourceId: number]: import("../../index.js").ChainContract | undefined;
|
|
13
|
+
} | undefined;
|
|
14
|
+
ensRegistry?: import("../../index.js").ChainContract | undefined;
|
|
15
|
+
ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
|
|
16
|
+
multicall3?: import("../../index.js").ChainContract | undefined;
|
|
17
|
+
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
18
|
+
} | undefined;
|
|
19
|
+
ensTlds?: readonly string[] | undefined;
|
|
20
|
+
id: 627;
|
|
21
|
+
name: "BattleChain Testnet";
|
|
22
|
+
nativeCurrency: {
|
|
23
|
+
readonly name: "Ether";
|
|
24
|
+
readonly symbol: "ETH";
|
|
25
|
+
readonly decimals: 18;
|
|
26
|
+
};
|
|
27
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
28
|
+
rpcUrls: {
|
|
29
|
+
readonly default: {
|
|
30
|
+
readonly http: readonly ["https://testnet.battlechain.com"];
|
|
31
|
+
};
|
|
32
|
+
};
|
|
33
|
+
sourceId?: number | undefined | undefined;
|
|
34
|
+
testnet: true;
|
|
35
|
+
custom: {
|
|
36
|
+
readonly getEip712Domain: import("../../zksync/index.js").EIP712DomainFn<import("../index.js").ZkSyncTransactionSerializable, import("../index.js").ZkSyncEIP712TransactionSignable>;
|
|
37
|
+
};
|
|
38
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
39
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
40
|
+
formatters: {
|
|
41
|
+
readonly block: {
|
|
42
|
+
exclude: [] | undefined;
|
|
43
|
+
format: (args: import("../index.js").ZkSyncRpcBlock, action?: string | undefined) => {
|
|
44
|
+
baseFeePerGas: bigint | null;
|
|
45
|
+
blobGasUsed: bigint;
|
|
46
|
+
difficulty: bigint;
|
|
47
|
+
excessBlobGas: bigint;
|
|
48
|
+
extraData: import("../../index.js").Hex;
|
|
49
|
+
gasLimit: bigint;
|
|
50
|
+
gasUsed: bigint;
|
|
51
|
+
hash: `0x${string}` | null;
|
|
52
|
+
logsBloom: `0x${string}` | null;
|
|
53
|
+
miner: import("abitype").Address;
|
|
54
|
+
mixHash: import("../../index.js").Hash;
|
|
55
|
+
nonce: `0x${string}` | null;
|
|
56
|
+
number: bigint | null;
|
|
57
|
+
parentBeaconBlockRoot?: `0x${string}` | undefined;
|
|
58
|
+
parentHash: import("../../index.js").Hash;
|
|
59
|
+
receiptsRoot: import("../../index.js").Hex;
|
|
60
|
+
sealFields: import("../../index.js").Hex[];
|
|
61
|
+
sha3Uncles: import("../../index.js").Hash;
|
|
62
|
+
size: bigint;
|
|
63
|
+
stateRoot: import("../../index.js").Hash;
|
|
64
|
+
timestamp: bigint;
|
|
65
|
+
totalDifficulty: bigint | null;
|
|
66
|
+
transactions: `0x${string}`[] | import("../index.js").ZkSyncTransaction<boolean>[];
|
|
67
|
+
transactionsRoot: import("../../index.js").Hash;
|
|
68
|
+
uncles: import("../../index.js").Hash[];
|
|
69
|
+
withdrawals?: import("../../index.js").Withdrawal[] | undefined | undefined;
|
|
70
|
+
withdrawalsRoot?: `0x${string}` | undefined;
|
|
71
|
+
l1BatchNumber: bigint | null;
|
|
72
|
+
l1BatchTimestamp: bigint | null;
|
|
73
|
+
} & {};
|
|
74
|
+
type: "block";
|
|
75
|
+
};
|
|
76
|
+
readonly transaction: {
|
|
77
|
+
exclude: [] | undefined;
|
|
78
|
+
format: (args: import("../index.js").ZkSyncRpcTransaction, action?: string | undefined) => ({
|
|
79
|
+
r: import("../../index.js").Hex;
|
|
80
|
+
s: import("../../index.js").Hex;
|
|
81
|
+
v: bigint;
|
|
82
|
+
to: import("abitype").Address | null;
|
|
83
|
+
from: import("abitype").Address;
|
|
84
|
+
gas: bigint;
|
|
85
|
+
nonce: number;
|
|
86
|
+
value: bigint;
|
|
87
|
+
blockHash: `0x${string}` | null;
|
|
88
|
+
blockNumber: bigint | null;
|
|
89
|
+
hash: import("../../index.js").Hash;
|
|
90
|
+
input: import("../../index.js").Hex;
|
|
91
|
+
transactionIndex: number | null;
|
|
92
|
+
typeHex: import("../../index.js").Hex | null;
|
|
93
|
+
accessList?: undefined | undefined;
|
|
94
|
+
authorizationList?: undefined | undefined;
|
|
95
|
+
blobVersionedHashes?: undefined | undefined;
|
|
96
|
+
chainId?: number | undefined;
|
|
97
|
+
yParity?: undefined | undefined;
|
|
98
|
+
type: "legacy";
|
|
99
|
+
gasPrice: bigint;
|
|
100
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
101
|
+
maxFeePerGas?: undefined | undefined;
|
|
102
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
103
|
+
l1BatchNumber: bigint | null;
|
|
104
|
+
l1BatchTxIndex: bigint | null;
|
|
105
|
+
} | {
|
|
106
|
+
blockHash: `0x${string}` | null;
|
|
107
|
+
blockNumber: bigint | null;
|
|
108
|
+
from: import("abitype").Address;
|
|
109
|
+
gas: bigint;
|
|
110
|
+
hash: import("../../index.js").Hash;
|
|
111
|
+
input: import("../../index.js").Hex;
|
|
112
|
+
nonce: number;
|
|
113
|
+
r: import("../../index.js").Hex;
|
|
114
|
+
s: import("../../index.js").Hex;
|
|
115
|
+
to: import("abitype").Address | null;
|
|
116
|
+
transactionIndex: number | null;
|
|
117
|
+
typeHex: import("../../index.js").Hex | null;
|
|
118
|
+
v: bigint;
|
|
119
|
+
value: bigint;
|
|
120
|
+
yParity: number;
|
|
121
|
+
accessList: import("../../index.js").AccessList;
|
|
122
|
+
authorizationList?: undefined | undefined;
|
|
123
|
+
blobVersionedHashes?: undefined | undefined;
|
|
124
|
+
chainId: number;
|
|
125
|
+
type: "eip2930";
|
|
126
|
+
gasPrice: bigint;
|
|
127
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
128
|
+
maxFeePerGas?: undefined | undefined;
|
|
129
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
130
|
+
l1BatchNumber: bigint | null;
|
|
131
|
+
l1BatchTxIndex: bigint | null;
|
|
132
|
+
} | {
|
|
133
|
+
blockHash: `0x${string}` | null;
|
|
134
|
+
blockNumber: bigint | null;
|
|
135
|
+
from: import("abitype").Address;
|
|
136
|
+
gas: bigint;
|
|
137
|
+
hash: import("../../index.js").Hash;
|
|
138
|
+
input: import("../../index.js").Hex;
|
|
139
|
+
nonce: number;
|
|
140
|
+
r: import("../../index.js").Hex;
|
|
141
|
+
s: import("../../index.js").Hex;
|
|
142
|
+
to: import("abitype").Address | null;
|
|
143
|
+
transactionIndex: number | null;
|
|
144
|
+
typeHex: import("../../index.js").Hex | null;
|
|
145
|
+
v: bigint;
|
|
146
|
+
value: bigint;
|
|
147
|
+
yParity: number;
|
|
148
|
+
accessList: import("../../index.js").AccessList;
|
|
149
|
+
authorizationList?: undefined | undefined;
|
|
150
|
+
blobVersionedHashes?: undefined | undefined;
|
|
151
|
+
chainId: number;
|
|
152
|
+
type: "eip1559";
|
|
153
|
+
gasPrice?: undefined | undefined;
|
|
154
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
155
|
+
maxFeePerGas: bigint;
|
|
156
|
+
maxPriorityFeePerGas: bigint;
|
|
157
|
+
l1BatchNumber: bigint | null;
|
|
158
|
+
l1BatchTxIndex: bigint | null;
|
|
159
|
+
} | {
|
|
160
|
+
blockHash: `0x${string}` | null;
|
|
161
|
+
blockNumber: bigint | null;
|
|
162
|
+
from: import("abitype").Address;
|
|
163
|
+
gas: bigint;
|
|
164
|
+
hash: import("../../index.js").Hash;
|
|
165
|
+
input: import("../../index.js").Hex;
|
|
166
|
+
nonce: number;
|
|
167
|
+
r: import("../../index.js").Hex;
|
|
168
|
+
s: import("../../index.js").Hex;
|
|
169
|
+
to: import("abitype").Address | null;
|
|
170
|
+
transactionIndex: number | null;
|
|
171
|
+
typeHex: import("../../index.js").Hex | null;
|
|
172
|
+
v: bigint;
|
|
173
|
+
value: bigint;
|
|
174
|
+
yParity: number;
|
|
175
|
+
accessList: import("../../index.js").AccessList;
|
|
176
|
+
authorizationList?: undefined | undefined;
|
|
177
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
178
|
+
chainId: number;
|
|
179
|
+
type: "eip4844";
|
|
180
|
+
gasPrice?: undefined | undefined;
|
|
181
|
+
maxFeePerBlobGas: bigint;
|
|
182
|
+
maxFeePerGas: bigint;
|
|
183
|
+
maxPriorityFeePerGas: bigint;
|
|
184
|
+
l1BatchNumber: bigint | null;
|
|
185
|
+
l1BatchTxIndex: bigint | null;
|
|
186
|
+
} | {
|
|
187
|
+
blockHash: `0x${string}` | null;
|
|
188
|
+
blockNumber: bigint | null;
|
|
189
|
+
from: import("abitype").Address;
|
|
190
|
+
gas: bigint;
|
|
191
|
+
hash: import("../../index.js").Hash;
|
|
192
|
+
input: import("../../index.js").Hex;
|
|
193
|
+
nonce: number;
|
|
194
|
+
r: import("../../index.js").Hex;
|
|
195
|
+
s: import("../../index.js").Hex;
|
|
196
|
+
to: import("abitype").Address | null;
|
|
197
|
+
transactionIndex: number | null;
|
|
198
|
+
typeHex: import("../../index.js").Hex | null;
|
|
199
|
+
v: bigint;
|
|
200
|
+
value: bigint;
|
|
201
|
+
yParity: number;
|
|
202
|
+
accessList: import("../../index.js").AccessList;
|
|
203
|
+
authorizationList: import("../../index.js").SignedAuthorizationList;
|
|
204
|
+
blobVersionedHashes?: undefined | undefined;
|
|
205
|
+
chainId: number;
|
|
206
|
+
type: "eip7702";
|
|
207
|
+
gasPrice?: undefined | undefined;
|
|
208
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
209
|
+
maxFeePerGas: bigint;
|
|
210
|
+
maxPriorityFeePerGas: bigint;
|
|
211
|
+
l1BatchNumber: bigint | null;
|
|
212
|
+
l1BatchTxIndex: bigint | null;
|
|
213
|
+
} | {
|
|
214
|
+
blockHash: `0x${string}` | null;
|
|
215
|
+
blockNumber: bigint | null;
|
|
216
|
+
from: import("abitype").Address;
|
|
217
|
+
gas: bigint;
|
|
218
|
+
hash: import("../../index.js").Hash;
|
|
219
|
+
input: import("../../index.js").Hex;
|
|
220
|
+
nonce: number;
|
|
221
|
+
r: import("../../index.js").Hex;
|
|
222
|
+
s: import("../../index.js").Hex;
|
|
223
|
+
to: import("abitype").Address | null;
|
|
224
|
+
transactionIndex: number | null;
|
|
225
|
+
typeHex: import("../../index.js").Hex | null;
|
|
226
|
+
v: bigint;
|
|
227
|
+
value: bigint;
|
|
228
|
+
yParity: number;
|
|
229
|
+
l1BatchNumber: bigint | null;
|
|
230
|
+
l1BatchTxIndex: bigint | null;
|
|
231
|
+
gasPrice?: undefined | undefined;
|
|
232
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
233
|
+
maxFeePerGas: bigint;
|
|
234
|
+
maxPriorityFeePerGas: bigint;
|
|
235
|
+
type: "priority";
|
|
236
|
+
} | {
|
|
237
|
+
blockHash: `0x${string}` | null;
|
|
238
|
+
blockNumber: bigint | null;
|
|
239
|
+
from: import("abitype").Address;
|
|
240
|
+
gas: bigint;
|
|
241
|
+
hash: import("../../index.js").Hash;
|
|
242
|
+
input: import("../../index.js").Hex;
|
|
243
|
+
nonce: number;
|
|
244
|
+
r: import("../../index.js").Hex;
|
|
245
|
+
s: import("../../index.js").Hex;
|
|
246
|
+
to: import("abitype").Address | null;
|
|
247
|
+
transactionIndex: number | null;
|
|
248
|
+
typeHex: import("../../index.js").Hex | null;
|
|
249
|
+
v: bigint;
|
|
250
|
+
value: bigint;
|
|
251
|
+
yParity: number;
|
|
252
|
+
l1BatchNumber: bigint | null;
|
|
253
|
+
l1BatchTxIndex: bigint | null;
|
|
254
|
+
gasPrice?: undefined | undefined;
|
|
255
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
256
|
+
maxFeePerGas: bigint;
|
|
257
|
+
maxPriorityFeePerGas: bigint;
|
|
258
|
+
type: "eip712" | "priority";
|
|
259
|
+
}) & {};
|
|
260
|
+
type: "transaction";
|
|
261
|
+
};
|
|
262
|
+
readonly transactionReceipt: {
|
|
263
|
+
exclude: [] | undefined;
|
|
264
|
+
format: (args: import("../index.js").ZkSyncRpcTransactionReceipt, action?: string | undefined) => {
|
|
265
|
+
type: import("../index.js").ZkSyncTransactionType;
|
|
266
|
+
contractAddress: import("abitype").Address | null | undefined;
|
|
267
|
+
to: import("abitype").Address | null;
|
|
268
|
+
from: import("abitype").Address;
|
|
269
|
+
blockHash: import("../../index.js").Hash;
|
|
270
|
+
blockNumber: bigint;
|
|
271
|
+
transactionIndex: number;
|
|
272
|
+
status: "success" | "reverted";
|
|
273
|
+
blockTimestamp?: bigint | undefined;
|
|
274
|
+
transactionHash: import("../../index.js").Hash;
|
|
275
|
+
logsBloom: import("../../index.js").Hex;
|
|
276
|
+
blobGasUsed?: bigint | undefined;
|
|
277
|
+
gasUsed: bigint;
|
|
278
|
+
blobGasPrice?: bigint | undefined;
|
|
279
|
+
cumulativeGasUsed: bigint;
|
|
280
|
+
effectiveGasPrice: bigint;
|
|
281
|
+
root?: `0x${string}` | undefined;
|
|
282
|
+
l1BatchNumber: bigint | null;
|
|
283
|
+
l1BatchTxIndex: bigint | null;
|
|
284
|
+
logs: import("../index.js").ZkSyncLog[];
|
|
285
|
+
l2ToL1Logs: import("../index.js").ZkSyncL2ToL1Log[];
|
|
286
|
+
} & {};
|
|
287
|
+
type: "transactionReceipt";
|
|
288
|
+
};
|
|
289
|
+
readonly transactionRequest: {
|
|
290
|
+
exclude: ("paymaster" | "gasPerPubdata" | "factoryDeps" | "paymasterInput" | "customSignature")[] | undefined;
|
|
291
|
+
format: (args: import("../index.js").ZkSyncTransactionRequest, action?: string | undefined) => ({
|
|
292
|
+
data?: `0x${string}` | undefined;
|
|
293
|
+
from?: `0x${string}` | undefined;
|
|
294
|
+
gas?: `0x${string}` | undefined;
|
|
295
|
+
nonce?: `0x${string}` | undefined;
|
|
296
|
+
to?: `0x${string}` | null | undefined;
|
|
297
|
+
type?: "0x0" | undefined;
|
|
298
|
+
value?: `0x${string}` | undefined;
|
|
299
|
+
gasPrice?: `0x${string}` | undefined;
|
|
300
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
301
|
+
maxFeePerGas?: undefined | undefined;
|
|
302
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
303
|
+
blobs?: undefined;
|
|
304
|
+
blobVersionedHashes?: undefined;
|
|
305
|
+
kzg?: undefined;
|
|
306
|
+
accessList?: undefined;
|
|
307
|
+
sidecars?: undefined;
|
|
308
|
+
authorizationList?: undefined;
|
|
309
|
+
eip712Meta?: undefined | undefined;
|
|
310
|
+
} | {
|
|
311
|
+
data?: `0x${string}` | undefined;
|
|
312
|
+
from?: `0x${string}` | undefined;
|
|
313
|
+
gas?: `0x${string}` | undefined;
|
|
314
|
+
nonce?: `0x${string}` | undefined;
|
|
315
|
+
to?: `0x${string}` | null | undefined;
|
|
316
|
+
type?: "0x1" | undefined;
|
|
317
|
+
value?: `0x${string}` | undefined;
|
|
318
|
+
gasPrice?: `0x${string}` | undefined;
|
|
319
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
320
|
+
maxFeePerGas?: undefined | undefined;
|
|
321
|
+
maxPriorityFeePerGas?: undefined | undefined;
|
|
322
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
323
|
+
blobs?: undefined;
|
|
324
|
+
blobVersionedHashes?: undefined;
|
|
325
|
+
kzg?: undefined;
|
|
326
|
+
sidecars?: undefined;
|
|
327
|
+
authorizationList?: undefined;
|
|
328
|
+
eip712Meta?: undefined | undefined;
|
|
329
|
+
} | {
|
|
330
|
+
data?: `0x${string}` | undefined;
|
|
331
|
+
from?: `0x${string}` | undefined;
|
|
332
|
+
gas?: `0x${string}` | undefined;
|
|
333
|
+
nonce?: `0x${string}` | undefined;
|
|
334
|
+
to?: `0x${string}` | null | undefined;
|
|
335
|
+
type?: "0x2" | undefined;
|
|
336
|
+
value?: `0x${string}` | undefined;
|
|
337
|
+
gasPrice?: undefined | undefined;
|
|
338
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
339
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
340
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
341
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
342
|
+
blobs?: undefined;
|
|
343
|
+
blobVersionedHashes?: undefined;
|
|
344
|
+
kzg?: undefined;
|
|
345
|
+
sidecars?: undefined;
|
|
346
|
+
authorizationList?: undefined;
|
|
347
|
+
eip712Meta?: undefined | undefined;
|
|
348
|
+
} | {
|
|
349
|
+
type?: "0x3" | undefined;
|
|
350
|
+
data?: `0x${string}` | undefined;
|
|
351
|
+
from?: `0x${string}` | undefined;
|
|
352
|
+
gas?: `0x${string}` | undefined;
|
|
353
|
+
nonce?: `0x${string}` | undefined;
|
|
354
|
+
value?: `0x${string}` | undefined;
|
|
355
|
+
to: `0x${string}` | null;
|
|
356
|
+
gasPrice?: undefined | undefined;
|
|
357
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
358
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
359
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
360
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
361
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
362
|
+
blobs?: readonly `0x${string}`[] | readonly import("../../index.js").ByteArray[] | undefined;
|
|
363
|
+
blobVersionedHashes: readonly import("../../index.js").Hex[];
|
|
364
|
+
kzg?: undefined;
|
|
365
|
+
authorizationList?: undefined;
|
|
366
|
+
eip712Meta?: undefined | undefined;
|
|
367
|
+
} | {
|
|
368
|
+
type?: "0x3" | undefined;
|
|
369
|
+
data?: `0x${string}` | undefined;
|
|
370
|
+
from?: `0x${string}` | undefined;
|
|
371
|
+
gas?: `0x${string}` | undefined;
|
|
372
|
+
nonce?: `0x${string}` | undefined;
|
|
373
|
+
value?: `0x${string}` | undefined;
|
|
374
|
+
to: `0x${string}` | null;
|
|
375
|
+
gasPrice?: undefined | undefined;
|
|
376
|
+
maxFeePerBlobGas?: `0x${string}` | undefined;
|
|
377
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
378
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
379
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
380
|
+
sidecars?: readonly import("../../index.js").BlobSidecar<`0x${string}`>[] | undefined;
|
|
381
|
+
blobs: readonly import("../../index.js").Hex[] | readonly import("../../index.js").ByteArray[];
|
|
382
|
+
blobVersionedHashes?: readonly `0x${string}`[] | undefined;
|
|
383
|
+
kzg?: import("../../index.js").Kzg | undefined;
|
|
384
|
+
authorizationList?: undefined;
|
|
385
|
+
eip712Meta?: undefined | undefined;
|
|
386
|
+
} | {
|
|
387
|
+
type?: "0x4" | undefined;
|
|
388
|
+
gasPrice?: undefined | undefined;
|
|
389
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
390
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
391
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
392
|
+
to?: `0x${string}` | null | undefined;
|
|
393
|
+
data?: `0x${string}` | undefined;
|
|
394
|
+
from?: `0x${string}` | undefined;
|
|
395
|
+
gas?: `0x${string}` | undefined;
|
|
396
|
+
nonce?: `0x${string}` | undefined;
|
|
397
|
+
value?: `0x${string}` | undefined;
|
|
398
|
+
accessList?: import("../../index.js").AccessList | undefined;
|
|
399
|
+
authorizationList?: import("../../index.js").RpcAuthorizationList | undefined;
|
|
400
|
+
blobs?: undefined;
|
|
401
|
+
blobVersionedHashes?: undefined;
|
|
402
|
+
kzg?: undefined;
|
|
403
|
+
sidecars?: undefined;
|
|
404
|
+
eip712Meta?: undefined | undefined;
|
|
405
|
+
} | {
|
|
406
|
+
data?: `0x${string}` | undefined;
|
|
407
|
+
from?: `0x${string}` | undefined;
|
|
408
|
+
gas?: `0x${string}` | undefined;
|
|
409
|
+
nonce?: `0x${string}` | undefined;
|
|
410
|
+
to?: `0x${string}` | null | undefined;
|
|
411
|
+
type: "0xff" | "0x71";
|
|
412
|
+
value?: `0x${string}` | undefined;
|
|
413
|
+
gasPrice?: undefined | undefined;
|
|
414
|
+
maxFeePerBlobGas?: undefined | undefined;
|
|
415
|
+
maxFeePerGas?: `0x${string}` | undefined;
|
|
416
|
+
maxPriorityFeePerGas?: `0x${string}` | undefined;
|
|
417
|
+
eip712Meta: import("../index.js").ZkSyncEip712Meta;
|
|
418
|
+
}) & {
|
|
419
|
+
paymaster: never;
|
|
420
|
+
gasPerPubdata: never;
|
|
421
|
+
factoryDeps: never;
|
|
422
|
+
paymasterInput: never;
|
|
423
|
+
customSignature: never;
|
|
424
|
+
};
|
|
425
|
+
type: "transactionRequest";
|
|
426
|
+
};
|
|
427
|
+
};
|
|
428
|
+
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
429
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
430
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
431
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
432
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
433
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
434
|
+
}] | undefined;
|
|
435
|
+
serializers: {
|
|
436
|
+
readonly transaction: typeof import("../../zksync/serializers.js").serializeTransaction;
|
|
437
|
+
};
|
|
438
|
+
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
439
|
+
readonly network: "battlechain-testnet";
|
|
440
|
+
};
|
|
441
|
+
//# sourceMappingURL=battlechainTestnet.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"battlechainTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/battlechainTestnet.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoB7B,CAAA"}
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
export declare const eden: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Blockscout";
|
|
5
|
+
readonly url: "https://eden.blockscout.com";
|
|
6
|
+
readonly apiUrl: "https://eden.blockscout.com/api";
|
|
7
|
+
};
|
|
8
|
+
};
|
|
9
|
+
blockTime?: number | undefined | undefined;
|
|
10
|
+
contracts: {
|
|
11
|
+
readonly multicall3: {
|
|
12
|
+
readonly address: "0xca11bde05977b3631167028862be2a173976ca11";
|
|
13
|
+
readonly blockCreated: 0;
|
|
14
|
+
};
|
|
15
|
+
};
|
|
16
|
+
ensTlds?: readonly string[] | undefined;
|
|
17
|
+
id: 714;
|
|
18
|
+
name: "Eden";
|
|
19
|
+
nativeCurrency: {
|
|
20
|
+
readonly name: "TIA";
|
|
21
|
+
readonly symbol: "TIA";
|
|
22
|
+
readonly decimals: 18;
|
|
23
|
+
};
|
|
24
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
25
|
+
rpcUrls: {
|
|
26
|
+
readonly default: {
|
|
27
|
+
readonly http: readonly ["https://rpc.eden.gateway.fm"];
|
|
28
|
+
};
|
|
29
|
+
};
|
|
30
|
+
sourceId?: number | undefined | undefined;
|
|
31
|
+
testnet?: boolean | undefined | undefined;
|
|
32
|
+
custom?: Record<string, unknown> | undefined;
|
|
33
|
+
extendSchema?: Record<string, unknown> | undefined;
|
|
34
|
+
fees?: import("../../index.js").ChainFees<undefined> | undefined;
|
|
35
|
+
formatters?: undefined;
|
|
36
|
+
prepareTransactionRequest?: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
37
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
38
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | [fn: ((args: import("../../index.js").PrepareTransactionRequestParameters, options: {
|
|
39
|
+
phase: "beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters";
|
|
40
|
+
}) => Promise<import("../../index.js").PrepareTransactionRequestParameters>) | undefined, options: {
|
|
41
|
+
runAt: readonly ("beforeFillTransaction" | "beforeFillParameters" | "afterFillParameters")[];
|
|
42
|
+
}] | undefined;
|
|
43
|
+
serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
|
|
44
|
+
verifyHash?: ((client: import("../../index.js").Client, parameters: import("../../index.js").VerifyHashActionParameters) => Promise<import("../../index.js").VerifyHashActionReturnType>) | undefined;
|
|
45
|
+
};
|
|
46
|
+
//# sourceMappingURL=eden.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"eden.d.ts","sourceRoot":"","sources":["../../../chains/definitions/eden.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0Bf,CAAA"}
|
|
@@ -0,0 +1,45 @@
|
|
|
1
|
+
export declare const gensyn: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Blockscout";
|
|
5
|
+
readonly url: "https://gensyn-mainnet.explorer.alchemy.com";
|
|
6
|
+
};
|
|
7
|
+
};
|
|
8
|
+
blockTime?: number | undefined | undefined;
|
|
9
|
+
contracts: {
|
|
10
|
+
readonly multicall3: {
|
|
11
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
12
|
+
readonly blockCreated: 0;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
15
|
+
ensTlds?: readonly string[] | undefined;
|
|
16
|
+
id: 685689;
|
|
17
|
+
name: "Gensyn Mainnet";
|
|
18
|
+
nativeCurrency: {
|
|
19
|
+
readonly decimals: 18;
|
|
20
|
+
readonly name: "Ether";
|
|
21
|
+
readonly symbol: "ETH";
|
|
22
|
+
};
|
|
23
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
24
|
+
rpcUrls: {
|
|
25
|
+
readonly default: {
|
|
26
|
+
readonly http: readonly ["https://gensyn-mainnet.g.alchemy.com/public"];
|
|
27
|
+
};
|
|
28
|
+
};
|
|
29
|
+
sourceId?: number | undefined | undefined;
|
|
30
|
+
testnet?: boolean | undefined | undefined;
|
|
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=gensyn.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"gensyn.d.ts","sourceRoot":"","sources":["../../../chains/definitions/gensyn.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuBjB,CAAA"}
|
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
export declare const igra: {
|
|
2
|
+
blockExplorers: {
|
|
3
|
+
readonly default: {
|
|
4
|
+
readonly name: "Igra Explorer";
|
|
5
|
+
readonly url: "https://explorer.igralabs.com";
|
|
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: 38833;
|
|
20
|
+
name: "Igra Network";
|
|
21
|
+
nativeCurrency: {
|
|
22
|
+
readonly decimals: 18;
|
|
23
|
+
readonly name: "iKAS";
|
|
24
|
+
readonly symbol: "iKAS";
|
|
25
|
+
};
|
|
26
|
+
experimental_preconfirmationTime?: number | undefined | undefined;
|
|
27
|
+
rpcUrls: {
|
|
28
|
+
readonly default: {
|
|
29
|
+
readonly http: readonly ["https://rpc.igralabs.com:8545"];
|
|
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=igra.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"igra.d.ts","sourceRoot":"","sources":["../../../chains/definitions/igra.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoBf,CAAA"}
|
|
@@ -6,15 +6,12 @@ export declare const katana: {
|
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
8
|
blockTime?: number | undefined | undefined;
|
|
9
|
-
contracts
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
multicall3?: import("../../index.js").ChainContract | undefined;
|
|
16
|
-
erc6492Verifier?: import("../../index.js").ChainContract | undefined;
|
|
17
|
-
} | undefined;
|
|
9
|
+
contracts: {
|
|
10
|
+
readonly multicall3: {
|
|
11
|
+
readonly address: "0xcA11bde05977b3631167028862bE2a173976CA11";
|
|
12
|
+
readonly blockCreated: 0;
|
|
13
|
+
};
|
|
14
|
+
};
|
|
18
15
|
ensTlds?: readonly string[] | undefined;
|
|
19
16
|
id: 747474;
|
|
20
17
|
name: "Katana";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"katana.d.ts","sourceRoot":"","sources":["../../../chains/definitions/katana.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM
|
|
1
|
+
{"version":3,"file":"katana.d.ts","sourceRoot":"","sources":["../../../chains/definitions/katana.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2BjB,CAAA"}
|