@bitgo-beta/sdk-coin-eth 4.4.1-beta.47 → 4.4.1-beta.470

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