@bitgo-beta/sdk-coin-eth 4.4.1-beta.37 → 4.4.1-beta.371

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