@bitgo-beta/sdk-coin-eth 4.4.1-beta.91 → 4.4.1-beta.910

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