@bitgo-beta/sdk-coin-eth 4.4.1-beta.62 → 4.4.1-beta.620

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