@bitgo-beta/sdk-coin-eth 4.4.1-beta.45 → 4.4.1-beta.450

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