@bitgo-beta/sdk-coin-eth 4.4.1-beta.57 → 4.4.1-beta.571

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