@bitgo-beta/sdk-coin-eth 4.4.1-beta.55 → 4.4.1-beta.550

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