@bitgo-beta/sdk-coin-eth 4.4.1-beta.46 → 4.4.1-beta.460

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