@bitgo-beta/sdk-coin-eth 4.4.1-beta.40 → 4.4.1-beta.401

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