@bitgo-beta/sdk-coin-eth 4.4.1-beta.49 → 4.4.1-beta.490

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