viem 2.21.36 → 2.21.38

Sign up to get free protection for your applications and to get access to all the features.
Files changed (82) hide show
  1. package/CHANGELOG.md +22 -0
  2. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js +7 -2
  3. package/_cjs/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  4. package/_cjs/chains/definitions/glideL1Protocol.js +23 -0
  5. package/_cjs/chains/definitions/glideL1Protocol.js.map +1 -0
  6. package/_cjs/chains/definitions/glideL2Protocol.js +23 -0
  7. package/_cjs/chains/definitions/glideL2Protocol.js.map +1 -0
  8. package/_cjs/chains/definitions/inkSepolia.js +45 -0
  9. package/_cjs/chains/definitions/inkSepolia.js.map +1 -0
  10. package/_cjs/chains/definitions/kardiaChain.js +22 -0
  11. package/_cjs/chains/definitions/kardiaChain.js.map +1 -0
  12. package/_cjs/chains/definitions/saakuru.js +22 -0
  13. package/_cjs/chains/definitions/saakuru.js.map +1 -0
  14. package/_cjs/chains/definitions/theta.js +22 -0
  15. package/_cjs/chains/definitions/theta.js.map +1 -0
  16. package/_cjs/chains/definitions/thetaTestnet.js +22 -0
  17. package/_cjs/chains/definitions/thetaTestnet.js.map +1 -0
  18. package/_cjs/chains/definitions/xdcTestnet.js +2 -2
  19. package/_cjs/chains/definitions/xdcTestnet.js.map +1 -1
  20. package/_cjs/chains/index.js +21 -7
  21. package/_cjs/chains/index.js.map +1 -1
  22. package/_cjs/errors/version.js +1 -1
  23. package/_cjs/op-stack/chains.js +3 -1
  24. package/_cjs/op-stack/chains.js.map +1 -1
  25. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js +7 -2
  26. package/_esm/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.js.map +1 -1
  27. package/_esm/chains/definitions/glideL1Protocol.js +20 -0
  28. package/_esm/chains/definitions/glideL1Protocol.js.map +1 -0
  29. package/_esm/chains/definitions/glideL2Protocol.js +20 -0
  30. package/_esm/chains/definitions/glideL2Protocol.js.map +1 -0
  31. package/_esm/chains/definitions/inkSepolia.js +42 -0
  32. package/_esm/chains/definitions/inkSepolia.js.map +1 -0
  33. package/_esm/chains/definitions/kardiaChain.js +19 -0
  34. package/_esm/chains/definitions/kardiaChain.js.map +1 -0
  35. package/_esm/chains/definitions/saakuru.js +19 -0
  36. package/_esm/chains/definitions/saakuru.js.map +1 -0
  37. package/_esm/chains/definitions/theta.js +19 -0
  38. package/_esm/chains/definitions/theta.js.map +1 -0
  39. package/_esm/chains/definitions/thetaTestnet.js +19 -0
  40. package/_esm/chains/definitions/thetaTestnet.js.map +1 -0
  41. package/_esm/chains/definitions/xdcTestnet.js +2 -2
  42. package/_esm/chains/definitions/xdcTestnet.js.map +1 -1
  43. package/_esm/chains/index.js +7 -0
  44. package/_esm/chains/index.js.map +1 -1
  45. package/_esm/errors/version.js +1 -1
  46. package/_esm/op-stack/chains.js +1 -0
  47. package/_esm/op-stack/chains.js.map +1 -1
  48. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts +1 -0
  49. package/_types/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.d.ts.map +1 -1
  50. package/_types/chains/definitions/glideL1Protocol.d.ts +38 -0
  51. package/_types/chains/definitions/glideL1Protocol.d.ts.map +1 -0
  52. package/_types/chains/definitions/glideL2Protocol.d.ts +38 -0
  53. package/_types/chains/definitions/glideL2Protocol.d.ts.map +1 -0
  54. package/_types/chains/definitions/inkSepolia.d.ts +295 -0
  55. package/_types/chains/definitions/inkSepolia.d.ts.map +1 -0
  56. package/_types/chains/definitions/kardiaChain.d.ts +37 -0
  57. package/_types/chains/definitions/kardiaChain.d.ts.map +1 -0
  58. package/_types/chains/definitions/saakuru.d.ts +37 -0
  59. package/_types/chains/definitions/saakuru.d.ts.map +1 -0
  60. package/_types/chains/definitions/theta.d.ts +37 -0
  61. package/_types/chains/definitions/theta.d.ts.map +1 -0
  62. package/_types/chains/definitions/thetaTestnet.d.ts +37 -0
  63. package/_types/chains/definitions/thetaTestnet.d.ts.map +1 -0
  64. package/_types/chains/definitions/xdcTestnet.d.ts +2 -2
  65. package/_types/chains/index.d.ts +7 -0
  66. package/_types/chains/index.d.ts.map +1 -1
  67. package/_types/errors/version.d.ts +1 -1
  68. package/_types/op-stack/chains.d.ts +1 -0
  69. package/_types/op-stack/chains.d.ts.map +1 -1
  70. package/account-abstraction/accounts/implementations/toCoinbaseSmartAccount.ts +8 -2
  71. package/chains/definitions/glideL1Protocol.ts +20 -0
  72. package/chains/definitions/glideL2Protocol.ts +20 -0
  73. package/chains/definitions/inkSepolia.ts +43 -0
  74. package/chains/definitions/kardiaChain.ts +19 -0
  75. package/chains/definitions/saakuru.ts +19 -0
  76. package/chains/definitions/theta.ts +19 -0
  77. package/chains/definitions/thetaTestnet.ts +19 -0
  78. package/chains/definitions/xdcTestnet.ts +2 -2
  79. package/chains/index.ts +7 -0
  80. package/errors/version.ts +1 -1
  81. package/op-stack/chains.ts +1 -0
  82. package/package.json +1 -1
@@ -0,0 +1,38 @@
1
+ export declare const glideL2Protocol: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Glide Protocol Explore";
5
+ readonly url: "https://blockchain-explorer.glideprotocol.xyz";
6
+ };
7
+ };
8
+ contracts?: import("../index.js").Prettify<{
9
+ [key: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ } & {
13
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
14
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
+ multicall3?: import("../../index.js").ChainContract | undefined;
16
+ universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
+ }> | undefined;
18
+ id: 253;
19
+ name: "Glide L2 Protocol XP";
20
+ nativeCurrency: {
21
+ readonly name: "GLXP";
22
+ readonly symbol: "GLXP";
23
+ readonly decimals: 18;
24
+ };
25
+ rpcUrls: {
26
+ readonly default: {
27
+ readonly http: readonly ["https://rpc-api.glideprotocol.xyz/l2-rpc"];
28
+ readonly webSocket: readonly ["wss://rpc-api.glideprotocol.xyz/l2-rpc"];
29
+ };
30
+ };
31
+ sourceId?: number | undefined;
32
+ testnet: false;
33
+ custom?: Record<string, unknown> | undefined;
34
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
35
+ formatters?: undefined;
36
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
37
+ };
38
+ //# sourceMappingURL=glideL2Protocol.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"glideL2Protocol.d.ts","sourceRoot":"","sources":["../../../chains/definitions/glideL2Protocol.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,eAAe;;;;;;;;;;;;mBAkBw3B,CAAC;4BAA0D,CAAC;kBAAgD,CAAC;kCAAgE,CAAC;;;;;;;;;;;;;;;;;;;;;CADhkC,CAAA"}
@@ -0,0 +1,295 @@
1
+ export declare const inkSepolia: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Blockscout";
5
+ readonly url: "https://explorer-sepolia.inkonchain.com/";
6
+ readonly apiUrl: "https://explorer-sepolia.inkonchain.com/api/v2";
7
+ };
8
+ };
9
+ contracts: {
10
+ readonly disputeGameFactory: {
11
+ readonly 11155111: {
12
+ readonly address: "0x860e626c700af381133d9f4af31412a2d1db3d5d";
13
+ };
14
+ };
15
+ readonly portal: {
16
+ readonly 11155111: {
17
+ readonly address: "0x5c1d29c6c9c8b0800692acc95d700bcb4966a1d7";
18
+ };
19
+ };
20
+ readonly l1StandardBridge: {
21
+ readonly 11155111: {
22
+ readonly address: "0x33f60714bbd74d62b66d79213c348614de51901c";
23
+ };
24
+ };
25
+ readonly gasPriceOracle: {
26
+ readonly address: "0x420000000000000000000000000000000000000F";
27
+ };
28
+ readonly l1Block: {
29
+ readonly address: "0x4200000000000000000000000000000000000015";
30
+ };
31
+ readonly l2CrossDomainMessenger: {
32
+ readonly address: "0x4200000000000000000000000000000000000007";
33
+ };
34
+ readonly l2Erc721Bridge: {
35
+ readonly address: "0x4200000000000000000000000000000000000014";
36
+ };
37
+ readonly l2StandardBridge: {
38
+ readonly address: "0x4200000000000000000000000000000000000010";
39
+ };
40
+ readonly l2ToL1MessagePasser: {
41
+ readonly address: "0x4200000000000000000000000000000000000016";
42
+ };
43
+ };
44
+ id: 763373;
45
+ name: "Ink Sepolia";
46
+ nativeCurrency: {
47
+ readonly name: "Sepolia Ether";
48
+ readonly symbol: "ETH";
49
+ readonly decimals: 18;
50
+ };
51
+ rpcUrls: {
52
+ readonly default: {
53
+ readonly http: readonly ["https://rpc-gel-sepolia.inkonchain.com"];
54
+ };
55
+ };
56
+ sourceId: 11155111;
57
+ testnet: true;
58
+ custom?: Record<string, unknown> | undefined;
59
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
60
+ formatters: {
61
+ readonly block: {
62
+ exclude: [] | undefined;
63
+ format: (args: import("../index.js").OpStackRpcBlock) => {
64
+ baseFeePerGas: bigint | null;
65
+ blobGasUsed: bigint;
66
+ difficulty: bigint;
67
+ excessBlobGas: bigint;
68
+ extraData: import("../../index.js").Hex;
69
+ gasLimit: bigint;
70
+ gasUsed: bigint;
71
+ hash: `0x${string}` | null;
72
+ logsBloom: `0x${string}` | null;
73
+ miner: import("abitype").Address;
74
+ mixHash: import("../../index.js").Hash;
75
+ nonce: `0x${string}` | null;
76
+ number: bigint | null;
77
+ parentBeaconBlockRoot?: import("../../index.js").Hex | undefined;
78
+ parentHash: import("../../index.js").Hash;
79
+ receiptsRoot: import("../../index.js").Hex;
80
+ sealFields: import("../../index.js").Hex[];
81
+ sha3Uncles: import("../../index.js").Hash;
82
+ size: bigint;
83
+ stateRoot: import("../../index.js").Hash;
84
+ timestamp: bigint;
85
+ totalDifficulty: bigint | null;
86
+ transactions: `0x${string}`[] | import("../index.js").OpStackTransaction<boolean>[];
87
+ transactionsRoot: import("../../index.js").Hash;
88
+ uncles: import("../../index.js").Hash[];
89
+ withdrawals?: import("../../index.js").Withdrawal[] | undefined;
90
+ withdrawalsRoot?: import("../../index.js").Hex | undefined;
91
+ } & {};
92
+ type: "block";
93
+ };
94
+ readonly transaction: {
95
+ exclude: [] | undefined;
96
+ format: (args: import("../index.js").OpStackRpcTransaction) => ({
97
+ blockHash: `0x${string}` | null;
98
+ blockNumber: bigint | null;
99
+ from: import("abitype").Address;
100
+ gas: bigint;
101
+ hash: import("../../index.js").Hash;
102
+ input: import("../../index.js").Hex;
103
+ nonce: number;
104
+ r: import("../../index.js").Hex;
105
+ s: import("../../index.js").Hex;
106
+ to: import("abitype").Address | null;
107
+ transactionIndex: number | null;
108
+ typeHex: import("../../index.js").Hex | null;
109
+ v: bigint;
110
+ value: bigint;
111
+ yParity: number;
112
+ gasPrice?: undefined;
113
+ maxFeePerBlobGas?: undefined;
114
+ maxFeePerGas: bigint;
115
+ maxPriorityFeePerGas: bigint;
116
+ isSystemTx?: boolean;
117
+ mint?: bigint | undefined;
118
+ sourceHash: import("../../index.js").Hex;
119
+ type: "deposit";
120
+ } | {
121
+ r: import("../../index.js").Hex;
122
+ s: import("../../index.js").Hex;
123
+ v: bigint;
124
+ to: import("abitype").Address | null;
125
+ from: import("abitype").Address;
126
+ gas: bigint;
127
+ nonce: number;
128
+ value: bigint;
129
+ blockHash: `0x${string}` | null;
130
+ blockNumber: bigint | null;
131
+ hash: import("../../index.js").Hash;
132
+ input: import("../../index.js").Hex;
133
+ transactionIndex: number | null;
134
+ typeHex: import("../../index.js").Hex | null;
135
+ accessList?: undefined;
136
+ authorizationList?: undefined;
137
+ blobVersionedHashes?: undefined;
138
+ chainId?: number | undefined;
139
+ yParity?: undefined;
140
+ type: "legacy";
141
+ gasPrice: bigint;
142
+ maxFeePerBlobGas?: undefined;
143
+ maxFeePerGas?: undefined;
144
+ maxPriorityFeePerGas?: undefined;
145
+ isSystemTx?: undefined;
146
+ mint?: undefined;
147
+ sourceHash?: undefined;
148
+ } | {
149
+ blockHash: `0x${string}` | null;
150
+ blockNumber: bigint | null;
151
+ from: import("abitype").Address;
152
+ gas: bigint;
153
+ hash: import("../../index.js").Hash;
154
+ input: import("../../index.js").Hex;
155
+ nonce: number;
156
+ r: import("../../index.js").Hex;
157
+ s: import("../../index.js").Hex;
158
+ to: import("abitype").Address | null;
159
+ transactionIndex: number | null;
160
+ typeHex: import("../../index.js").Hex | null;
161
+ v: bigint;
162
+ value: bigint;
163
+ yParity: number;
164
+ accessList: import("../../index.js").AccessList;
165
+ authorizationList?: undefined;
166
+ blobVersionedHashes?: undefined;
167
+ chainId: number;
168
+ type: "eip2930";
169
+ gasPrice: bigint;
170
+ maxFeePerBlobGas?: undefined;
171
+ maxFeePerGas?: undefined;
172
+ maxPriorityFeePerGas?: undefined;
173
+ isSystemTx?: undefined;
174
+ mint?: undefined;
175
+ sourceHash?: undefined;
176
+ } | {
177
+ blockHash: `0x${string}` | null;
178
+ blockNumber: bigint | null;
179
+ from: import("abitype").Address;
180
+ gas: bigint;
181
+ hash: import("../../index.js").Hash;
182
+ input: import("../../index.js").Hex;
183
+ nonce: number;
184
+ r: import("../../index.js").Hex;
185
+ s: import("../../index.js").Hex;
186
+ to: import("abitype").Address | null;
187
+ transactionIndex: number | null;
188
+ typeHex: import("../../index.js").Hex | null;
189
+ v: bigint;
190
+ value: bigint;
191
+ yParity: number;
192
+ accessList: import("../../index.js").AccessList;
193
+ authorizationList?: undefined;
194
+ blobVersionedHashes?: undefined;
195
+ chainId: number;
196
+ type: "eip1559";
197
+ gasPrice?: undefined;
198
+ maxFeePerBlobGas?: undefined;
199
+ maxFeePerGas: bigint;
200
+ maxPriorityFeePerGas: bigint;
201
+ isSystemTx?: undefined;
202
+ mint?: undefined;
203
+ sourceHash?: undefined;
204
+ } | {
205
+ blockHash: `0x${string}` | null;
206
+ blockNumber: bigint | null;
207
+ from: import("abitype").Address;
208
+ gas: bigint;
209
+ hash: import("../../index.js").Hash;
210
+ input: import("../../index.js").Hex;
211
+ nonce: number;
212
+ r: import("../../index.js").Hex;
213
+ s: import("../../index.js").Hex;
214
+ to: import("abitype").Address | null;
215
+ transactionIndex: number | null;
216
+ typeHex: import("../../index.js").Hex | null;
217
+ v: bigint;
218
+ value: bigint;
219
+ yParity: number;
220
+ accessList: import("../../index.js").AccessList;
221
+ authorizationList?: undefined;
222
+ blobVersionedHashes: readonly import("../../index.js").Hex[];
223
+ chainId: number;
224
+ type: "eip4844";
225
+ gasPrice?: undefined;
226
+ maxFeePerBlobGas: bigint;
227
+ maxFeePerGas: bigint;
228
+ maxPriorityFeePerGas: bigint;
229
+ isSystemTx?: undefined;
230
+ mint?: undefined;
231
+ sourceHash?: undefined;
232
+ } | {
233
+ blockHash: `0x${string}` | null;
234
+ blockNumber: bigint | null;
235
+ from: import("abitype").Address;
236
+ gas: bigint;
237
+ hash: import("../../index.js").Hash;
238
+ input: import("../../index.js").Hex;
239
+ nonce: number;
240
+ r: import("../../index.js").Hex;
241
+ s: import("../../index.js").Hex;
242
+ to: import("abitype").Address | null;
243
+ transactionIndex: number | null;
244
+ typeHex: import("../../index.js").Hex | null;
245
+ v: bigint;
246
+ value: bigint;
247
+ yParity: number;
248
+ accessList: import("../../index.js").AccessList;
249
+ authorizationList: import("../../experimental/index.js").SignedAuthorizationList;
250
+ blobVersionedHashes?: undefined;
251
+ chainId: number;
252
+ type: "eip7702";
253
+ gasPrice?: undefined;
254
+ maxFeePerBlobGas?: undefined;
255
+ maxFeePerGas: bigint;
256
+ maxPriorityFeePerGas: bigint;
257
+ isSystemTx?: undefined;
258
+ mint?: undefined;
259
+ sourceHash?: undefined;
260
+ }) & {};
261
+ type: "transaction";
262
+ };
263
+ readonly transactionReceipt: {
264
+ exclude: [] | undefined;
265
+ format: (args: import("../index.js").OpStackRpcTransactionReceipt) => {
266
+ blobGasPrice?: bigint | undefined;
267
+ blobGasUsed?: bigint | undefined;
268
+ blockHash: import("../../index.js").Hash;
269
+ blockNumber: bigint;
270
+ contractAddress: import("abitype").Address | null | undefined;
271
+ cumulativeGasUsed: bigint;
272
+ effectiveGasPrice: bigint;
273
+ from: import("abitype").Address;
274
+ gasUsed: bigint;
275
+ logs: import("../../index.js").Log<bigint, number, false>[];
276
+ logsBloom: import("../../index.js").Hex;
277
+ root?: import("../../index.js").Hash | undefined;
278
+ status: "success" | "reverted";
279
+ to: import("abitype").Address | null;
280
+ transactionHash: import("../../index.js").Hash;
281
+ transactionIndex: number;
282
+ type: import("../../index.js").TransactionType;
283
+ l1GasPrice: bigint | null;
284
+ l1GasUsed: bigint | null;
285
+ l1Fee: bigint | null;
286
+ l1FeeScalar: number | null;
287
+ } & {};
288
+ type: "transactionReceipt";
289
+ };
290
+ };
291
+ serializers: {
292
+ readonly transaction: typeof import("../index.js").serializeTransactionOpStack;
293
+ };
294
+ };
295
+ //# sourceMappingURL=inkSepolia.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inkSepolia.d.ts","sourceRoot":"","sources":["../../../chains/definitions/inkSepolia.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqCrB,CAAA"}
@@ -0,0 +1,37 @@
1
+ export declare const kardiaChain: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "KardiaChain Explorer";
5
+ readonly url: "https://explorer.kardiachain.io";
6
+ };
7
+ };
8
+ contracts?: import("../index.js").Prettify<{
9
+ [key: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ } & {
13
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
14
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
+ multicall3?: import("../../index.js").ChainContract | undefined;
16
+ universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
+ }> | undefined;
18
+ id: 24;
19
+ name: "KardiaChain Mainnet";
20
+ nativeCurrency: {
21
+ readonly name: "KAI";
22
+ readonly symbol: "KAI";
23
+ readonly decimals: 18;
24
+ };
25
+ rpcUrls: {
26
+ readonly default: {
27
+ readonly http: readonly ["https://rpc.kardiachain.io"];
28
+ };
29
+ };
30
+ sourceId?: number | undefined;
31
+ testnet: false;
32
+ custom?: Record<string, unknown> | undefined;
33
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
34
+ formatters?: undefined;
35
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
36
+ };
37
+ //# sourceMappingURL=kardiaChain.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"kardiaChain.d.ts","sourceRoot":"","sources":["../../../chains/definitions/kardiaChain.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW;;;;;;;;;;;;mBAiB+9B,CAAC;4BAA0D,CAAC;kBAAgD,CAAC;kCAAgE,CAAC;;;;;;;;;;;;;;;;;;;;CADnqC,CAAA"}
@@ -0,0 +1,37 @@
1
+ export declare const saakuru: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Saakuru Explorer";
5
+ readonly url: "https://explorer.saakuru.network";
6
+ };
7
+ };
8
+ contracts?: import("../index.js").Prettify<{
9
+ [key: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ } & {
13
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
14
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
+ multicall3?: import("../../index.js").ChainContract | undefined;
16
+ universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
+ }> | undefined;
18
+ id: 7225878;
19
+ name: "Saakuru Mainnet";
20
+ nativeCurrency: {
21
+ readonly name: "OAS";
22
+ readonly symbol: "OAS";
23
+ readonly decimals: 18;
24
+ };
25
+ rpcUrls: {
26
+ readonly default: {
27
+ readonly http: readonly ["https://rpc.saakuru.network"];
28
+ };
29
+ };
30
+ sourceId?: number | undefined;
31
+ testnet: false;
32
+ custom?: Record<string, unknown> | undefined;
33
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
34
+ formatters?: undefined;
35
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
36
+ };
37
+ //# sourceMappingURL=saakuru.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"saakuru.d.ts","sourceRoot":"","sources":["../../../chains/definitions/saakuru.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,OAAO;;;;;;;;;;;;mBAiBw+B,CAAC;4BAA0D,CAAC;kBAAgD,CAAC;kCAAgE,CAAC;;;;;;;;;;;;;;;;;;;;CADxqC,CAAA"}
@@ -0,0 +1,37 @@
1
+ export declare const theta: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Theta Explorer";
5
+ readonly url: "https://explorer.thetatoken.org";
6
+ };
7
+ };
8
+ contracts?: import("../index.js").Prettify<{
9
+ [key: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ } & {
13
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
14
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
+ multicall3?: import("../../index.js").ChainContract | undefined;
16
+ universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
+ }> | undefined;
18
+ id: 361;
19
+ name: "Theta Mainnet";
20
+ nativeCurrency: {
21
+ readonly name: "TFUEL";
22
+ readonly symbol: "TFUEL";
23
+ readonly decimals: 18;
24
+ };
25
+ rpcUrls: {
26
+ readonly default: {
27
+ readonly http: readonly ["https://eth-rpc-api.thetatoken.org/rpc"];
28
+ };
29
+ };
30
+ sourceId?: number | undefined;
31
+ testnet: false;
32
+ custom?: Record<string, unknown> | undefined;
33
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
34
+ formatters?: undefined;
35
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
36
+ };
37
+ //# sourceMappingURL=theta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"theta.d.ts","sourceRoot":"","sources":["../../../chains/definitions/theta.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,KAAK;;;;;;;;;;;;mBAiBs+B,CAAC;4BAA0D,CAAC;kBAAgD,CAAC;kCAAgE,CAAC;;;;;;;;;;;;;;;;;;;;CADpqC,CAAA"}
@@ -0,0 +1,37 @@
1
+ export declare const thetaTestnet: {
2
+ blockExplorers: {
3
+ readonly default: {
4
+ readonly name: "Theta Explorer";
5
+ readonly url: "https://testnet-explorer.thetatoken.org";
6
+ };
7
+ };
8
+ contracts?: import("../index.js").Prettify<{
9
+ [key: string]: import("../../index.js").ChainContract | {
10
+ [sourceId: number]: import("../../index.js").ChainContract | undefined;
11
+ } | undefined;
12
+ } & {
13
+ ensRegistry?: import("../../index.js").ChainContract | undefined;
14
+ ensUniversalResolver?: import("../../index.js").ChainContract | undefined;
15
+ multicall3?: import("../../index.js").ChainContract | undefined;
16
+ universalSignatureVerifier?: import("../../index.js").ChainContract | undefined;
17
+ }> | undefined;
18
+ id: 365;
19
+ name: "Theta Testnet";
20
+ nativeCurrency: {
21
+ readonly name: "TFUEL";
22
+ readonly symbol: "TFUEL";
23
+ readonly decimals: 18;
24
+ };
25
+ rpcUrls: {
26
+ readonly default: {
27
+ readonly http: readonly ["https://eth-rpc-api-testnet.thetatoken.org/rpc"];
28
+ };
29
+ };
30
+ sourceId?: number | undefined;
31
+ testnet: true;
32
+ custom?: Record<string, unknown> | undefined;
33
+ fees?: import("../../index.js").ChainFees<undefined> | undefined;
34
+ formatters?: undefined;
35
+ serializers?: import("../../index.js").ChainSerializers<undefined, import("../../index.js").TransactionSerializable> | undefined;
36
+ };
37
+ //# sourceMappingURL=thetaTestnet.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"thetaTestnet.d.ts","sourceRoot":"","sources":["../../../chains/definitions/thetaTestnet.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY;;;;;;;;;;;;mBAiBy8B,CAAC;4BAA0D,CAAC;kBAAgD,CAAC;kCAAgE,CAAC;;;;;;;;;;;;;;;;;;;;CAD9oC,CAAA"}
@@ -1,8 +1,8 @@
1
1
  export declare const xdcTestnet: {
2
2
  blockExplorers: {
3
3
  readonly default: {
4
- readonly name: "Blocksscan";
5
- readonly url: "https://apothem.blocksscan.io";
4
+ readonly name: "XDCScan";
5
+ readonly url: "https://testnet.xdcscan.com";
6
6
  };
7
7
  };
8
8
  contracts: {
@@ -150,6 +150,8 @@ export { fusion } from './definitions/fusion.js';
150
150
  export { fusionTestnet } from './definitions/fusionTestnet.js';
151
151
  export { garnet } from './definitions/garnet.js';
152
152
  export { genesys } from './definitions/genesys.js';
153
+ export { glideL1Protocol } from './definitions/glideL1Protocol.js';
154
+ export { glideL2Protocol } from './definitions/glideL2Protocol.js';
153
155
  export { gnosis } from './definitions/gnosis.js';
154
156
  export { gnosisChiado } from './definitions/gnosisChiado.js';
155
157
  export { gobi } from './definitions/gobi.js';
@@ -174,6 +176,7 @@ export { hychainTestnet } from './definitions/hychainTestnet.js';
174
176
  export { immutableZkEvm } from './definitions/immutableZkEvm.js';
175
177
  export { immutableZkEvmTestnet } from './definitions/immutableZkEvmTestnet.js';
176
178
  export { inEVM } from './definitions/inEVM.js';
179
+ export { inkSepolia } from './definitions/inkSepolia.js';
177
180
  export { iota } from './definitions/iota.js';
178
181
  export { iotaTestnet } from './definitions/iotaTestnet.js';
179
182
  export { iotex } from './definitions/iotex.js';
@@ -184,6 +187,7 @@ export { karura } from './definitions/karura.js';
184
187
  /** @deprecated Use `kakarotStarknetSepolia` instead. */
185
188
  export { kakarotSepolia } from './definitions/kakarotSepolia.js';
186
189
  export { kakarotStarknetSepolia } from './definitions/kakarotStarknetSepolia.js';
190
+ export { kardiaChain } from './definitions/kardiaChain.js';
187
191
  export { kava } from './definitions/kava.js';
188
192
  export { kavaTestnet } from './definitions/kavaTestnet.js';
189
193
  export { kcc } from './definitions/kcc.js';
@@ -301,6 +305,7 @@ export { rootstock } from './definitions/rootstock.js';
301
305
  export { rootstockTestnet } from './definitions/rootstockTestnet.js';
302
306
  export { rss3 } from './definitions/rss3.js';
303
307
  export { rss3Sepolia } from './definitions/rss3Sepolia.js';
308
+ export { saakuru } from './definitions/saakuru.js';
304
309
  export { saigon } from './definitions/saigon.js';
305
310
  export { sanko } from './definitions/sanko.js';
306
311
  export { sapphire } from './definitions/sapphire.js';
@@ -368,6 +373,8 @@ export { telosTestnet } from './definitions/telosTestnet.js';
368
373
  export { tenet } from './definitions/tenet.js';
369
374
  export { thaiChain } from './definitions/thaiChain.js';
370
375
  export { that } from './definitions/that.js';
376
+ export { theta } from './definitions/theta.js';
377
+ export { thetaTestnet } from './definitions/thetaTestnet.js';
371
378
  export { thunderCore } from './definitions/thunderCore.js';
372
379
  export { thunderTestnet } from './definitions/thunderTestnet.js';
373
380
  export { tiktrixTestnet } from './definitions/tiktrixTestnet.js';