@bitgo-beta/sdk-coin-eth 4.4.1-beta.39 → 4.4.1-beta.390

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