@bitgo-beta/sdk-coin-eth 4.4.1-beta.34 → 4.4.1-beta.340

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