@bitgo-beta/sdk-coin-eth 4.4.1-beta.87 → 4.4.1-beta.871

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.
Files changed (64) hide show
  1. package/CHANGELOG.md +1428 -0
  2. package/dist/src/erc20Token.d.ts +13 -5
  3. package/dist/src/erc20Token.d.ts.map +1 -1
  4. package/dist/src/erc20Token.js +60 -23
  5. package/dist/src/eth.d.ts +23 -534
  6. package/dist/src/eth.d.ts.map +1 -1
  7. package/dist/src/eth.js +200 -1615
  8. package/dist/src/gteth.d.ts +0 -4
  9. package/dist/src/gteth.d.ts.map +1 -1
  10. package/dist/src/gteth.js +1 -11
  11. package/dist/src/hteth.d.ts +8 -0
  12. package/dist/src/hteth.d.ts.map +1 -0
  13. package/dist/src/hteth.js +14 -0
  14. package/dist/src/index.d.ts +1 -0
  15. package/dist/src/index.d.ts.map +1 -1
  16. package/dist/src/index.js +7 -2
  17. package/dist/src/lib/index.d.ts +4 -13
  18. package/dist/src/lib/index.d.ts.map +1 -1
  19. package/dist/src/lib/index.js +17 -30
  20. package/dist/src/lib/transactionBuilder.d.ts +9 -213
  21. package/dist/src/lib/transactionBuilder.d.ts.map +1 -1
  22. package/dist/src/lib/transactionBuilder.js +18 -677
  23. package/dist/src/lib/transferBuilder.d.ts +2 -50
  24. package/dist/src/lib/transferBuilder.d.ts.map +1 -1
  25. package/dist/src/lib/transferBuilder.js +3 -199
  26. package/dist/src/lib/transferBuilders/index.d.ts +2 -3
  27. package/dist/src/lib/transferBuilders/index.d.ts.map +1 -1
  28. package/dist/src/lib/transferBuilders/index.js +6 -14
  29. package/dist/src/lib/walletUtil.d.ts +0 -25
  30. package/dist/src/lib/walletUtil.d.ts.map +1 -1
  31. package/dist/src/lib/walletUtil.js +2 -27
  32. package/dist/src/register.d.ts.map +1 -1
  33. package/dist/src/register.js +3 -1
  34. package/dist/src/teth.d.ts +0 -3
  35. package/dist/src/teth.d.ts.map +1 -1
  36. package/dist/src/teth.js +1 -8
  37. package/package.json +12 -17
  38. package/dist/src/lib/contractCall.d.ts +0 -8
  39. package/dist/src/lib/contractCall.d.ts.map +0 -1
  40. package/dist/src/lib/contractCall.js +0 -17
  41. package/dist/src/lib/iface.d.ts +0 -130
  42. package/dist/src/lib/iface.d.ts.map +0 -1
  43. package/dist/src/lib/iface.js +0 -8
  44. package/dist/src/lib/keyPair.d.ts +0 -26
  45. package/dist/src/lib/keyPair.d.ts.map +0 -1
  46. package/dist/src/lib/keyPair.js +0 -66
  47. package/dist/src/lib/transaction.d.ts +0 -64
  48. package/dist/src/lib/transaction.d.ts.map +0 -1
  49. package/dist/src/lib/transaction.js +0 -137
  50. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +0 -47
  51. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +0 -1
  52. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +0 -113
  53. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts +0 -14
  54. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +0 -1
  55. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +0 -83
  56. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +0 -13
  57. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +0 -1
  58. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +0 -68
  59. package/dist/src/lib/types.d.ts +0 -39
  60. package/dist/src/lib/types.d.ts.map +0 -1
  61. package/dist/src/lib/types.js +0 -137
  62. package/dist/src/lib/utils.d.ts +0 -227
  63. package/dist/src/lib/utils.d.ts.map +0 -1
  64. package/dist/src/lib/utils.js +0 -577
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1434 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [24.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.1...@bitgo/sdk-coin-eth@24.4.2) (2025-05-07)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
9
+
10
+ ## [24.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.4.0...@bitgo/sdk-coin-eth@24.4.1) (2025-04-29)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
13
+
14
+ # [24.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.3.1...@bitgo/sdk-coin-eth@24.4.0) (2025-04-25)
15
+
16
+ ### Bug Fixes
17
+
18
+ - **abstract-eth:** fix building using from for first signer ([c8ec337](https://github.com/BitGo/BitGoJS/commit/c8ec3377d5502a580801fabdcece528b4c3ac03a))
19
+
20
+ ### Features
21
+
22
+ - **abstract-eth:** support building eth tx for a first signer ([cbd4d4c](https://github.com/BitGo/BitGoJS/commit/cbd4d4cdee97a6ff51df2c854e945791ac0df4b4))
23
+
24
+ ## [24.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.3.0...@bitgo/sdk-coin-eth@24.3.1) (2025-04-15)
25
+
26
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
27
+
28
+ # [24.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.63...@bitgo/sdk-coin-eth@24.3.0) (2025-04-04)
29
+
30
+ ### Features
31
+
32
+ - **abstract-eth:** added support for mpcv2 in recovery ([da92bf8](https://github.com/BitGo/BitGoJS/commit/da92bf80d3f34c35ce73b0a9c2581d1ae201d1cc))
33
+
34
+ ## [24.2.63](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.62...@bitgo/sdk-coin-eth@24.2.63) (2025-04-02)
35
+
36
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
37
+
38
+ ## [24.2.62](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.61...@bitgo/sdk-coin-eth@24.2.62) (2025-03-28)
39
+
40
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
41
+
42
+ ## [24.2.61](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.60...@bitgo/sdk-coin-eth@24.2.61) (2025-03-20)
43
+
44
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
45
+
46
+ ## [24.2.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.59...@bitgo/sdk-coin-eth@24.2.60) (2025-03-18)
47
+
48
+ ### Bug Fixes
49
+
50
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
51
+
52
+ ## [24.2.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.58...@bitgo/sdk-coin-eth@24.2.59) (2025-03-06)
53
+
54
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
55
+
56
+ ## [24.2.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.58) (2025-03-04)
57
+
58
+ ### Bug Fixes
59
+
60
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
61
+
62
+ ## [24.2.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.57) (2025-02-26)
63
+
64
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
65
+
66
+ ## [24.2.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.55...@bitgo/sdk-coin-eth@24.2.56) (2025-02-20)
67
+
68
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
69
+
70
+ ## [24.2.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.54...@bitgo/sdk-coin-eth@24.2.55) (2025-02-19)
71
+
72
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
73
+
74
+ ## [24.2.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.53...@bitgo/sdk-coin-eth@24.2.54) (2025-02-11)
75
+
76
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
77
+
78
+ ## [24.2.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.52...@bitgo/sdk-coin-eth@24.2.53) (2025-02-05)
79
+
80
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
81
+
82
+ ## [24.2.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.51...@bitgo/sdk-coin-eth@24.2.52) (2025-01-28)
83
+
84
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
85
+
86
+ ## [24.2.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.50...@bitgo/sdk-coin-eth@24.2.51) (2025-01-23)
87
+
88
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
89
+
90
+ ## [24.2.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.49...@bitgo/sdk-coin-eth@24.2.50) (2025-01-23)
91
+
92
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
93
+
94
+ ## [24.2.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.48...@bitgo/sdk-coin-eth@24.2.49) (2025-01-20)
95
+
96
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
97
+
98
+ ## [24.2.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.47...@bitgo/sdk-coin-eth@24.2.48) (2025-01-15)
99
+
100
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
101
+
102
+ ## [24.2.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.46...@bitgo/sdk-coin-eth@24.2.47) (2025-01-09)
103
+
104
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
105
+
106
+ ## [24.2.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.45...@bitgo/sdk-coin-eth@24.2.46) (2025-01-03)
107
+
108
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
109
+
110
+ ## [24.2.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.44...@bitgo/sdk-coin-eth@24.2.45) (2024-12-24)
111
+
112
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
113
+
114
+ ## [24.2.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.43...@bitgo/sdk-coin-eth@24.2.44) (2024-12-19)
115
+
116
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
117
+
118
+ ## [24.2.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.43) (2024-12-17)
119
+
120
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
121
+
122
+ ## [24.2.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.41...@bitgo/sdk-coin-eth@24.2.42) (2024-12-17)
123
+
124
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
125
+
126
+ ## [24.2.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.40...@bitgo/sdk-coin-eth@24.2.41) (2024-12-12)
127
+
128
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
129
+
130
+ ## [24.2.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.39...@bitgo/sdk-coin-eth@24.2.40) (2024-12-11)
131
+
132
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
133
+
134
+ ## [24.2.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.38...@bitgo/sdk-coin-eth@24.2.39) (2024-12-03)
135
+
136
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
137
+
138
+ ## [24.2.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.37...@bitgo/sdk-coin-eth@24.2.38) (2024-11-26)
139
+
140
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
141
+
142
+ ## [24.2.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.36...@bitgo/sdk-coin-eth@24.2.37) (2024-11-21)
143
+
144
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
145
+
146
+ ## [24.2.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.36) (2024-11-19)
147
+
148
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
149
+
150
+ ## [24.2.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.34...@bitgo/sdk-coin-eth@24.2.35) (2024-11-14)
151
+
152
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
153
+
154
+ ## [24.2.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.33...@bitgo/sdk-coin-eth@24.2.34) (2024-11-08)
155
+
156
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
157
+
158
+ ## [24.2.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.32...@bitgo/sdk-coin-eth@24.2.33) (2024-11-07)
159
+
160
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
161
+
162
+ ## [24.2.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.31...@bitgo/sdk-coin-eth@24.2.32) (2024-11-01)
163
+
164
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
165
+
166
+ ## [24.2.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.30...@bitgo/sdk-coin-eth@24.2.31) (2024-10-22)
167
+
168
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
169
+
170
+ ## [24.2.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.29...@bitgo/sdk-coin-eth@24.2.30) (2024-10-15)
171
+
172
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
173
+
174
+ ## [24.2.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.28...@bitgo/sdk-coin-eth@24.2.29) (2024-10-08)
175
+
176
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
177
+
178
+ ## [24.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.27...@bitgo/sdk-coin-eth@24.2.28) (2024-10-04)
179
+
180
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
181
+
182
+ ## [24.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.26...@bitgo/sdk-coin-eth@24.2.27) (2024-09-24)
183
+
184
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
185
+
186
+ ## [24.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.25...@bitgo/sdk-coin-eth@24.2.26) (2024-09-19)
187
+
188
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
189
+
190
+ ## [24.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.24...@bitgo/sdk-coin-eth@24.2.25) (2024-09-16)
191
+
192
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
193
+
194
+ ## [24.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.23...@bitgo/sdk-coin-eth@24.2.24) (2024-09-10)
195
+
196
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
197
+
198
+ ## [24.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.22...@bitgo/sdk-coin-eth@24.2.23) (2024-09-03)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
201
+
202
+ ## [24.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.21...@bitgo/sdk-coin-eth@24.2.22) (2024-08-29)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
205
+
206
+ ## [24.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.20...@bitgo/sdk-coin-eth@24.2.21) (2024-08-27)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
209
+
210
+ ## [24.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.20) (2024-08-20)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
213
+
214
+ ## [24.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.18...@bitgo/sdk-coin-eth@24.2.19) (2024-08-13)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
217
+
218
+ ## [24.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.17...@bitgo/sdk-coin-eth@24.2.18) (2024-08-07)
219
+
220
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
221
+
222
+ ## [24.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.16...@bitgo/sdk-coin-eth@24.2.17) (2024-07-30)
223
+
224
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
225
+
226
+ ## [24.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.15...@bitgo/sdk-coin-eth@24.2.16) (2024-07-24)
227
+
228
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
229
+
230
+ ## [24.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.14...@bitgo/sdk-coin-eth@24.2.15) (2024-07-16)
231
+
232
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
233
+
234
+ ## [24.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.13...@bitgo/sdk-coin-eth@24.2.14) (2024-07-04)
235
+
236
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
237
+
238
+ ## [24.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.12...@bitgo/sdk-coin-eth@24.2.13) (2024-07-02)
239
+
240
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
241
+
242
+ ## [24.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.11...@bitgo/sdk-coin-eth@24.2.12) (2024-06-27)
243
+
244
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
245
+
246
+ ## [24.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.10...@bitgo/sdk-coin-eth@24.2.11) (2024-06-26)
247
+
248
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
249
+
250
+ ## [24.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.10) (2024-06-21)
251
+
252
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
253
+
254
+ ## [24.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.8...@bitgo/sdk-coin-eth@24.2.9) (2024-06-20)
255
+
256
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
257
+
258
+ ## [24.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.7...@bitgo/sdk-coin-eth@24.2.8) (2024-06-14)
259
+
260
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
261
+
262
+ ## [24.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.6...@bitgo/sdk-coin-eth@24.2.7) (2024-06-11)
263
+
264
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
265
+
266
+ ## [24.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.5...@bitgo/sdk-coin-eth@24.2.6) (2024-06-05)
267
+
268
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
269
+
270
+ ## [24.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.4...@bitgo/sdk-coin-eth@24.2.5) (2024-05-31)
271
+
272
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
273
+
274
+ ## [24.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.3...@bitgo/sdk-coin-eth@24.2.4) (2024-05-28)
275
+
276
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
277
+
278
+ ## [24.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.2...@bitgo/sdk-coin-eth@24.2.3) (2024-05-22)
279
+
280
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
281
+
282
+ ## [24.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.1...@bitgo/sdk-coin-eth@24.2.2) (2024-05-17)
283
+
284
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
285
+
286
+ ## [24.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.2.0...@bitgo/sdk-coin-eth@24.2.1) (2024-05-13)
287
+
288
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
289
+
290
+ # [24.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.1.1...@bitgo/sdk-coin-eth@24.2.0) (2024-05-08)
291
+
292
+ ### Features
293
+
294
+ - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
295
+
296
+ ## [24.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.1.0...@bitgo/sdk-coin-eth@24.1.1) (2024-05-01)
297
+
298
+ ### Bug Fixes
299
+
300
+ - add txHex for eth CCR tx ([780929a](https://github.com/BitGo/BitGoJS/commit/780929a1df6e0a958102fa7b93d7056e593dbc52))
301
+
302
+ # [24.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@24.0.0...@bitgo/sdk-coin-eth@24.1.0) (2024-04-25)
303
+
304
+ ### Features
305
+
306
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
307
+
308
+ # [24.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.6...@bitgo/sdk-coin-eth@24.0.0) (2024-04-24)
309
+
310
+ ### Bug Fixes
311
+
312
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
313
+
314
+ ### Features
315
+
316
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
317
+
318
+ ### BREAKING CHANGES
319
+
320
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
321
+
322
+ ## [23.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.5...@bitgo/sdk-coin-eth@23.1.6) (2024-04-22)
323
+
324
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
325
+
326
+ ## [23.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.4...@bitgo/sdk-coin-eth@23.1.5) (2024-04-17)
327
+
328
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
329
+
330
+ ## [23.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.3...@bitgo/sdk-coin-eth@23.1.4) (2024-04-12)
331
+
332
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
333
+
334
+ ## [23.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.2...@bitgo/sdk-coin-eth@23.1.3) (2024-04-10)
335
+
336
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
337
+
338
+ ## [23.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.1...@bitgo/sdk-coin-eth@23.1.2) (2024-04-09)
339
+
340
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
341
+
342
+ ## [23.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.1.0...@bitgo/sdk-coin-eth@23.1.1) (2024-04-08)
343
+
344
+ ### Bug Fixes
345
+
346
+ - **abstract-eth:** fix flush v4 tx building from hex ([f20dc10](https://github.com/BitGo/BitGoJS/commit/f20dc106e90222f27f0ee774fe9844fc0b55f77e))
347
+
348
+ # [23.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@23.0.0...@bitgo/sdk-coin-eth@23.1.0) (2024-04-05)
349
+
350
+ ### Features
351
+
352
+ - **abstract-eth:** support token flush directly from forwarderV4 contract ([f41a404](https://github.com/BitGo/BitGoJS/commit/f41a404bac7ed952b41effe88e818c6d602a9c22))
353
+
354
+ # [23.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.4...@bitgo/sdk-coin-eth@23.0.0) (2024-03-28)
355
+
356
+ ### Features
357
+
358
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
359
+
360
+ ### BREAKING CHANGES
361
+
362
+ - **root:** Node 16 is no longer supported in bitgojs.
363
+ TICKET: WP-1100
364
+
365
+ ## [22.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.3...@bitgo/sdk-coin-eth@22.0.4) (2024-03-19)
366
+
367
+ ### Bug Fixes
368
+
369
+ - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
370
+
371
+ ## [22.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.2...@bitgo/sdk-coin-eth@22.0.3) (2024-03-11)
372
+
373
+ ### Bug Fixes
374
+
375
+ - **sdk-coin-eth:** fix recover method in case of 0 funds ([748588f](https://github.com/BitGo/BitGoJS/commit/748588f9fdc726bf8b6c7afb42c71400045fdcb3))
376
+
377
+ ## [22.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.1...@bitgo/sdk-coin-eth@22.0.2) (2024-02-28)
378
+
379
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
380
+
381
+ ## [22.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@22.0.0...@bitgo/sdk-coin-eth@22.0.1) (2024-02-22)
382
+
383
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
384
+
385
+ # [22.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@22.0.0) (2024-02-19)
386
+
387
+ ### Bug Fixes
388
+
389
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
390
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
391
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
392
+
393
+ ### Code Refactoring
394
+
395
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
396
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
397
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
398
+
399
+ ### Features
400
+
401
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
402
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
403
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
404
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
405
+
406
+ ### BREAKING CHANGES
407
+
408
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
409
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
410
+ getCustomChainName method is removed from Polygon class because a common
411
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
412
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
413
+ and needs to be passed to derive the Eth common object from the chainId.
414
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
415
+ it can be used for other EthLike coins. getBaseFactor method in Eth
416
+ and Polygon class returns number instead of string just to align with
417
+ AbstractEthLikeCoin
418
+ Ticket: WIN-1012
419
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
420
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
421
+ getCustomChainName method is removed from Polygon class because a common
422
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
423
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
424
+ and needs to be passed to derive the Eth common object from the chainId.
425
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
426
+ it can be used for other EthLike coins. getBaseFactor method in Eth
427
+ and Polygon class returns number instead of string just to align with
428
+ AbstractEthLikeCoin
429
+ Ticket: WIN-1012
430
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
431
+ class in abstract-eth module because TransactionBuilder in the
432
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
433
+ be added to the class that will inherit EthLikeToken class
434
+
435
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
436
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
437
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
438
+ support for hop transactions, batch transactions, etc
439
+
440
+ TICKET: WIN-1021
441
+
442
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@21.0.0) (2024-01-30)
443
+
444
+ ### Bug Fixes
445
+
446
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
447
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
448
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
449
+
450
+ ### Code Refactoring
451
+
452
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
453
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
454
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
455
+
456
+ ### Features
457
+
458
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
459
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
460
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
461
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
462
+
463
+ ### BREAKING CHANGES
464
+
465
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
466
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
467
+ getCustomChainName method is removed from Polygon class because a common
468
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
469
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
470
+ and needs to be passed to derive the Eth common object from the chainId.
471
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
472
+ it can be used for other EthLike coins. getBaseFactor method in Eth
473
+ and Polygon class returns number instead of string just to align with
474
+ AbstractEthLikeCoin
475
+ Ticket: WIN-1012
476
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
477
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
478
+ getCustomChainName method is removed from Polygon class because a common
479
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
480
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
481
+ and needs to be passed to derive the Eth common object from the chainId.
482
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
483
+ it can be used for other EthLike coins. getBaseFactor method in Eth
484
+ and Polygon class returns number instead of string just to align with
485
+ AbstractEthLikeCoin
486
+ Ticket: WIN-1012
487
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
488
+ class in abstract-eth module because TransactionBuilder in the
489
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
490
+ be added to the class that will inherit EthLikeToken class
491
+
492
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
493
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
494
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
495
+ support for hop transactions, batch transactions, etc
496
+
497
+ TICKET: WIN-1021
498
+
499
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@20.0.0) (2024-01-26)
500
+
501
+ ### Bug Fixes
502
+
503
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
504
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
505
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
506
+
507
+ ### Code Refactoring
508
+
509
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
510
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
511
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
512
+
513
+ ### Features
514
+
515
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
516
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
517
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
518
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
519
+
520
+ ### BREAKING CHANGES
521
+
522
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
523
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
524
+ getCustomChainName method is removed from Polygon class because a common
525
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
526
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
527
+ and needs to be passed to derive the Eth common object from the chainId.
528
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
529
+ it can be used for other EthLike coins. getBaseFactor method in Eth
530
+ and Polygon class returns number instead of string just to align with
531
+ AbstractEthLikeCoin
532
+ Ticket: WIN-1012
533
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
534
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
535
+ getCustomChainName method is removed from Polygon class because a common
536
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
537
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
538
+ and needs to be passed to derive the Eth common object from the chainId.
539
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
540
+ it can be used for other EthLike coins. getBaseFactor method in Eth
541
+ and Polygon class returns number instead of string just to align with
542
+ AbstractEthLikeCoin
543
+ Ticket: WIN-1012
544
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
545
+ class in abstract-eth module because TransactionBuilder in the
546
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
547
+ be added to the class that will inherit EthLikeToken class
548
+
549
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
550
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
551
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
552
+ support for hop transactions, batch transactions, etc
553
+
554
+ TICKET: WIN-1021
555
+
556
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@19.0.0) (2024-01-26)
557
+
558
+ ### Bug Fixes
559
+
560
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
561
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
562
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
563
+
564
+ ### Code Refactoring
565
+
566
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
567
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
568
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
569
+
570
+ ### Features
571
+
572
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
573
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
574
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
575
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
576
+
577
+ ### BREAKING CHANGES
578
+
579
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
580
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
581
+ getCustomChainName method is removed from Polygon class because a common
582
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
583
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
584
+ and needs to be passed to derive the Eth common object from the chainId.
585
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
586
+ it can be used for other EthLike coins. getBaseFactor method in Eth
587
+ and Polygon class returns number instead of string just to align with
588
+ AbstractEthLikeCoin
589
+ Ticket: WIN-1012
590
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
591
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
592
+ getCustomChainName method is removed from Polygon class because a common
593
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
594
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
595
+ and needs to be passed to derive the Eth common object from the chainId.
596
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
597
+ it can be used for other EthLike coins. getBaseFactor method in Eth
598
+ and Polygon class returns number instead of string just to align with
599
+ AbstractEthLikeCoin
600
+ Ticket: WIN-1012
601
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
602
+ class in abstract-eth module because TransactionBuilder in the
603
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
604
+ be added to the class that will inherit EthLikeToken class
605
+
606
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
607
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
608
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
609
+ support for hop transactions, batch transactions, etc
610
+
611
+ TICKET: WIN-1021
612
+
613
+ # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@18.0.0) (2024-01-25)
614
+
615
+ ### Bug Fixes
616
+
617
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
618
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
619
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
620
+
621
+ ### Code Refactoring
622
+
623
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
624
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
625
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
626
+
627
+ ### Features
628
+
629
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
630
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
631
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
632
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
633
+
634
+ ### BREAKING CHANGES
635
+
636
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
637
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
638
+ getCustomChainName method is removed from Polygon class because a common
639
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
640
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
641
+ and needs to be passed to derive the Eth common object from the chainId.
642
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
643
+ it can be used for other EthLike coins. getBaseFactor method in Eth
644
+ and Polygon class returns number instead of string just to align with
645
+ AbstractEthLikeCoin
646
+ Ticket: WIN-1012
647
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
648
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
649
+ getCustomChainName method is removed from Polygon class because a common
650
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
651
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
652
+ and needs to be passed to derive the Eth common object from the chainId.
653
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
654
+ it can be used for other EthLike coins. getBaseFactor method in Eth
655
+ and Polygon class returns number instead of string just to align with
656
+ AbstractEthLikeCoin
657
+ Ticket: WIN-1012
658
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
659
+ class in abstract-eth module because TransactionBuilder in the
660
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
661
+ be added to the class that will inherit EthLikeToken class
662
+
663
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
664
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
665
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
666
+ support for hop transactions, batch transactions, etc
667
+
668
+ TICKET: WIN-1021
669
+
670
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@17.0.0) (2024-01-22)
671
+
672
+ ### Bug Fixes
673
+
674
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
675
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
676
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
677
+
678
+ ### Code Refactoring
679
+
680
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
681
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
682
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
683
+
684
+ ### Features
685
+
686
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
687
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
688
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
689
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
690
+
691
+ ### BREAKING CHANGES
692
+
693
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
694
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
695
+ getCustomChainName method is removed from Polygon class because a common
696
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
697
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
698
+ and needs to be passed to derive the Eth common object from the chainId.
699
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
700
+ it can be used for other EthLike coins. getBaseFactor method in Eth
701
+ and Polygon class returns number instead of string just to align with
702
+ AbstractEthLikeCoin
703
+ Ticket: WIN-1012
704
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
705
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
706
+ getCustomChainName method is removed from Polygon class because a common
707
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
708
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
709
+ and needs to be passed to derive the Eth common object from the chainId.
710
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
711
+ it can be used for other EthLike coins. getBaseFactor method in Eth
712
+ and Polygon class returns number instead of string just to align with
713
+ AbstractEthLikeCoin
714
+ Ticket: WIN-1012
715
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
716
+ class in abstract-eth module because TransactionBuilder in the
717
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
718
+ be added to the class that will inherit EthLikeToken class
719
+
720
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
721
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
722
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
723
+ support for hop transactions, batch transactions, etc
724
+
725
+ TICKET: WIN-1021
726
+
727
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@16.0.0) (2024-01-09)
728
+
729
+ ### Bug Fixes
730
+
731
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
732
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
733
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
734
+
735
+ ### Code Refactoring
736
+
737
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
738
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
739
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
740
+
741
+ ### Features
742
+
743
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
744
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
745
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
746
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
747
+
748
+ ### BREAKING CHANGES
749
+
750
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
751
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
752
+ getCustomChainName method is removed from Polygon class because a common
753
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
754
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
755
+ and needs to be passed to derive the Eth common object from the chainId.
756
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
757
+ it can be used for other EthLike coins. getBaseFactor method in Eth
758
+ and Polygon class returns number instead of string just to align with
759
+ AbstractEthLikeCoin
760
+ Ticket: WIN-1012
761
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
762
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
763
+ getCustomChainName method is removed from Polygon class because a common
764
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
765
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
766
+ and needs to be passed to derive the Eth common object from the chainId.
767
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
768
+ it can be used for other EthLike coins. getBaseFactor method in Eth
769
+ and Polygon class returns number instead of string just to align with
770
+ AbstractEthLikeCoin
771
+ Ticket: WIN-1012
772
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
773
+ class in abstract-eth module because TransactionBuilder in the
774
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
775
+ be added to the class that will inherit EthLikeToken class
776
+
777
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
778
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
779
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
780
+ support for hop transactions, batch transactions, etc
781
+
782
+ TICKET: WIN-1021
783
+
784
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@15.0.0) (2024-01-03)
785
+
786
+ ### Bug Fixes
787
+
788
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
789
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
790
+
791
+ ### Code Refactoring
792
+
793
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
794
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
795
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
796
+
797
+ ### Features
798
+
799
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
800
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
801
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
802
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
803
+
804
+ ### BREAKING CHANGES
805
+
806
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
807
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
808
+ getCustomChainName method is removed from Polygon class because a common
809
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
810
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
811
+ and needs to be passed to derive the Eth common object from the chainId.
812
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
813
+ it can be used for other EthLike coins. getBaseFactor method in Eth
814
+ and Polygon class returns number instead of string just to align with
815
+ AbstractEthLikeCoin
816
+ Ticket: WIN-1012
817
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
818
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
819
+ getCustomChainName method is removed from Polygon class because a common
820
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
821
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
822
+ and needs to be passed to derive the Eth common object from the chainId.
823
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
824
+ it can be used for other EthLike coins. getBaseFactor method in Eth
825
+ and Polygon class returns number instead of string just to align with
826
+ AbstractEthLikeCoin
827
+ Ticket: WIN-1012
828
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
829
+ class in abstract-eth module because TransactionBuilder in the
830
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
831
+ be added to the class that will inherit EthLikeToken class
832
+
833
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
834
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
835
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
836
+ support for hop transactions, batch transactions, etc
837
+
838
+ TICKET: WIN-1021
839
+
840
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@14.0.0) (2023-12-18)
841
+
842
+ ### Bug Fixes
843
+
844
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
845
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
846
+
847
+ ### Code Refactoring
848
+
849
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
850
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
851
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
852
+
853
+ ### Features
854
+
855
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
856
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
857
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
858
+
859
+ ### BREAKING CHANGES
860
+
861
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
862
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
863
+ getCustomChainName method is removed from Polygon class because a common
864
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
865
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
866
+ and needs to be passed to derive the Eth common object from the chainId.
867
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
868
+ it can be used for other EthLike coins. getBaseFactor method in Eth
869
+ and Polygon class returns number instead of string just to align with
870
+ AbstractEthLikeCoin
871
+ Ticket: WIN-1012
872
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
873
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
874
+ getCustomChainName method is removed from Polygon class because a common
875
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
876
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
877
+ and needs to be passed to derive the Eth common object from the chainId.
878
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
879
+ it can be used for other EthLike coins. getBaseFactor method in Eth
880
+ and Polygon class returns number instead of string just to align with
881
+ AbstractEthLikeCoin
882
+ Ticket: WIN-1012
883
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
884
+ class in abstract-eth module because TransactionBuilder in the
885
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
886
+ be added to the class that will inherit EthLikeToken class
887
+
888
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
889
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
890
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
891
+ support for hop transactions, batch transactions, etc
892
+
893
+ TICKET: WIN-1021
894
+
895
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@13.0.0) (2023-12-12)
896
+
897
+ ### Bug Fixes
898
+
899
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
900
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
901
+
902
+ ### Code Refactoring
903
+
904
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
905
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
906
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
907
+
908
+ ### Features
909
+
910
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
911
+ - **statics:** add test token on holesky ([82389aa](https://github.com/BitGo/BitGoJS/commit/82389aa566b9d1b40674343ecf02636646d90d86))
912
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
913
+
914
+ ### BREAKING CHANGES
915
+
916
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
917
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
918
+ getCustomChainName method is removed from Polygon class because a common
919
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
920
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
921
+ and needs to be passed to derive the Eth common object from the chainId.
922
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
923
+ it can be used for other EthLike coins. getBaseFactor method in Eth
924
+ and Polygon class returns number instead of string just to align with
925
+ AbstractEthLikeCoin
926
+ Ticket: WIN-1012
927
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
928
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
929
+ getCustomChainName method is removed from Polygon class because a common
930
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
931
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
932
+ and needs to be passed to derive the Eth common object from the chainId.
933
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
934
+ it can be used for other EthLike coins. getBaseFactor method in Eth
935
+ and Polygon class returns number instead of string just to align with
936
+ AbstractEthLikeCoin
937
+ Ticket: WIN-1012
938
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
939
+ class in abstract-eth module because TransactionBuilder in the
940
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
941
+ be added to the class that will inherit EthLikeToken class
942
+
943
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
944
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
945
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
946
+ support for hop transactions, batch transactions, etc
947
+
948
+ TICKET: WIN-1021
949
+
950
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@12.0.0) (2023-12-09)
951
+
952
+ ### Bug Fixes
953
+
954
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
955
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
956
+
957
+ ### Code Refactoring
958
+
959
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
960
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
961
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
962
+
963
+ ### Features
964
+
965
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
966
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
967
+
968
+ ### BREAKING CHANGES
969
+
970
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
971
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
972
+ getCustomChainName method is removed from Polygon class because a common
973
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
974
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
975
+ and needs to be passed to derive the Eth common object from the chainId.
976
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
977
+ it can be used for other EthLike coins. getBaseFactor method in Eth
978
+ and Polygon class returns number instead of string just to align with
979
+ AbstractEthLikeCoin
980
+ Ticket: WIN-1012
981
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
982
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
983
+ getCustomChainName method is removed from Polygon class because a common
984
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
985
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
986
+ and needs to be passed to derive the Eth common object from the chainId.
987
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
988
+ it can be used for other EthLike coins. getBaseFactor method in Eth
989
+ and Polygon class returns number instead of string just to align with
990
+ AbstractEthLikeCoin
991
+ Ticket: WIN-1012
992
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
993
+ class in abstract-eth module because TransactionBuilder in the
994
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
995
+ be added to the class that will inherit EthLikeToken class
996
+
997
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
998
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
999
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1000
+ support for hop transactions, batch transactions, etc
1001
+
1002
+ TICKET: WIN-1021
1003
+
1004
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@11.0.0) (2023-12-05)
1005
+
1006
+ ### Bug Fixes
1007
+
1008
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1009
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1010
+
1011
+ ### Code Refactoring
1012
+
1013
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1014
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1015
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1016
+
1017
+ ### Features
1018
+
1019
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1020
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1021
+
1022
+ ### BREAKING CHANGES
1023
+
1024
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1025
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1026
+ getCustomChainName method is removed from Polygon class because a common
1027
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1028
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1029
+ and needs to be passed to derive the Eth common object from the chainId.
1030
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1031
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1032
+ and Polygon class returns number instead of string just to align with
1033
+ AbstractEthLikeCoin
1034
+ Ticket: WIN-1012
1035
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1036
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1037
+ getCustomChainName method is removed from Polygon class because a common
1038
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1039
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1040
+ and needs to be passed to derive the Eth common object from the chainId.
1041
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1042
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1043
+ and Polygon class returns number instead of string just to align with
1044
+ AbstractEthLikeCoin
1045
+ Ticket: WIN-1012
1046
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1047
+ class in abstract-eth module because TransactionBuilder in the
1048
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1049
+ be added to the class that will inherit EthLikeToken class
1050
+
1051
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1052
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1053
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1054
+ support for hop transactions, batch transactions, etc
1055
+
1056
+ TICKET: WIN-1021
1057
+
1058
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@10.0.0) (2023-11-28)
1059
+
1060
+ ### Bug Fixes
1061
+
1062
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1063
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1064
+
1065
+ ### Code Refactoring
1066
+
1067
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1068
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1069
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1070
+
1071
+ ### Features
1072
+
1073
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1074
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1075
+
1076
+ ### BREAKING CHANGES
1077
+
1078
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1079
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1080
+ getCustomChainName method is removed from Polygon class because a common
1081
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1082
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1083
+ and needs to be passed to derive the Eth common object from the chainId.
1084
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1085
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1086
+ and Polygon class returns number instead of string just to align with
1087
+ AbstractEthLikeCoin
1088
+ Ticket: WIN-1012
1089
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1090
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1091
+ getCustomChainName method is removed from Polygon class because a common
1092
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1093
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1094
+ and needs to be passed to derive the Eth common object from the chainId.
1095
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1096
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1097
+ and Polygon class returns number instead of string just to align with
1098
+ AbstractEthLikeCoin
1099
+ Ticket: WIN-1012
1100
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1101
+ class in abstract-eth module because TransactionBuilder in the
1102
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1103
+ be added to the class that will inherit EthLikeToken class
1104
+
1105
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1106
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1107
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1108
+ support for hop transactions, batch transactions, etc
1109
+
1110
+ TICKET: WIN-1021
1111
+
1112
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@9.0.0) (2023-11-24)
1113
+
1114
+ ### Bug Fixes
1115
+
1116
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1117
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1118
+
1119
+ ### Code Refactoring
1120
+
1121
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1122
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1123
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1124
+
1125
+ ### Features
1126
+
1127
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1128
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1129
+
1130
+ ### BREAKING CHANGES
1131
+
1132
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1133
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1134
+ getCustomChainName method is removed from Polygon class because a common
1135
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1136
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1137
+ and needs to be passed to derive the Eth common object from the chainId.
1138
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1139
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1140
+ and Polygon class returns number instead of string just to align with
1141
+ AbstractEthLikeCoin
1142
+ Ticket: WIN-1012
1143
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1144
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1145
+ getCustomChainName method is removed from Polygon class because a common
1146
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1147
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1148
+ and needs to be passed to derive the Eth common object from the chainId.
1149
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1150
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1151
+ and Polygon class returns number instead of string just to align with
1152
+ AbstractEthLikeCoin
1153
+ Ticket: WIN-1012
1154
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1155
+ class in abstract-eth module because TransactionBuilder in the
1156
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1157
+ be added to the class that will inherit EthLikeToken class
1158
+
1159
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1160
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1161
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1162
+ support for hop transactions, batch transactions, etc
1163
+
1164
+ TICKET: WIN-1021
1165
+
1166
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@8.0.0) (2023-11-17)
1167
+
1168
+ ### Bug Fixes
1169
+
1170
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1171
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1172
+
1173
+ ### Code Refactoring
1174
+
1175
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1176
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1177
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1178
+
1179
+ ### Features
1180
+
1181
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1182
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1183
+
1184
+ ### BREAKING CHANGES
1185
+
1186
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1187
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1188
+ getCustomChainName method is removed from Polygon class because a common
1189
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1190
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1191
+ and needs to be passed to derive the Eth common object from the chainId.
1192
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1193
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1194
+ and Polygon class returns number instead of string just to align with
1195
+ AbstractEthLikeCoin
1196
+ Ticket: WIN-1012
1197
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1198
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1199
+ getCustomChainName method is removed from Polygon class because a common
1200
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1201
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1202
+ and needs to be passed to derive the Eth common object from the chainId.
1203
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1204
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1205
+ and Polygon class returns number instead of string just to align with
1206
+ AbstractEthLikeCoin
1207
+ Ticket: WIN-1012
1208
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1209
+ class in abstract-eth module because TransactionBuilder in the
1210
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1211
+ be added to the class that will inherit EthLikeToken class
1212
+
1213
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1214
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1215
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1216
+ support for hop transactions, batch transactions, etc
1217
+
1218
+ TICKET: WIN-1021
1219
+
1220
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@7.0.0) (2023-11-13)
1221
+
1222
+ ### Bug Fixes
1223
+
1224
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1225
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1226
+
1227
+ ### Code Refactoring
1228
+
1229
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1230
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1231
+
1232
+ ### Features
1233
+
1234
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1235
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1236
+
1237
+ ### BREAKING CHANGES
1238
+
1239
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1240
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1241
+ getCustomChainName method is removed from Polygon class because a common
1242
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1243
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1244
+ and needs to be passed to derive the Eth common object from the chainId.
1245
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1246
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1247
+ and Polygon class returns number instead of string just to align with
1248
+ AbstractEthLikeCoin
1249
+ Ticket: WIN-1012
1250
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1251
+ class in abstract-eth module because TransactionBuilder in the
1252
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1253
+ be added to the class that will inherit EthLikeToken class
1254
+
1255
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1256
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1257
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1258
+ support for hop transactions, batch transactions, etc
1259
+
1260
+ TICKET: WIN-1021
1261
+
1262
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@6.0.0) (2023-11-13)
1263
+
1264
+ ### Bug Fixes
1265
+
1266
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1267
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1268
+
1269
+ ### Code Refactoring
1270
+
1271
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1272
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1273
+
1274
+ ### Features
1275
+
1276
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1277
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1278
+
1279
+ ### BREAKING CHANGES
1280
+
1281
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1282
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1283
+ getCustomChainName method is removed from Polygon class because a common
1284
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1285
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1286
+ and needs to be passed to derive the Eth common object from the chainId.
1287
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1288
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1289
+ and Polygon class returns number instead of string just to align with
1290
+ AbstractEthLikeCoin
1291
+ Ticket: WIN-1012
1292
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1293
+ class in abstract-eth module because TransactionBuilder in the
1294
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1295
+ be added to the class that will inherit EthLikeToken class
1296
+
1297
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1298
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1299
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1300
+ support for hop transactions, batch transactions, etc
1301
+
1302
+ TICKET: WIN-1021
1303
+
1304
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@5.0.0) (2023-11-13)
1305
+
1306
+ ### Bug Fixes
1307
+
1308
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1309
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1310
+
1311
+ ### Code Refactoring
1312
+
1313
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1314
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1315
+
1316
+ ### Features
1317
+
1318
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1319
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1320
+
1321
+ ### BREAKING CHANGES
1322
+
1323
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1324
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1325
+ getCustomChainName method is removed from Polygon class because a common
1326
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1327
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1328
+ and needs to be passed to derive the Eth common object from the chainId.
1329
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1330
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1331
+ and Polygon class returns number instead of string just to align with
1332
+ AbstractEthLikeCoin
1333
+ Ticket: WIN-1012
1334
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1335
+ class in abstract-eth module because TransactionBuilder in the
1336
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1337
+ be added to the class that will inherit EthLikeToken class
1338
+
1339
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1340
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1341
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1342
+ support for hop transactions, batch transactions, etc
1343
+
1344
+ TICKET: WIN-1021
1345
+
1346
+ # [4.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.10.0) (2023-10-20)
1347
+
1348
+ ### Bug Fixes
1349
+
1350
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1351
+
1352
+ ### Features
1353
+
1354
+ - **account-lib:** add holesky testnet coin ([0aaefc0](https://github.com/BitGo/BitGoJS/commit/0aaefc0e53a5a48b2c701ca3c6d5e1c6ec7c19d2))
1355
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1356
+
1357
+ # [4.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.9.0) (2023-10-18)
1358
+
1359
+ ### Bug Fixes
1360
+
1361
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1362
+
1363
+ ### Features
1364
+
1365
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1366
+
1367
+ # [4.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.8.0) (2023-09-25)
1368
+
1369
+ ### Bug Fixes
1370
+
1371
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1372
+
1373
+ ### Features
1374
+
1375
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1376
+
1377
+ ## [4.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.10) (2023-09-09)
1378
+
1379
+ ### Bug Fixes
1380
+
1381
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1382
+
1383
+ ## [4.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.9) (2023-09-09)
1384
+
1385
+ ### Bug Fixes
1386
+
1387
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1388
+
1389
+ ## [4.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.8) (2023-09-07)
1390
+
1391
+ ### Bug Fixes
1392
+
1393
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1394
+
1395
+ ## [4.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.7) (2023-09-05)
1396
+
1397
+ ### Bug Fixes
1398
+
1399
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1400
+
1401
+ ## [4.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.6) (2023-09-01)
1402
+
1403
+ ### Bug Fixes
1404
+
1405
+ - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
1406
+
1407
+ ## [4.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.5) (2023-08-29)
1408
+
1409
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1410
+
1411
+ ## [4.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.4) (2023-08-25)
1412
+
1413
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1414
+
1415
+ ## [4.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.3) (2023-08-24)
1416
+
1417
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1418
+
1419
+ ## [4.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.2) (2023-08-16)
1420
+
1421
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1422
+
1423
+ ## [4.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.7.0...@bitgo/sdk-coin-eth@4.7.1) (2023-08-16)
1424
+
1425
+ **Note:** Version bump only for package @bitgo/sdk-coin-eth
1426
+
1427
+ # [4.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.7.0) (2023-08-04)
1428
+
1429
+ ### Features
1430
+
1431
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1432
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1433
+
6
1434
  # [4.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-eth@4.5.5...@bitgo/sdk-coin-eth@4.6.0) (2023-07-28)
7
1435
 
8
1436
  ### Features