@bitgo-beta/sdk-coin-eth 4.4.1-beta.26 → 4.4.1-beta.260

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