@bitgo-beta/abstract-eth 1.0.2-beta.56 → 1.0.2-beta.560

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