@bitgo-beta/sdk-coin-eth 4.4.1-beta.69 → 4.4.1-beta.690

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