@bitgo-beta/sdk-coin-eth 4.4.1-beta.68 → 4.4.1-beta.680

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