@bitgo-beta/sdk-coin-eth 4.4.1-beta.28 → 4.4.1-beta.281

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