@bitgo-beta/sdk-coin-eth 4.4.1-beta.51 → 4.4.1-beta.511

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