@bitgo-beta/sdk-coin-eth 4.4.1-beta.6 → 4.4.1-beta.600

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