@bitgo-beta/sdk-coin-eth 4.4.1-beta.29 → 4.4.1-beta.290

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