@bitgo-beta/sdk-coin-eth 4.4.1-beta.41 → 4.4.1-beta.411

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