@bitgo-beta/sdk-coin-eth 4.4.1-beta.36 → 4.4.1-beta.361

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