@bitgo-beta/sdk-coin-eth 4.4.1-beta.66 → 4.4.1-beta.660

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