@bitgo-beta/abstract-eth 1.2.3-alpha.17 → 1.2.3-alpha.171

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 (57) hide show
  1. package/CHANGELOG.md +1375 -0
  2. package/dist/src/abstractEthLikeCoin.d.ts +12 -6
  3. package/dist/src/abstractEthLikeCoin.d.ts.map +1 -1
  4. package/dist/src/abstractEthLikeCoin.js +14 -11
  5. package/dist/src/abstractEthLikeNewCoins.d.ts +635 -0
  6. package/dist/src/abstractEthLikeNewCoins.d.ts.map +1 -0
  7. package/dist/src/abstractEthLikeNewCoins.js +1882 -0
  8. package/dist/src/ethLikeToken.d.ts +34 -4
  9. package/dist/src/ethLikeToken.d.ts.map +1 -1
  10. package/dist/src/ethLikeToken.js +281 -7
  11. package/dist/src/index.d.ts +2 -0
  12. package/dist/src/index.d.ts.map +1 -1
  13. package/dist/src/index.js +8 -2
  14. package/dist/src/lib/contractCall.d.ts +8 -0
  15. package/dist/src/lib/contractCall.d.ts.map +1 -0
  16. package/dist/src/lib/contractCall.js +17 -0
  17. package/dist/src/lib/iface.d.ts +132 -0
  18. package/dist/src/lib/iface.d.ts.map +1 -0
  19. package/dist/src/lib/iface.js +8 -0
  20. package/dist/src/lib/index.d.ts +15 -0
  21. package/dist/src/lib/index.d.ts.map +1 -0
  22. package/dist/src/lib/index.js +46 -0
  23. package/dist/src/lib/keyPair.d.ts +26 -0
  24. package/dist/src/lib/keyPair.d.ts.map +1 -0
  25. package/dist/src/lib/keyPair.js +66 -0
  26. package/dist/src/lib/transaction.d.ts +64 -0
  27. package/dist/src/lib/transaction.d.ts.map +1 -0
  28. package/dist/src/lib/transaction.js +137 -0
  29. package/dist/src/lib/transactionBuilder.d.ts +245 -0
  30. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/transactionBuilder.js +726 -0
  32. package/dist/src/lib/transferBuilder.d.ts +71 -0
  33. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  34. package/dist/src/lib/transferBuilder.js +261 -0
  35. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +54 -0
  36. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +1 -0
  37. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +121 -0
  38. package/dist/src/lib/transferBuilders/index.d.ts +4 -0
  39. package/dist/src/lib/transferBuilders/index.d.ts.map +1 -0
  40. package/dist/src/lib/transferBuilders/index.js +20 -0
  41. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts +16 -0
  42. package/dist/src/lib/transferBuilders/transferBuilderERC1155.d.ts.map +1 -0
  43. package/dist/src/lib/transferBuilders/transferBuilderERC1155.js +93 -0
  44. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts +15 -0
  45. package/dist/src/lib/transferBuilders/transferBuilderERC721.d.ts.map +1 -0
  46. package/dist/src/lib/transferBuilders/transferBuilderERC721.js +78 -0
  47. package/dist/src/lib/types.d.ts +39 -0
  48. package/dist/src/lib/types.d.ts.map +1 -0
  49. package/dist/src/lib/types.js +137 -0
  50. package/dist/src/lib/utils.d.ts +263 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +681 -0
  53. package/dist/src/lib/walletUtil.d.ts +30 -0
  54. package/dist/src/lib/walletUtil.d.ts.map +1 -0
  55. package/dist/src/lib/walletUtil.js +33 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -8008
  57. package/package.json +24 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,1381 @@
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
+ # [21.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.6...@bitgo/abstract-eth@21.8.0) (2024-08-07)
7
+
8
+ ### Features
9
+
10
+ - **abstract-cosmos:** add dkls support for cosmos hot wallet recovery ([da24a55](https://github.com/BitGo/BitGoJS/commit/da24a559d42ac0f2975fd03ec335f5e72bcd8f49))
11
+
12
+ ## [21.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.5...@bitgo/abstract-eth@21.7.6) (2024-07-30)
13
+
14
+ **Note:** Version bump only for package @bitgo/abstract-eth
15
+
16
+ ## [21.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.4...@bitgo/abstract-eth@21.7.5) (2024-07-24)
17
+
18
+ **Note:** Version bump only for package @bitgo/abstract-eth
19
+
20
+ ## [21.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.3...@bitgo/abstract-eth@21.7.4) (2024-07-16)
21
+
22
+ **Note:** Version bump only for package @bitgo/abstract-eth
23
+
24
+ ## [21.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.2...@bitgo/abstract-eth@21.7.3) (2024-07-04)
25
+
26
+ **Note:** Version bump only for package @bitgo/abstract-eth
27
+
28
+ ## [21.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.1...@bitgo/abstract-eth@21.7.2) (2024-07-02)
29
+
30
+ **Note:** Version bump only for package @bitgo/abstract-eth
31
+
32
+ ## [21.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.7.0...@bitgo/abstract-eth@21.7.1) (2024-06-27)
33
+
34
+ **Note:** Version bump only for package @bitgo/abstract-eth
35
+
36
+ # [21.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.6.2...@bitgo/abstract-eth@21.7.0) (2024-06-26)
37
+
38
+ ### Features
39
+
40
+ - **sdk-core:** adding MPCv1 to MPCv2 retrofit helper ([8b13b16](https://github.com/BitGo/BitGoJS/commit/8b13b167463533a051143374b9fea8ccc1ad63b9))
41
+
42
+ ## [21.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.6.0...@bitgo/abstract-eth@21.6.2) (2024-06-21)
43
+
44
+ **Note:** Version bump only for package @bitgo/abstract-eth
45
+
46
+ ## [21.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.6.0...@bitgo/abstract-eth@21.6.1) (2024-06-20)
47
+
48
+ **Note:** Version bump only for package @bitgo/abstract-eth
49
+
50
+ # [21.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.5.3...@bitgo/abstract-eth@21.6.0) (2024-06-14)
51
+
52
+ ### Features
53
+
54
+ - **sdk-coin-ethlike:** add new eth like coin packages ([ba305cb](https://github.com/BitGo/BitGoJS/commit/ba305cb7f7b564d499d0f931f50919058e85652f))
55
+
56
+ ## [21.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.5.2...@bitgo/abstract-eth@21.5.3) (2024-06-11)
57
+
58
+ ### Bug Fixes
59
+
60
+ - **abstract-eth:** use correct derivation path in wrw recover function ([5018147](https://github.com/BitGo/BitGoJS/commit/50181478d487c8871f94da2fb92e7327098b2370))
61
+
62
+ ## [21.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.5.1...@bitgo/abstract-eth@21.5.2) (2024-06-05)
63
+
64
+ **Note:** Version bump only for package @bitgo/abstract-eth
65
+
66
+ ## [21.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.5.0...@bitgo/abstract-eth@21.5.1) (2024-05-31)
67
+
68
+ **Note:** Version bump only for package @bitgo/abstract-eth
69
+
70
+ # [21.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.4.0...@bitgo/abstract-eth@21.5.0) (2024-05-28)
71
+
72
+ ### Bug Fixes
73
+
74
+ - **abstract-eth:** handle absence of batcher contract for native coin ([37ede15](https://github.com/BitGo/BitGoJS/commit/37ede15f2fc8e24f732a6d8f513327650d58590c))
75
+
76
+ ### Features
77
+
78
+ - **abstract-eth:** add support to build tx for CCR of unsupported token ([a6dac7c](https://github.com/BitGo/BitGoJS/commit/a6dac7c00d47acfa3d4dd072b9cfcdf99215a743))
79
+
80
+ # [21.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.3.0...@bitgo/abstract-eth@21.4.0) (2024-05-22)
81
+
82
+ ### Features
83
+
84
+ - **abstract-eth:** wrw recovery for dkls wallet ([bf374e8](https://github.com/BitGo/BitGoJS/commit/bf374e89522c9688619d9b20ed66d3873b55d75e))
85
+
86
+ # [21.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.2.1...@bitgo/abstract-eth@21.3.0) (2024-05-17)
87
+
88
+ ### Features
89
+
90
+ - **abstract-eth:** refactor eth wrw recovery tss ([0fdbd5e](https://github.com/BitGo/BitGoJS/commit/0fdbd5eaf25c414b43b61bcfa6bdcdf0150b880f))
91
+
92
+ ## [21.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.2.0...@bitgo/abstract-eth@21.2.1) (2024-05-13)
93
+
94
+ **Note:** Version bump only for package @bitgo/abstract-eth
95
+
96
+ # [21.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.1.1...@bitgo/abstract-eth@21.2.0) (2024-05-08)
97
+
98
+ ### Features
99
+
100
+ - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
101
+
102
+ ## [21.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.1.0...@bitgo/abstract-eth@21.1.1) (2024-05-01)
103
+
104
+ **Note:** Version bump only for package @bitgo/abstract-eth
105
+
106
+ # [21.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@21.0.0...@bitgo/abstract-eth@21.1.0) (2024-04-25)
107
+
108
+ ### Features
109
+
110
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
111
+
112
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.6...@bitgo/abstract-eth@21.0.0) (2024-04-24)
113
+
114
+ ### Bug Fixes
115
+
116
+ - superagent upgrade to 9.0 ([6e9aa43](https://github.com/BitGo/BitGoJS/commit/6e9aa43a6d2999298abd450ceb168d664b8b926d))
117
+
118
+ ### Features
119
+
120
+ - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
121
+
122
+ ### BREAKING CHANGES
123
+
124
+ - **abstract-eth:** Made ChainID mandatory for signAndBuild method
125
+
126
+ ## [20.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.5...@bitgo/abstract-eth@20.1.6) (2024-04-22)
127
+
128
+ ### Bug Fixes
129
+
130
+ - **sdk-coin-polygon:** fix send tx for polygon testnet ([172a081](https://github.com/BitGo/BitGoJS/commit/172a081cc4bec1eedf9876a438bc8828dc543d31))
131
+
132
+ ## [20.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.4...@bitgo/abstract-eth@20.1.5) (2024-04-17)
133
+
134
+ **Note:** Version bump only for package @bitgo/abstract-eth
135
+
136
+ ## [20.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.3...@bitgo/abstract-eth@20.1.4) (2024-04-12)
137
+
138
+ **Note:** Version bump only for package @bitgo/abstract-eth
139
+
140
+ ## [20.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.2...@bitgo/abstract-eth@20.1.3) (2024-04-10)
141
+
142
+ **Note:** Version bump only for package @bitgo/abstract-eth
143
+
144
+ ## [20.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.1...@bitgo/abstract-eth@20.1.2) (2024-04-09)
145
+
146
+ **Note:** Version bump only for package @bitgo/abstract-eth
147
+
148
+ ## [20.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.1.0...@bitgo/abstract-eth@20.1.1) (2024-04-08)
149
+
150
+ ### Bug Fixes
151
+
152
+ - **abstract-eth:** fix flush v4 tx building from hex ([f20dc10](https://github.com/BitGo/BitGoJS/commit/f20dc106e90222f27f0ee774fe9844fc0b55f77e))
153
+
154
+ # [20.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@20.0.0...@bitgo/abstract-eth@20.1.0) (2024-04-05)
155
+
156
+ ### Bug Fixes
157
+
158
+ - **abstract-eth:** error msg when fee is low than expected ([5adb4cd](https://github.com/BitGo/BitGoJS/commit/5adb4cd838790f0fb0f65a6bf3242f987ce3a7bc))
159
+ - **abstract-eth:** fix opeth:op transfers ([37a8f4f](https://github.com/BitGo/BitGoJS/commit/37a8f4f03325d76c32b4764381e3d2d7976dd414))
160
+
161
+ ### Features
162
+
163
+ - **abstract-eth:** support token flush directly from forwarderV4 contract ([f41a404](https://github.com/BitGo/BitGoJS/commit/f41a404bac7ed952b41effe88e818c6d602a9c22))
164
+
165
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@19.0.4...@bitgo/abstract-eth@20.0.0) (2024-03-28)
166
+
167
+ ### Features
168
+
169
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
170
+
171
+ ### BREAKING CHANGES
172
+
173
+ - **root:** Node 16 is no longer supported in bitgojs.
174
+ TICKET: WP-1100
175
+
176
+ ## [19.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@19.0.3...@bitgo/abstract-eth@19.0.4) (2024-03-19)
177
+
178
+ ### Bug Fixes
179
+
180
+ - factor gas and eip1559 params on ethlike token recovery ([7744d83](https://github.com/BitGo/BitGoJS/commit/7744d831f7d974802501245312787b81f8abae47))
181
+
182
+ ## [19.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@19.0.2...@bitgo/abstract-eth@19.0.3) (2024-03-11)
183
+
184
+ ### Bug Fixes
185
+
186
+ - **abstract-eth:** fix recover method in case of 0 funds ([3738568](https://github.com/BitGo/BitGoJS/commit/37385687397f1f8c4522cc8e1f6843504d47eca8))
187
+ - **abstract-eth:** fixes issue related to gasestimate for ethlike ([190bdb2](https://github.com/BitGo/BitGoJS/commit/190bdb2b225fc2fd87fe536aeb77734f102b9984))
188
+
189
+ ## [19.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@19.0.1...@bitgo/abstract-eth@19.0.2) (2024-02-28)
190
+
191
+ ### Bug Fixes
192
+
193
+ - **abstract-eth:** fix recover token method for ethlike ([0c074a9](https://github.com/BitGo/BitGoJS/commit/0c074a923125c0528d7327e22153a351e5950d30))
194
+
195
+ ## [19.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@19.0.0...@bitgo/abstract-eth@19.0.1) (2024-02-22)
196
+
197
+ **Note:** Version bump only for package @bitgo/abstract-eth
198
+
199
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@19.0.0) (2024-02-19)
200
+
201
+ ### Bug Fixes
202
+
203
+ - **abstract-eth:** change tx encoding method for arb and op ([c11b0dd](https://github.com/BitGo/BitGoJS/commit/c11b0dd4705b0de4aaf9fff26eecf361d78b9f10))
204
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
205
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
206
+
207
+ ### Code Refactoring
208
+
209
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
210
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
211
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
212
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
213
+
214
+ ### Features
215
+
216
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
217
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
218
+ - **abstract-eth:** add v4 forwarder creation logic ([25faaa3](https://github.com/BitGo/BitGoJS/commit/25faaa33723feb2a4f7ce7209a64841b438a4367))
219
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
220
+
221
+ ### BREAKING CHANGES
222
+
223
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
224
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
225
+ getCustomChainName method is removed from Polygon class because a common
226
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
227
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
228
+ and needs to be passed to derive the Eth common object from the chainId.
229
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
230
+ it can be used for other EthLike coins. getBaseFactor method in Eth
231
+ and Polygon class returns number instead of string just to align with
232
+ AbstractEthLikeCoin
233
+ Ticket: WIN-1012
234
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
235
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
236
+ getCustomChainName method is removed from Polygon class because a common
237
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
238
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
239
+ and needs to be passed to derive the Eth common object from the chainId.
240
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
241
+ it can be used for other EthLike coins. getBaseFactor method in Eth
242
+ and Polygon class returns number instead of string just to align with
243
+ AbstractEthLikeCoin
244
+ Ticket: WIN-1012
245
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
246
+ a new class AbstractEthLikeNewCoins which will be having both multisig
247
+ and MPC related methods
248
+
249
+ TICKET: WIN-1021
250
+
251
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
252
+ class in abstract-eth module because TransactionBuilder in the
253
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
254
+ be added to the class that will inherit EthLikeToken class
255
+
256
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
257
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
258
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
259
+ support for hop transactions, batch transactions, etc
260
+
261
+ TICKET: WIN-1021
262
+
263
+ # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@18.0.0) (2024-01-30)
264
+
265
+ ### Bug Fixes
266
+
267
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
268
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
269
+
270
+ ### Code Refactoring
271
+
272
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
273
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
274
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
275
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
276
+
277
+ ### Features
278
+
279
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
280
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
281
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
282
+
283
+ ### BREAKING CHANGES
284
+
285
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
286
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
287
+ getCustomChainName method is removed from Polygon class because a common
288
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
289
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
290
+ and needs to be passed to derive the Eth common object from the chainId.
291
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
292
+ it can be used for other EthLike coins. getBaseFactor method in Eth
293
+ and Polygon class returns number instead of string just to align with
294
+ AbstractEthLikeCoin
295
+ Ticket: WIN-1012
296
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
297
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
298
+ getCustomChainName method is removed from Polygon class because a common
299
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
300
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
301
+ and needs to be passed to derive the Eth common object from the chainId.
302
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
303
+ it can be used for other EthLike coins. getBaseFactor method in Eth
304
+ and Polygon class returns number instead of string just to align with
305
+ AbstractEthLikeCoin
306
+ Ticket: WIN-1012
307
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
308
+ a new class AbstractEthLikeNewCoins which will be having both multisig
309
+ and MPC related methods
310
+
311
+ TICKET: WIN-1021
312
+
313
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
314
+ class in abstract-eth module because TransactionBuilder in the
315
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
316
+ be added to the class that will inherit EthLikeToken class
317
+
318
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
319
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
320
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
321
+ support for hop transactions, batch transactions, etc
322
+
323
+ TICKET: WIN-1021
324
+
325
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@17.0.0) (2024-01-26)
326
+
327
+ ### Bug Fixes
328
+
329
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
330
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
331
+
332
+ ### Code Refactoring
333
+
334
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
335
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
336
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
337
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
338
+
339
+ ### Features
340
+
341
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
342
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
343
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
344
+
345
+ ### BREAKING CHANGES
346
+
347
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
348
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
349
+ getCustomChainName method is removed from Polygon class because a common
350
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
351
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
352
+ and needs to be passed to derive the Eth common object from the chainId.
353
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
354
+ it can be used for other EthLike coins. getBaseFactor method in Eth
355
+ and Polygon class returns number instead of string just to align with
356
+ AbstractEthLikeCoin
357
+ Ticket: WIN-1012
358
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
359
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
360
+ getCustomChainName method is removed from Polygon class because a common
361
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
362
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
363
+ and needs to be passed to derive the Eth common object from the chainId.
364
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
365
+ it can be used for other EthLike coins. getBaseFactor method in Eth
366
+ and Polygon class returns number instead of string just to align with
367
+ AbstractEthLikeCoin
368
+ Ticket: WIN-1012
369
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
370
+ a new class AbstractEthLikeNewCoins which will be having both multisig
371
+ and MPC related methods
372
+
373
+ TICKET: WIN-1021
374
+
375
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
376
+ class in abstract-eth module because TransactionBuilder in the
377
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
378
+ be added to the class that will inherit EthLikeToken class
379
+
380
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
381
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
382
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
383
+ support for hop transactions, batch transactions, etc
384
+
385
+ TICKET: WIN-1021
386
+
387
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@16.0.0) (2024-01-26)
388
+
389
+ ### Bug Fixes
390
+
391
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
392
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
393
+
394
+ ### Code Refactoring
395
+
396
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
397
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
398
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
399
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
400
+
401
+ ### Features
402
+
403
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
404
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
405
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
406
+
407
+ ### BREAKING CHANGES
408
+
409
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
410
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
411
+ getCustomChainName method is removed from Polygon class because a common
412
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
413
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
414
+ and needs to be passed to derive the Eth common object from the chainId.
415
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
416
+ it can be used for other EthLike coins. getBaseFactor method in Eth
417
+ and Polygon class returns number instead of string just to align with
418
+ AbstractEthLikeCoin
419
+ Ticket: WIN-1012
420
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
421
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
422
+ getCustomChainName method is removed from Polygon class because a common
423
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
424
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
425
+ and needs to be passed to derive the Eth common object from the chainId.
426
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
427
+ it can be used for other EthLike coins. getBaseFactor method in Eth
428
+ and Polygon class returns number instead of string just to align with
429
+ AbstractEthLikeCoin
430
+ Ticket: WIN-1012
431
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
432
+ a new class AbstractEthLikeNewCoins which will be having both multisig
433
+ and MPC related methods
434
+
435
+ TICKET: WIN-1021
436
+
437
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
438
+ class in abstract-eth module because TransactionBuilder in the
439
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
440
+ be added to the class that will inherit EthLikeToken class
441
+
442
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
443
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
444
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
445
+ support for hop transactions, batch transactions, etc
446
+
447
+ TICKET: WIN-1021
448
+
449
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@15.0.0) (2024-01-25)
450
+
451
+ ### Bug Fixes
452
+
453
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
454
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
455
+
456
+ ### Code Refactoring
457
+
458
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
459
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
460
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
461
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
462
+
463
+ ### Features
464
+
465
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
466
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
467
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
468
+
469
+ ### BREAKING CHANGES
470
+
471
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
472
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
473
+ getCustomChainName method is removed from Polygon class because a common
474
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
475
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
476
+ and needs to be passed to derive the Eth common object from the chainId.
477
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
478
+ it can be used for other EthLike coins. getBaseFactor method in Eth
479
+ and Polygon class returns number instead of string just to align with
480
+ AbstractEthLikeCoin
481
+ Ticket: WIN-1012
482
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
483
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
484
+ getCustomChainName method is removed from Polygon class because a common
485
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
486
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
487
+ and needs to be passed to derive the Eth common object from the chainId.
488
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
489
+ it can be used for other EthLike coins. getBaseFactor method in Eth
490
+ and Polygon class returns number instead of string just to align with
491
+ AbstractEthLikeCoin
492
+ Ticket: WIN-1012
493
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
494
+ a new class AbstractEthLikeNewCoins which will be having both multisig
495
+ and MPC related methods
496
+
497
+ TICKET: WIN-1021
498
+
499
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
500
+ class in abstract-eth module because TransactionBuilder in the
501
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
502
+ be added to the class that will inherit EthLikeToken class
503
+
504
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
505
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
506
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
507
+ support for hop transactions, batch transactions, etc
508
+
509
+ TICKET: WIN-1021
510
+
511
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@14.0.0) (2024-01-22)
512
+
513
+ ### Bug Fixes
514
+
515
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
516
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
517
+
518
+ ### Code Refactoring
519
+
520
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
521
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
522
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
523
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
524
+
525
+ ### Features
526
+
527
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
528
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
529
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
530
+
531
+ ### BREAKING CHANGES
532
+
533
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
534
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
535
+ getCustomChainName method is removed from Polygon class because a common
536
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
537
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
538
+ and needs to be passed to derive the Eth common object from the chainId.
539
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
540
+ it can be used for other EthLike coins. getBaseFactor method in Eth
541
+ and Polygon class returns number instead of string just to align with
542
+ AbstractEthLikeCoin
543
+ Ticket: WIN-1012
544
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
545
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
546
+ getCustomChainName method is removed from Polygon class because a common
547
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
548
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
549
+ and needs to be passed to derive the Eth common object from the chainId.
550
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
551
+ it can be used for other EthLike coins. getBaseFactor method in Eth
552
+ and Polygon class returns number instead of string just to align with
553
+ AbstractEthLikeCoin
554
+ Ticket: WIN-1012
555
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
556
+ a new class AbstractEthLikeNewCoins which will be having both multisig
557
+ and MPC related methods
558
+
559
+ TICKET: WIN-1021
560
+
561
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
562
+ class in abstract-eth module because TransactionBuilder in the
563
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
564
+ be added to the class that will inherit EthLikeToken class
565
+
566
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
567
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
568
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
569
+ support for hop transactions, batch transactions, etc
570
+
571
+ TICKET: WIN-1021
572
+
573
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@13.0.0) (2024-01-09)
574
+
575
+ ### Bug Fixes
576
+
577
+ - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
578
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
579
+
580
+ ### Code Refactoring
581
+
582
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
583
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
584
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
585
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
586
+
587
+ ### Features
588
+
589
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
590
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
591
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
592
+
593
+ ### BREAKING CHANGES
594
+
595
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
596
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
597
+ getCustomChainName method is removed from Polygon class because a common
598
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
599
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
600
+ and needs to be passed to derive the Eth common object from the chainId.
601
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
602
+ it can be used for other EthLike coins. getBaseFactor method in Eth
603
+ and Polygon class returns number instead of string just to align with
604
+ AbstractEthLikeCoin
605
+ Ticket: WIN-1012
606
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
607
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
608
+ getCustomChainName method is removed from Polygon class because a common
609
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
610
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
611
+ and needs to be passed to derive the Eth common object from the chainId.
612
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
613
+ it can be used for other EthLike coins. getBaseFactor method in Eth
614
+ and Polygon class returns number instead of string just to align with
615
+ AbstractEthLikeCoin
616
+ Ticket: WIN-1012
617
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
618
+ a new class AbstractEthLikeNewCoins which will be having both multisig
619
+ and MPC related methods
620
+
621
+ TICKET: WIN-1021
622
+
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
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@12.0.0) (2024-01-03)
636
+
637
+ ### Bug Fixes
638
+
639
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
640
+
641
+ ### Code Refactoring
642
+
643
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
644
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
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
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
651
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
652
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
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:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
679
+ a new class AbstractEthLikeNewCoins which will be having both multisig
680
+ and MPC related methods
681
+
682
+ TICKET: WIN-1021
683
+
684
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
685
+ class in abstract-eth module because TransactionBuilder in the
686
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
687
+ be added to the class that will inherit EthLikeToken class
688
+
689
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
690
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
691
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
692
+ support for hop transactions, batch transactions, etc
693
+
694
+ TICKET: WIN-1021
695
+
696
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@11.0.0) (2023-12-18)
697
+
698
+ ### Bug Fixes
699
+
700
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
701
+
702
+ ### Code Refactoring
703
+
704
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
705
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
706
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
707
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
708
+
709
+ ### Features
710
+
711
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
712
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
713
+
714
+ ### BREAKING CHANGES
715
+
716
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
717
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
718
+ getCustomChainName method is removed from Polygon class because a common
719
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
720
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
721
+ and needs to be passed to derive the Eth common object from the chainId.
722
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
723
+ it can be used for other EthLike coins. getBaseFactor method in Eth
724
+ and Polygon class returns number instead of string just to align with
725
+ AbstractEthLikeCoin
726
+ Ticket: WIN-1012
727
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
728
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
729
+ getCustomChainName method is removed from Polygon class because a common
730
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
731
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
732
+ and needs to be passed to derive the Eth common object from the chainId.
733
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
734
+ it can be used for other EthLike coins. getBaseFactor method in Eth
735
+ and Polygon class returns number instead of string just to align with
736
+ AbstractEthLikeCoin
737
+ Ticket: WIN-1012
738
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
739
+ a new class AbstractEthLikeNewCoins which will be having both multisig
740
+ and MPC related methods
741
+
742
+ TICKET: WIN-1021
743
+
744
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
745
+ class in abstract-eth module because TransactionBuilder in the
746
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
747
+ be added to the class that will inherit EthLikeToken class
748
+
749
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
750
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
751
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
752
+ support for hop transactions, batch transactions, etc
753
+
754
+ TICKET: WIN-1021
755
+
756
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@10.0.0) (2023-12-12)
757
+
758
+ ### Bug Fixes
759
+
760
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
761
+
762
+ ### Code Refactoring
763
+
764
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
765
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
766
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
767
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
768
+
769
+ ### Features
770
+
771
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
772
+
773
+ ### BREAKING CHANGES
774
+
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:** Type of nextContractSequenceId field in TransactionPrebuild
787
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
788
+ getCustomChainName method is removed from Polygon class because a common
789
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
790
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
791
+ and needs to be passed to derive the Eth common object from the chainId.
792
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
793
+ it can be used for other EthLike coins. getBaseFactor method in Eth
794
+ and Polygon class returns number instead of string just to align with
795
+ AbstractEthLikeCoin
796
+ Ticket: WIN-1012
797
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
798
+ a new class AbstractEthLikeNewCoins which will be having both multisig
799
+ and MPC related methods
800
+
801
+ TICKET: WIN-1021
802
+
803
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
804
+ class in abstract-eth module because TransactionBuilder in the
805
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
806
+ be added to the class that will inherit EthLikeToken class
807
+
808
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
809
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
810
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
811
+ support for hop transactions, batch transactions, etc
812
+
813
+ TICKET: WIN-1021
814
+
815
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@9.0.0) (2023-12-09)
816
+
817
+ ### Bug Fixes
818
+
819
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
820
+
821
+ ### Code Refactoring
822
+
823
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
824
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
825
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
826
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
827
+
828
+ ### Features
829
+
830
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
831
+
832
+ ### BREAKING CHANGES
833
+
834
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
835
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
836
+ getCustomChainName method is removed from Polygon class because a common
837
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
838
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
839
+ and needs to be passed to derive the Eth common object from the chainId.
840
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
841
+ it can be used for other EthLike coins. getBaseFactor method in Eth
842
+ and Polygon class returns number instead of string just to align with
843
+ AbstractEthLikeCoin
844
+ Ticket: WIN-1012
845
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
846
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
847
+ getCustomChainName method is removed from Polygon class because a common
848
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
849
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
850
+ and needs to be passed to derive the Eth common object from the chainId.
851
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
852
+ it can be used for other EthLike coins. getBaseFactor method in Eth
853
+ and Polygon class returns number instead of string just to align with
854
+ AbstractEthLikeCoin
855
+ Ticket: WIN-1012
856
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
857
+ a new class AbstractEthLikeNewCoins which will be having both multisig
858
+ and MPC related methods
859
+
860
+ TICKET: WIN-1021
861
+
862
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
863
+ class in abstract-eth module because TransactionBuilder in the
864
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
865
+ be added to the class that will inherit EthLikeToken class
866
+
867
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
868
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
869
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
870
+ support for hop transactions, batch transactions, etc
871
+
872
+ TICKET: WIN-1021
873
+
874
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@8.0.0) (2023-12-05)
875
+
876
+ ### Bug Fixes
877
+
878
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
879
+
880
+ ### Code Refactoring
881
+
882
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
883
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
884
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
885
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
886
+
887
+ ### Features
888
+
889
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
890
+
891
+ ### BREAKING CHANGES
892
+
893
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
894
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
895
+ getCustomChainName method is removed from Polygon class because a common
896
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
897
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
898
+ and needs to be passed to derive the Eth common object from the chainId.
899
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
900
+ it can be used for other EthLike coins. getBaseFactor method in Eth
901
+ and Polygon class returns number instead of string just to align with
902
+ AbstractEthLikeCoin
903
+ Ticket: WIN-1012
904
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
905
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
906
+ getCustomChainName method is removed from Polygon class because a common
907
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
908
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
909
+ and needs to be passed to derive the Eth common object from the chainId.
910
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
911
+ it can be used for other EthLike coins. getBaseFactor method in Eth
912
+ and Polygon class returns number instead of string just to align with
913
+ AbstractEthLikeCoin
914
+ Ticket: WIN-1012
915
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
916
+ a new class AbstractEthLikeNewCoins which will be having both multisig
917
+ and MPC related methods
918
+
919
+ TICKET: WIN-1021
920
+
921
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
922
+ class in abstract-eth module because TransactionBuilder in the
923
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
924
+ be added to the class that will inherit EthLikeToken class
925
+
926
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
927
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
928
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
929
+ support for hop transactions, batch transactions, etc
930
+
931
+ TICKET: WIN-1021
932
+
933
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@7.0.0) (2023-11-28)
934
+
935
+ ### Bug Fixes
936
+
937
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
938
+
939
+ ### Code Refactoring
940
+
941
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
942
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
943
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
944
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
945
+
946
+ ### Features
947
+
948
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
949
+
950
+ ### BREAKING CHANGES
951
+
952
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
953
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
954
+ getCustomChainName method is removed from Polygon class because a common
955
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
956
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
957
+ and needs to be passed to derive the Eth common object from the chainId.
958
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
959
+ it can be used for other EthLike coins. getBaseFactor method in Eth
960
+ and Polygon class returns number instead of string just to align with
961
+ AbstractEthLikeCoin
962
+ Ticket: WIN-1012
963
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
964
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
965
+ getCustomChainName method is removed from Polygon class because a common
966
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
967
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
968
+ and needs to be passed to derive the Eth common object from the chainId.
969
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
970
+ it can be used for other EthLike coins. getBaseFactor method in Eth
971
+ and Polygon class returns number instead of string just to align with
972
+ AbstractEthLikeCoin
973
+ Ticket: WIN-1012
974
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
975
+ a new class AbstractEthLikeNewCoins which will be having both multisig
976
+ and MPC related methods
977
+
978
+ TICKET: WIN-1021
979
+
980
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
981
+ class in abstract-eth module because TransactionBuilder in the
982
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
983
+ be added to the class that will inherit EthLikeToken class
984
+
985
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
986
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
987
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
988
+ support for hop transactions, batch transactions, etc
989
+
990
+ TICKET: WIN-1021
991
+
992
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@6.0.0) (2023-11-24)
993
+
994
+ ### Bug Fixes
995
+
996
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
997
+
998
+ ### Code Refactoring
999
+
1000
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1001
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
1002
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1003
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1004
+
1005
+ ### Features
1006
+
1007
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1008
+
1009
+ ### BREAKING CHANGES
1010
+
1011
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1012
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1013
+ getCustomChainName method is removed from Polygon class because a common
1014
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1015
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1016
+ and needs to be passed to derive the Eth common object from the chainId.
1017
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1018
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1019
+ and Polygon class returns number instead of string just to align with
1020
+ AbstractEthLikeCoin
1021
+ Ticket: WIN-1012
1022
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1023
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1024
+ getCustomChainName method is removed from Polygon class because a common
1025
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1026
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1027
+ and needs to be passed to derive the Eth common object from the chainId.
1028
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1029
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1030
+ and Polygon class returns number instead of string just to align with
1031
+ AbstractEthLikeCoin
1032
+ Ticket: WIN-1012
1033
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
1034
+ a new class AbstractEthLikeNewCoins which will be having both multisig
1035
+ and MPC related methods
1036
+
1037
+ TICKET: WIN-1021
1038
+
1039
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1040
+ class in abstract-eth module because TransactionBuilder in the
1041
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1042
+ be added to the class that will inherit EthLikeToken class
1043
+
1044
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1045
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1046
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1047
+ support for hop transactions, batch transactions, etc
1048
+
1049
+ TICKET: WIN-1021
1050
+
1051
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@5.0.0) (2023-11-17)
1052
+
1053
+ ### Bug Fixes
1054
+
1055
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1056
+
1057
+ ### Code Refactoring
1058
+
1059
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1060
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
1061
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1062
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1063
+
1064
+ ### Features
1065
+
1066
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1067
+
1068
+ ### BREAKING CHANGES
1069
+
1070
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1071
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1072
+ getCustomChainName method is removed from Polygon class because a common
1073
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1074
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1075
+ and needs to be passed to derive the Eth common object from the chainId.
1076
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1077
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1078
+ and Polygon class returns number instead of string just to align with
1079
+ AbstractEthLikeCoin
1080
+ Ticket: WIN-1012
1081
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1082
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1083
+ getCustomChainName method is removed from Polygon class because a common
1084
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1085
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1086
+ and needs to be passed to derive the Eth common object from the chainId.
1087
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1088
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1089
+ and Polygon class returns number instead of string just to align with
1090
+ AbstractEthLikeCoin
1091
+ Ticket: WIN-1012
1092
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
1093
+ a new class AbstractEthLikeNewCoins which will be having both multisig
1094
+ and MPC related methods
1095
+
1096
+ TICKET: WIN-1021
1097
+
1098
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1099
+ class in abstract-eth module because TransactionBuilder in the
1100
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1101
+ be added to the class that will inherit EthLikeToken class
1102
+
1103
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1104
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1105
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1106
+ support for hop transactions, batch transactions, etc
1107
+
1108
+ TICKET: WIN-1021
1109
+
1110
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13)
1111
+
1112
+ ### Code Refactoring
1113
+
1114
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
1115
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1116
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1117
+
1118
+ ### Features
1119
+
1120
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1121
+
1122
+ ### BREAKING CHANGES
1123
+
1124
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1125
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1126
+ getCustomChainName method is removed from Polygon class because a common
1127
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1128
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1129
+ and needs to be passed to derive the Eth common object from the chainId.
1130
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1131
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1132
+ and Polygon class returns number instead of string just to align with
1133
+ AbstractEthLikeCoin
1134
+ Ticket: WIN-1012
1135
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
1136
+ a new class AbstractEthLikeNewCoins which will be having both multisig
1137
+ and MPC related methods
1138
+
1139
+ TICKET: WIN-1021
1140
+
1141
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1142
+ class in abstract-eth module because TransactionBuilder in the
1143
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1144
+ be added to the class that will inherit EthLikeToken class
1145
+
1146
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1147
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1148
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1149
+ support for hop transactions, batch transactions, etc
1150
+
1151
+ TICKET: WIN-1021
1152
+
1153
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13)
1154
+
1155
+ ### Code Refactoring
1156
+
1157
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
1158
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1159
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1160
+
1161
+ ### Features
1162
+
1163
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1164
+
1165
+ ### BREAKING CHANGES
1166
+
1167
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1168
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1169
+ getCustomChainName method is removed from Polygon class because a common
1170
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1171
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1172
+ and needs to be passed to derive the Eth common object from the chainId.
1173
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1174
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1175
+ and Polygon class returns number instead of string just to align with
1176
+ AbstractEthLikeCoin
1177
+ Ticket: WIN-1012
1178
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
1179
+ a new class AbstractEthLikeNewCoins which will be having both multisig
1180
+ and MPC related methods
1181
+
1182
+ TICKET: WIN-1021
1183
+
1184
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1185
+ class in abstract-eth module because TransactionBuilder in the
1186
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1187
+ be added to the class that will inherit EthLikeToken class
1188
+
1189
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1190
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1191
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1192
+ support for hop transactions, batch transactions, etc
1193
+
1194
+ TICKET: WIN-1021
1195
+
1196
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13)
1197
+
1198
+ ### Code Refactoring
1199
+
1200
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
1201
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1202
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
1203
+
1204
+ ### Features
1205
+
1206
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1207
+
1208
+ ### BREAKING CHANGES
1209
+
1210
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1211
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1212
+ getCustomChainName method is removed from Polygon class because a common
1213
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1214
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1215
+ and needs to be passed to derive the Eth common object from the chainId.
1216
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1217
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1218
+ and Polygon class returns number instead of string just to align with
1219
+ AbstractEthLikeCoin
1220
+ Ticket: WIN-1012
1221
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
1222
+ a new class AbstractEthLikeNewCoins which will be having both multisig
1223
+ and MPC related methods
1224
+
1225
+ TICKET: WIN-1021
1226
+
1227
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
1228
+ class in abstract-eth module because TransactionBuilder in the
1229
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
1230
+ be added to the class that will inherit EthLikeToken class
1231
+
1232
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
1233
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
1234
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
1235
+ support for hop transactions, batch transactions, etc
1236
+
1237
+ TICKET: WIN-1021
1238
+
1239
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20)
1240
+
1241
+ ### Features
1242
+
1243
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1244
+
1245
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.5.0) (2023-10-18)
1246
+
1247
+ ### Features
1248
+
1249
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
1250
+
1251
+ ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.11) (2023-09-25)
1252
+
1253
+ **Note:** Version bump only for package @bitgo/abstract-eth
1254
+
1255
+ ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.10) (2023-09-09)
1256
+
1257
+ **Note:** Version bump only for package @bitgo/abstract-eth
1258
+
1259
+ ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.9) (2023-09-09)
1260
+
1261
+ **Note:** Version bump only for package @bitgo/abstract-eth
1262
+
1263
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.8) (2023-09-07)
1264
+
1265
+ **Note:** Version bump only for package @bitgo/abstract-eth
1266
+
1267
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.7) (2023-09-05)
1268
+
1269
+ **Note:** Version bump only for package @bitgo/abstract-eth
1270
+
1271
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.6) (2023-09-01)
1272
+
1273
+ **Note:** Version bump only for package @bitgo/abstract-eth
1274
+
1275
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.5) (2023-08-29)
1276
+
1277
+ **Note:** Version bump only for package @bitgo/abstract-eth
1278
+
1279
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.4) (2023-08-25)
1280
+
1281
+ **Note:** Version bump only for package @bitgo/abstract-eth
1282
+
1283
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.3) (2023-08-24)
1284
+
1285
+ **Note:** Version bump only for package @bitgo/abstract-eth
1286
+
1287
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.2) (2023-08-16)
1288
+
1289
+ **Note:** Version bump only for package @bitgo/abstract-eth
1290
+
1291
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.1) (2023-08-16)
1292
+
1293
+ **Note:** Version bump only for package @bitgo/abstract-eth
1294
+
1295
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.4.0) (2023-08-04)
1296
+
1297
+ ### Features
1298
+
1299
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1300
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1301
+
1302
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.3.0) (2023-07-28)
1303
+
1304
+ ### Features
1305
+
1306
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1307
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1308
+
1309
+ ## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.27...@bitgo/abstract-eth@1.2.28) (2023-07-18)
1310
+
1311
+ **Note:** Version bump only for package @bitgo/abstract-eth
1312
+
1313
+ ## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.26...@bitgo/abstract-eth@1.2.27) (2023-06-21)
1314
+
1315
+ **Note:** Version bump only for package @bitgo/abstract-eth
1316
+
1317
+ ## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.25...@bitgo/abstract-eth@1.2.26) (2023-06-14)
1318
+
1319
+ **Note:** Version bump only for package @bitgo/abstract-eth
1320
+
1321
+ ## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.24...@bitgo/abstract-eth@1.2.25) (2023-06-13)
1322
+
1323
+ **Note:** Version bump only for package @bitgo/abstract-eth
1324
+
1325
+ ## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.23...@bitgo/abstract-eth@1.2.24) (2023-06-07)
1326
+
1327
+ **Note:** Version bump only for package @bitgo/abstract-eth
1328
+
1329
+ ## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.22...@bitgo/abstract-eth@1.2.23) (2023-06-05)
1330
+
1331
+ **Note:** Version bump only for package @bitgo/abstract-eth
1332
+
1333
+ ## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.21...@bitgo/abstract-eth@1.2.22) (2023-05-25)
1334
+
1335
+ **Note:** Version bump only for package @bitgo/abstract-eth
1336
+
1337
+ ## [1.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.20...@bitgo/abstract-eth@1.2.21) (2023-05-17)
1338
+
1339
+ **Note:** Version bump only for package @bitgo/abstract-eth
1340
+
1341
+ ## [1.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.19...@bitgo/abstract-eth@1.2.20) (2023-05-10)
1342
+
1343
+ **Note:** Version bump only for package @bitgo/abstract-eth
1344
+
1345
+ ## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.18...@bitgo/abstract-eth@1.2.19) (2023-05-03)
1346
+
1347
+ **Note:** Version bump only for package @bitgo/abstract-eth
1348
+
1349
+ ## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.17...@bitgo/abstract-eth@1.2.18) (2023-04-25)
1350
+
1351
+ **Note:** Version bump only for package @bitgo/abstract-eth
1352
+
1353
+ ## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.16...@bitgo/abstract-eth@1.2.17) (2023-04-20)
1354
+
1355
+ **Note:** Version bump only for package @bitgo/abstract-eth
1356
+
1357
+ ## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.15...@bitgo/abstract-eth@1.2.16) (2023-04-13)
1358
+
1359
+ **Note:** Version bump only for package @bitgo/abstract-eth
1360
+
1361
+ ## [1.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.14...@bitgo/abstract-eth@1.2.15) (2023-02-17)
1362
+
1363
+ **Note:** Version bump only for package @bitgo/abstract-eth
1364
+
1365
+ ## [1.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.14) (2023-02-16)
1366
+
1367
+ **Note:** Version bump only for package @bitgo/abstract-eth
1368
+
1369
+ ## [1.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.13) (2023-02-08)
1370
+
1371
+ **Note:** Version bump only for package @bitgo/abstract-eth
1372
+
1373
+ ## [1.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.12) (2023-01-30)
1374
+
1375
+ **Note:** Version bump only for package @bitgo/abstract-eth
1376
+
1377
+ ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.10...@bitgo/abstract-eth@1.2.11) (2023-01-25)
1378
+
1379
+ **Note:** Version bump only for package @bitgo/abstract-eth
1380
+
6
1381
  ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
7
1382
 
8
1383
  **Note:** Version bump only for package @bitgo/abstract-eth