@bitgo-beta/sdk-coin-eth 4.4.1-beta.56 → 4.4.1-beta.561

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