@bitgo-beta/sdk-coin-eth 4.4.1-beta.97 → 4.4.1-beta.971

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