@bitgo-beta/sdk-coin-eth 4.4.1-beta.43 → 4.4.1-beta.431

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