@bitgo-beta/sdk-coin-eth 4.4.1-beta.43 → 4.4.1-beta.430

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