@bitgo-beta/sdk-coin-eth 4.4.1-beta.64 → 4.4.1-beta.640

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