@bitgo-beta/sdk-coin-eth 4.4.1-beta.75 → 4.4.1-beta.751

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