@bitgo-beta/sdk-coin-eth 4.4.1-beta.48 → 4.4.1-beta.480

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