alloy-chains 0.1.47

Canonical type definitions for EIP-155 chains
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.1.47]https://github.com/alloy-rs/chains/releases/tag/v0.1.47 - 2024-11-05

### Features

- Add sonic testnet ([#110]https://github.com/alloy-rs/chains/issues/110)

### Other

- Update World Chain urls ([#111]https://github.com/alloy-rs/chains/issues/111)

## [0.1.46]https://github.com/alloy-rs/chains/releases/tag/v0.1.46 - 2024-11-01

### Miscellaneous Tasks

- Release 0.1.46

### Other

- Update named.rs ([#108]https://github.com/alloy-rs/chains/issues/108)

## [0.1.45]https://github.com/alloy-rs/chains/releases/tag/v0.1.45 - 2024-11-01

### Bug Fixes

- Update explorer API endpoint for `Celo` / `CeloAlfajores` to use Etherscan ([#109]https://github.com/alloy-rs/chains/issues/109)

### Miscellaneous Tasks

- Release 0.1.45

## [0.1.44]https://github.com/alloy-rs/chains/releases/tag/v0.1.44 - 2024-10-29

### Features

- Add ink support ([#107]https://github.com/alloy-rs/chains/issues/107)

### Miscellaneous Tasks

- Release 0.1.44

## [0.1.43]https://github.com/alloy-rs/chains/releases/tag/v0.1.43 - 2024-10-29

### Miscellaneous Tasks

- Release 0.1.43

### Other

- Add ApeChain and Curtis Testnet ([#106]https://github.com/alloy-rs/chains/issues/106)

## [0.1.42]https://github.com/alloy-rs/chains/releases/tag/v0.1.42 - 2024-10-25

### Miscellaneous Tasks

- Release 0.1.42

### Other

- Add core, merlin, bitlayer ([#105]https://github.com/alloy-rs/chains/issues/105)

## [0.1.41]https://github.com/alloy-rs/chains/releases/tag/v0.1.41 - 2024-10-25

### Features

- [`NamedChain`] Is_arbitrum ([#103]https://github.com/alloy-rs/chains/issues/103)

### Miscellaneous Tasks

- Release 0.1.41
- Add Unichain Sepolia Testnet ([#104]https://github.com/alloy-rs/chains/issues/104)

## [0.1.40]https://github.com/alloy-rs/chains/releases/tag/v0.1.40 - 2024-10-19

### Features

- Add iotex ([#102]https://github.com/alloy-rs/chains/issues/102)
- Add world ([#101]https://github.com/alloy-rs/chains/issues/101)

### Miscellaneous Tasks

- Release 0.1.40

## [0.1.39]https://github.com/alloy-rs/chains/releases/tag/v0.1.39 - 2024-10-17

### Features

- Add Linea Sepolia ([#100]https://github.com/alloy-rs/chains/issues/100)

### Miscellaneous Tasks

- Release 0.1.39

## [0.1.38]https://github.com/alloy-rs/chains/releases/tag/v0.1.38 - 2024-10-11

### Miscellaneous Tasks

- Release 0.1.38
- Update ([#99]https://github.com/alloy-rs/chains/issues/99)
- Remove unnecessary attributes

### Other

- Revert "chore: remove unnecessary attributes"

## [0.1.37]https://github.com/alloy-rs/chains/releases/tag/v0.1.37 - 2024-10-10

### Dependencies

- Bump MSRV to match alloy-primitives

### Miscellaneous Tasks

- Release 0.1.37
- Clippy

### Other

- Update kakarot starknet sepolia ([#98]https://github.com/alloy-rs/chains/issues/98)
- Add wrapped native token ([#96]https://github.com/alloy-rs/chains/issues/96)

## [0.1.36]https://github.com/alloy-rs/chains/releases/tag/v0.1.36 - 2024-10-04

### Features

- Add soneium minato testnet ([#95]https://github.com/alloy-rs/chains/issues/95)

### Miscellaneous Tasks

- Release 0.1.36

## [0.1.35]https://github.com/alloy-rs/chains/releases/tag/v0.1.35 - 2024-10-03

### Miscellaneous Tasks

- Release 0.1.35

### Other

- Update Chain ID for Kakarot Sepolia ([#94]https://github.com/alloy-rs/chains/issues/94)

## [0.1.34]https://github.com/alloy-rs/chains/releases/tag/v0.1.34 - 2024-09-26

### Bug Fixes

- Update explorer ([#93]https://github.com/alloy-rs/chains/issues/93)

### Miscellaneous Tasks

- Release 0.1.34

## [0.1.33]https://github.com/alloy-rs/chains/releases/tag/v0.1.33 - 2024-09-20

### Bug Fixes

- Update zksync testnet chainID ([#92]https://github.com/alloy-rs/chains/issues/92)

### Miscellaneous Tasks

- Release 0.1.33
- Correct bnb smart chain name ([#87]https://github.com/alloy-rs/chains/issues/87)
- Touch up formatting

## [0.1.32]https://github.com/alloy-rs/chains/releases/tag/v0.1.32 - 2024-09-19

### Features

- Add is_ethereum ([#90]https://github.com/alloy-rs/chains/issues/90)

### Miscellaneous Tasks

- Release 0.1.32
- Move is_* helpers to `NamedChain` ([#91]https://github.com/alloy-rs/chains/issues/91)
- Import enum with glob instead of as C ([#89]https://github.com/alloy-rs/chains/issues/89)

## [0.1.31]https://github.com/alloy-rs/chains/releases/tag/v0.1.31 - 2024-09-13

### Miscellaneous Tasks

- Release 0.1.31

### Other

- Immutable zkEVM and Immutable zkEVM testnet ([#88]https://github.com/alloy-rs/chains/issues/88)

## [0.1.30]https://github.com/alloy-rs/chains/releases/tag/v0.1.30 - 2024-09-06

### Features

- Add gravity alpha mainnet and sepolia testnet ([#86]https://github.com/alloy-rs/chains/issues/86)

### Miscellaneous Tasks

- Release 0.1.30
- Rustmft

## [0.1.29]https://github.com/alloy-rs/chains/releases/tag/v0.1.29 - 2024-08-27

### Features

- Add xai and xai-sepolia ([#85]https://github.com/alloy-rs/chains/issues/85)
- Add pulsechain ([#84]https://github.com/alloy-rs/chains/issues/84)

### Miscellaneous Tasks

- Release 0.1.29

## [0.1.28]https://github.com/alloy-rs/chains/releases/tag/v0.1.28 - 2024-08-26

### Bug Fixes

- `anvil` reports not supporting `EIP-3855` (Shanghai) ([#83]https://github.com/alloy-rs/chains/issues/83)

### Features

- Add non_exhaustive
- Add alphanet ([#82]https://github.com/alloy-rs/chains/issues/82)
- [Chains] Add Etherlink mainnet ([#81]https://github.com/alloy-rs/chains/issues/81)

### Miscellaneous Tasks

- Release 0.1.28

### Other

- Add conflux espace mainnet and testnet ([#80]https://github.com/alloy-rs/chains/issues/80)

## [0.1.27]https://github.com/alloy-rs/chains/releases/tag/v0.1.27 - 2024-08-09

### Bug Fixes

- Zksync etherscan api url ([#78]https://github.com/alloy-rs/chains/issues/78)

### Features

- Add darwinia crab koi ([#77]https://github.com/alloy-rs/chains/issues/77)

### Miscellaneous Tasks

- Release 0.1.27

### Styling

- Fix fmt ([#79]https://github.com/alloy-rs/chains/issues/79)

## [0.1.26]https://github.com/alloy-rs/chains/releases/tag/v0.1.26 - 2024-08-08

### Miscellaneous Tasks

- Release 0.1.26

### Other

- Add acala karura mandala network ([#76]https://github.com/alloy-rs/chains/issues/76)

## [0.1.25]https://github.com/alloy-rs/chains/releases/tag/v0.1.25 - 2024-08-02

### Features

- Add avalanche to the list of chains to support shanghai ([#75]https://github.com/alloy-rs/chains/issues/75)

### Miscellaneous Tasks

- Release 0.1.25

## [0.1.24]https://github.com/alloy-rs/chains/releases/tag/v0.1.24 - 2024-07-30

### Features

- Mark Scroll as non-legacy chain ([#73]https://github.com/alloy-rs/chains/issues/73)

### Miscellaneous Tasks

- Release 0.1.24

### Other

- Updates Mantle + Mantle Testnet configuration ([#74]https://github.com/alloy-rs/chains/issues/74)

## [0.1.23]https://github.com/alloy-rs/chains/releases/tag/v0.1.23 - 2024-06-25

### Miscellaneous Tasks

- Release 0.1.23

### Other

- Flare network support ([#72]https://github.com/alloy-rs/chains/issues/72)
- Shimmer network support ([#70]https://github.com/alloy-rs/chains/issues/70)

## [0.1.22]https://github.com/alloy-rs/chains/releases/tag/v0.1.22 - 2024-06-21

### Miscellaneous Tasks

- Release 0.1.22

### Other

- Add Autonomys Nova devnet ([#69]https://github.com/alloy-rs/chains/issues/69)

## [0.1.21]https://github.com/alloy-rs/chains/releases/tag/v0.1.21 - 2024-06-18

### Features

- Add Taiko mainnet/testnet ([#68]https://github.com/alloy-rs/chains/issues/68)

### Miscellaneous Tasks

- Release 0.1.21

## [0.1.20]https://github.com/alloy-rs/chains/releases/tag/v0.1.20 - 2024-06-14

### Features

- Add Ronin mainnet ([#67]https://github.com/alloy-rs/chains/issues/67)

### Miscellaneous Tasks

- Release 0.1.20

## [0.1.19]https://github.com/alloy-rs/chains/releases/tag/v0.1.19 - 2024-06-12

### Features

- [chain] Add opBNB mainnet and testnet ([#64]https://github.com/alloy-rs/chains/issues/64)

### Miscellaneous Tasks

- Release 0.1.19
- Sync cliff.toml

### Other

- Modify kakarot sepolia shanghai support ([#66]https://github.com/alloy-rs/chains/issues/66)

## [0.1.18]https://github.com/alloy-rs/chains/releases/tag/v0.1.18 - 2024-05-14

### Bug Fixes

- Update Amoy testnet endpoints ([#63]https://github.com/alloy-rs/chains/issues/63)
- Correct Arbiturm blocktime hint  ([#62]https://github.com/alloy-rs/chains/issues/62)
- Correct Etherscan URLs for Blast Sepolia ([#60]https://github.com/alloy-rs/chains/issues/60)

### Miscellaneous Tasks

- Release 0.1.18

## [0.1.17]https://github.com/alloy-rs/chains/releases/tag/v0.1.17 - 2024-04-23

### Bug Fixes

- Correct amoy endpoint ([#59]https://github.com/alloy-rs/chains/issues/59)

### Features

- [chain] Add method optimism_mainnet ([#58]https://github.com/alloy-rs/chains/issues/58)
- Add degen chain ([#57]https://github.com/alloy-rs/chains/issues/57)

### Miscellaneous Tasks

- Release 0.1.17

## [0.1.16]https://github.com/alloy-rs/chains/releases/tag/v0.1.16 - 2024-04-10

### Features

- Update Scroll chain currency symbol and shanghai readiness ([#56]https://github.com/alloy-rs/chains/issues/56)
- Add Syndr L3 mainnet ([#54]https://github.com/alloy-rs/chains/issues/54)
- [chain] Add Etherlink Testnet ([#53]https://github.com/alloy-rs/chains/issues/53)
- Shanghai support for arbitrum ([#51]https://github.com/alloy-rs/chains/issues/51)

### Miscellaneous Tasks

- Release 0.1.16
- Clippy

## [0.1.15]https://github.com/alloy-rs/chains/releases/tag/v0.1.15 - 2024-03-04

### Bug Fixes

- Correct blast api url ([#49]https://github.com/alloy-rs/chains/issues/49)
- Spec

### Features

- [chain] Add elastos networks ([#48]https://github.com/alloy-rs/chains/issues/48)

### Miscellaneous Tasks

- Release 0.1.15

## [0.1.14]https://github.com/alloy-rs/chains/releases/tag/v0.1.14 - 2024-02-28

### Features

- Add blast ([#47]https://github.com/alloy-rs/chains/issues/47)

### Miscellaneous Tasks

- Release 0.1.14

## [0.1.13]https://github.com/alloy-rs/chains/releases/tag/v0.1.13 - 2024-02-28

### Features

- Add fraxtal ([#45]https://github.com/alloy-rs/chains/issues/45)

### Miscellaneous Tasks

- Release 0.1.13

### Other

- Dev/modify kakarot sepolia testnet ([#46]https://github.com/alloy-rs/chains/issues/46)

## [0.1.12]https://github.com/alloy-rs/chains/releases/tag/v0.1.12 - 2024-02-14

### Features

- Add kakarot sepolia ([#43]https://github.com/alloy-rs/chains/issues/43)
- Add Syndr Sepolia L3 ([#40]https://github.com/alloy-rs/chains/issues/40)

### Miscellaneous Tasks

- Release 0.1.12

### Other

- Add 'Linea' and 'LineaGoerli' serde kebab cases aliases ([#42]https://github.com/alloy-rs/chains/issues/42)

## [0.1.11]https://github.com/alloy-rs/chains/releases/tag/v0.1.11 - 2024-02-04

### Bug Fixes

- Remove supportsShanghai for Mode mainnet & testnet ([#34]https://github.com/alloy-rs/chains/issues/34)

### Dependencies

- Bump strum ([#39]https://github.com/alloy-rs/chains/issues/39)

### Features

- [amoy] Add amoy to chain config ([#35]https://github.com/alloy-rs/chains/issues/35)
- Add Mode & Mode Sepolia ([#33]https://github.com/alloy-rs/chains/issues/33)

### Miscellaneous Tasks

- Release 0.1.11
- Add further op chains to is_optimism() + mark mode as supports… ([#38]https://github.com/alloy-rs/chains/issues/38)
- Update cargo t note for spec ([#37]https://github.com/alloy-rs/chains/issues/37)

### Other

- Add aliases for Base, BaseSepolia and BaseGoerli ([#32]https://github.com/alloy-rs/chains/issues/32)

## [0.1.10]https://github.com/alloy-rs/chains/releases/tag/v0.1.10 - 2024-01-25

### Features

- Add blast sepolia ([#31]https://github.com/alloy-rs/chains/issues/31)

### Miscellaneous Tasks

- Release 0.1.10
- Update changelog and add cliff ([#30]https://github.com/alloy-rs/chains/issues/30)

## [0.1.9]https://github.com/alloy-rs/chains/releases/tag/v0.1.9 - 2024-01-12

### Miscellaneous Tasks

- Release 0.1.9
- Also add base to supports shanghai ([#29]https://github.com/alloy-rs/chains/issues/29)

## [0.1.8]https://github.com/alloy-rs/chains/releases/tag/v0.1.8 - 2024-01-12

### Features

- Add public goods network and pgn sepolia to chainsˆ ([#25]https://github.com/alloy-rs/chains/issues/25)
- Add viction chain ([#26]https://github.com/alloy-rs/chains/issues/26)

### Miscellaneous Tasks

- Release 0.1.8
- Add holesky to dns match ([#28]https://github.com/alloy-rs/chains/issues/28)
- Mark Optimism + Holesky as supports shanghai ([#27]https://github.com/alloy-rs/chains/issues/27)

## [0.1.7]https://github.com/alloy-rs/chains/releases/tag/v0.1.7 - 2023-12-29

### Features

- Add base sepolia ([#24]https://github.com/alloy-rs/chains/issues/24)

### Miscellaneous Tasks

- Release 0.1.7

## [0.1.6]https://github.com/alloy-rs/chains/releases/tag/v0.1.6 - 2023-12-23

### Features

- Add PartialEq<u64> impls ([#22]https://github.com/alloy-rs/chains/issues/22)

### Miscellaneous Tasks

- Release 0.1.6
- Add arbitrum one alias ([#20]https://github.com/alloy-rs/chains/issues/20)

### Styling

- Unify etherscan url format ([#23]https://github.com/alloy-rs/chains/issues/23)

## [0.1.5]https://github.com/alloy-rs/chains/releases/tag/v0.1.5 - 2023-12-12

### Documentation

- Update CHANGELOG.md

### Features

- JSON bindings ([#19]https://github.com/alloy-rs/chains/issues/19)

### Miscellaneous Tasks

- Release 0.1.5

### Other

- New utility method ([#14]https://github.com/alloy-rs/chains/issues/14)

## [0.1.4]https://github.com/alloy-rs/chains/releases/tag/v0.1.4 - 2023-12-01

### Dependencies

- Bump version 0.1.4 ([#18]https://github.com/alloy-rs/chains/issues/18)

### Documentation

- Update CHANGELOG.md

### Features

- Shanghai support for polygon ([#16]https://github.com/alloy-rs/chains/issues/16)

### Miscellaneous Tasks

- Add scroll sepolia ([#17]https://github.com/alloy-rs/chains/issues/17)
- Add myself to CODEOWNERS ([#13]https://github.com/alloy-rs/chains/issues/13)

### Other

- Op-stack chains at 2 seconds ([#12]https://github.com/alloy-rs/chains/issues/12)

## [0.1.3]https://github.com/alloy-rs/chains/releases/tag/v0.1.3 - 2023-11-20

### Documentation

- Update CHANGELOG.md

### Features

- Add `supports_shanghai`, deprecate `supports_push0` ([#9]https://github.com/alloy-rs/chains/issues/9)

### Miscellaneous Tasks

- Release 0.1.3
- [meta] Add CODEOWNERS
- Add metis as known legacy ([#11]https://github.com/alloy-rs/chains/issues/11)
- Add zora ([#8]https://github.com/alloy-rs/chains/issues/8)

### Refactor

- Don't use enum glob import ([#10]https://github.com/alloy-rs/chains/issues/10)

## [0.1.2]https://github.com/alloy-rs/chains/releases/tag/v0.1.2 - 2023-11-15

### Bug Fixes

- Chain serde ([#7]https://github.com/alloy-rs/chains/issues/7)

### Documentation

- Update CHANGELOG.md

### Miscellaneous Tasks

- Release 0.1.2

## [0.1.1]https://github.com/alloy-rs/chains/releases/tag/v0.1.1 - 2023-11-14

### Documentation

- Update CHANGELOG.md

### Features

- Delegate Chain methods to NamedChain ([#6]https://github.com/alloy-rs/chains/issues/6)

### Miscellaneous Tasks

- Release 0.1.1

## [0.1.0]https://github.com/alloy-rs/chains/releases/tag/v0.1.0 - 2023-11-14

### Documentation

- Add CHANGELOG.md

### Features

- Split Chain into a struct and ChainKind enum ([#5]https://github.com/alloy-rs/chains/issues/5)
- Port Chain from Reth ([#4]https://github.com/alloy-rs/chains/issues/4)
- Port `ethers_core::types::Chain` ([#2]https://github.com/alloy-rs/chains/issues/2)

### Miscellaneous Tasks

- Add missing package fields
- Add release.toml
- Rename Chain to NamedChain ([#3]https://github.com/alloy-rs/chains/issues/3)

### Other

- Initial commit

<!-- generated by git-cliff -->