@bitgo-beta/sdk-coin-eth 4.4.1-beta.44 → 4.4.1-beta.440

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