@bitgo-beta/sdk-coin-eth 4.4.1-beta.42 → 4.4.1-beta.421

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