@bitgo-beta/sdk-coin-eth 4.4.1-beta.38 → 4.4.1-beta.381

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