@bitgo-beta/abstract-eth 1.0.2-beta.45 → 1.0.2-beta.450

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 +717 -0
  2. package/dist/src/abstractEthLikeCoin.d.ts +7 -5
  3. package/dist/src/abstractEthLikeCoin.d.ts.map +1 -1
  4. package/dist/src/abstractEthLikeCoin.js +10 -10
  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 +1839 -0
  8. package/dist/src/ethLikeToken.d.ts +15 -4
  9. package/dist/src/ethLikeToken.d.ts.map +1 -1
  10. package/dist/src/ethLikeToken.js +61 -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 +3 -1
  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 +130 -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 +42 -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 +232 -0
  30. package/dist/src/lib/transactionBuilder.d.ts.map +1 -0
  31. package/dist/src/lib/transactionBuilder.js +689 -0
  32. package/dist/src/lib/transferBuilder.d.ts +66 -0
  33. package/dist/src/lib/transferBuilder.d.ts.map +1 -0
  34. package/dist/src/lib/transferBuilder.js +224 -0
  35. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts +52 -0
  36. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.d.ts.map +1 -0
  37. package/dist/src/lib/transferBuilders/baseNFTTransferBuilder.js +114 -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 +16 -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 +228 -0
  51. package/dist/src/lib/utils.d.ts.map +1 -0
  52. package/dist/src/lib/utils.js +577 -0
  53. package/dist/src/lib/walletUtil.d.ts +26 -0
  54. package/dist/src/lib/walletUtil.d.ts.map +1 -0
  55. package/dist/src/lib/walletUtil.js +29 -0
  56. package/dist/tsconfig.tsbuildinfo +1 -7896
  57. package/package.json +23 -9
package/CHANGELOG.md CHANGED
@@ -3,6 +3,723 @@
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
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@11.0.0) (2023-12-18)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
11
+
12
+ ### Code Refactoring
13
+
14
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
15
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
16
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
17
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
18
+
19
+ ### Features
20
+
21
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
22
+ - **sdk-core:** add function to transfer nfts ([b77b386](https://github.com/BitGo/BitGoJS/commit/b77b386bf77408d4b1617ba3bc44e5899a65f2e0))
23
+
24
+ ### BREAKING CHANGES
25
+
26
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
27
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
28
+ getCustomChainName method is removed from Polygon class because a common
29
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
30
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
31
+ and needs to be passed to derive the Eth common object from the chainId.
32
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
33
+ it can be used for other EthLike coins. getBaseFactor method in Eth
34
+ and Polygon class returns number instead of string just to align with
35
+ AbstractEthLikeCoin
36
+ Ticket: WIN-1012
37
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
38
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
39
+ getCustomChainName method is removed from Polygon class because a common
40
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
41
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
42
+ and needs to be passed to derive the Eth common object from the chainId.
43
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
44
+ it can be used for other EthLike coins. getBaseFactor method in Eth
45
+ and Polygon class returns number instead of string just to align with
46
+ AbstractEthLikeCoin
47
+ Ticket: WIN-1012
48
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
49
+ a new class AbstractEthLikeNewCoins which will be having both multisig
50
+ and MPC related methods
51
+
52
+ TICKET: WIN-1021
53
+
54
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
55
+ class in abstract-eth module because TransactionBuilder in the
56
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
57
+ be added to the class that will inherit EthLikeToken class
58
+
59
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
60
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
61
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
62
+ support for hop transactions, batch transactions, etc
63
+
64
+ TICKET: WIN-1021
65
+
66
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@10.0.0) (2023-12-12)
67
+
68
+ ### Bug Fixes
69
+
70
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
71
+
72
+ ### Code Refactoring
73
+
74
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
75
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
76
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
77
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
78
+
79
+ ### Features
80
+
81
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
82
+
83
+ ### BREAKING CHANGES
84
+
85
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
86
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
87
+ getCustomChainName method is removed from Polygon class because a common
88
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
89
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
90
+ and needs to be passed to derive the Eth common object from the chainId.
91
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
92
+ it can be used for other EthLike coins. getBaseFactor method in Eth
93
+ and Polygon class returns number instead of string just to align with
94
+ AbstractEthLikeCoin
95
+ Ticket: WIN-1012
96
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
97
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
98
+ getCustomChainName method is removed from Polygon class because a common
99
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
100
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
101
+ and needs to be passed to derive the Eth common object from the chainId.
102
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
103
+ it can be used for other EthLike coins. getBaseFactor method in Eth
104
+ and Polygon class returns number instead of string just to align with
105
+ AbstractEthLikeCoin
106
+ Ticket: WIN-1012
107
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
108
+ a new class AbstractEthLikeNewCoins which will be having both multisig
109
+ and MPC related methods
110
+
111
+ TICKET: WIN-1021
112
+
113
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
114
+ class in abstract-eth module because TransactionBuilder in the
115
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
116
+ be added to the class that will inherit EthLikeToken class
117
+
118
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
119
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
120
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
121
+ support for hop transactions, batch transactions, etc
122
+
123
+ TICKET: WIN-1021
124
+
125
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@9.0.0) (2023-12-09)
126
+
127
+ ### Bug Fixes
128
+
129
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
130
+
131
+ ### Code Refactoring
132
+
133
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
134
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
135
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
136
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
137
+
138
+ ### Features
139
+
140
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
141
+
142
+ ### BREAKING CHANGES
143
+
144
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
145
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
146
+ getCustomChainName method is removed from Polygon class because a common
147
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
148
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
149
+ and needs to be passed to derive the Eth common object from the chainId.
150
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
151
+ it can be used for other EthLike coins. getBaseFactor method in Eth
152
+ and Polygon class returns number instead of string just to align with
153
+ AbstractEthLikeCoin
154
+ Ticket: WIN-1012
155
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
156
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
157
+ getCustomChainName method is removed from Polygon class because a common
158
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
159
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
160
+ and needs to be passed to derive the Eth common object from the chainId.
161
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
162
+ it can be used for other EthLike coins. getBaseFactor method in Eth
163
+ and Polygon class returns number instead of string just to align with
164
+ AbstractEthLikeCoin
165
+ Ticket: WIN-1012
166
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
167
+ a new class AbstractEthLikeNewCoins which will be having both multisig
168
+ and MPC related methods
169
+
170
+ TICKET: WIN-1021
171
+
172
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
173
+ class in abstract-eth module because TransactionBuilder in the
174
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
175
+ be added to the class that will inherit EthLikeToken class
176
+
177
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
178
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
179
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
180
+ support for hop transactions, batch transactions, etc
181
+
182
+ TICKET: WIN-1021
183
+
184
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@8.0.0) (2023-12-05)
185
+
186
+ ### Bug Fixes
187
+
188
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
189
+
190
+ ### Code Refactoring
191
+
192
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
193
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
194
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
195
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
196
+
197
+ ### Features
198
+
199
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
200
+
201
+ ### BREAKING CHANGES
202
+
203
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
204
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
205
+ getCustomChainName method is removed from Polygon class because a common
206
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
207
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
208
+ and needs to be passed to derive the Eth common object from the chainId.
209
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
210
+ it can be used for other EthLike coins. getBaseFactor method in Eth
211
+ and Polygon class returns number instead of string just to align with
212
+ AbstractEthLikeCoin
213
+ Ticket: WIN-1012
214
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
215
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
216
+ getCustomChainName method is removed from Polygon class because a common
217
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
218
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
219
+ and needs to be passed to derive the Eth common object from the chainId.
220
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
221
+ it can be used for other EthLike coins. getBaseFactor method in Eth
222
+ and Polygon class returns number instead of string just to align with
223
+ AbstractEthLikeCoin
224
+ Ticket: WIN-1012
225
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
226
+ a new class AbstractEthLikeNewCoins which will be having both multisig
227
+ and MPC related methods
228
+
229
+ TICKET: WIN-1021
230
+
231
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
232
+ class in abstract-eth module because TransactionBuilder in the
233
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
234
+ be added to the class that will inherit EthLikeToken class
235
+
236
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
237
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
238
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
239
+ support for hop transactions, batch transactions, etc
240
+
241
+ TICKET: WIN-1021
242
+
243
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@7.0.0) (2023-11-28)
244
+
245
+ ### Bug Fixes
246
+
247
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
248
+
249
+ ### Code Refactoring
250
+
251
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
252
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
253
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
254
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
255
+
256
+ ### Features
257
+
258
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
259
+
260
+ ### BREAKING CHANGES
261
+
262
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
263
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
264
+ getCustomChainName method is removed from Polygon class because a common
265
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
266
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
267
+ and needs to be passed to derive the Eth common object from the chainId.
268
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
269
+ it can be used for other EthLike coins. getBaseFactor method in Eth
270
+ and Polygon class returns number instead of string just to align with
271
+ AbstractEthLikeCoin
272
+ Ticket: WIN-1012
273
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
274
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
275
+ getCustomChainName method is removed from Polygon class because a common
276
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
277
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
278
+ and needs to be passed to derive the Eth common object from the chainId.
279
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
280
+ it can be used for other EthLike coins. getBaseFactor method in Eth
281
+ and Polygon class returns number instead of string just to align with
282
+ AbstractEthLikeCoin
283
+ Ticket: WIN-1012
284
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
285
+ a new class AbstractEthLikeNewCoins which will be having both multisig
286
+ and MPC related methods
287
+
288
+ TICKET: WIN-1021
289
+
290
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
291
+ class in abstract-eth module because TransactionBuilder in the
292
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
293
+ be added to the class that will inherit EthLikeToken class
294
+
295
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
296
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
297
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
298
+ support for hop transactions, batch transactions, etc
299
+
300
+ TICKET: WIN-1021
301
+
302
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@6.0.0) (2023-11-24)
303
+
304
+ ### Bug Fixes
305
+
306
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
307
+
308
+ ### Code Refactoring
309
+
310
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
311
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
312
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
313
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
314
+
315
+ ### Features
316
+
317
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
318
+
319
+ ### BREAKING CHANGES
320
+
321
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
322
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
323
+ getCustomChainName method is removed from Polygon class because a common
324
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
325
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
326
+ and needs to be passed to derive the Eth common object from the chainId.
327
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
328
+ it can be used for other EthLike coins. getBaseFactor method in Eth
329
+ and Polygon class returns number instead of string just to align with
330
+ AbstractEthLikeCoin
331
+ Ticket: WIN-1012
332
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
333
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
334
+ getCustomChainName method is removed from Polygon class because a common
335
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
336
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
337
+ and needs to be passed to derive the Eth common object from the chainId.
338
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
339
+ it can be used for other EthLike coins. getBaseFactor method in Eth
340
+ and Polygon class returns number instead of string just to align with
341
+ AbstractEthLikeCoin
342
+ Ticket: WIN-1012
343
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
344
+ a new class AbstractEthLikeNewCoins which will be having both multisig
345
+ and MPC related methods
346
+
347
+ TICKET: WIN-1021
348
+
349
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
350
+ class in abstract-eth module because TransactionBuilder in the
351
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
352
+ be added to the class that will inherit EthLikeToken class
353
+
354
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
355
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
356
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
357
+ support for hop transactions, batch transactions, etc
358
+
359
+ TICKET: WIN-1021
360
+
361
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@5.0.0) (2023-11-17)
362
+
363
+ ### Bug Fixes
364
+
365
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
366
+
367
+ ### Code Refactoring
368
+
369
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
370
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
371
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
372
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
373
+
374
+ ### Features
375
+
376
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
377
+
378
+ ### BREAKING CHANGES
379
+
380
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
381
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
382
+ getCustomChainName method is removed from Polygon class because a common
383
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
384
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
385
+ and needs to be passed to derive the Eth common object from the chainId.
386
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
387
+ it can be used for other EthLike coins. getBaseFactor method in Eth
388
+ and Polygon class returns number instead of string just to align with
389
+ AbstractEthLikeCoin
390
+ Ticket: WIN-1012
391
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
392
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
393
+ getCustomChainName method is removed from Polygon class because a common
394
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
395
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
396
+ and needs to be passed to derive the Eth common object from the chainId.
397
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
398
+ it can be used for other EthLike coins. getBaseFactor method in Eth
399
+ and Polygon class returns number instead of string just to align with
400
+ AbstractEthLikeCoin
401
+ Ticket: WIN-1012
402
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
403
+ a new class AbstractEthLikeNewCoins which will be having both multisig
404
+ and MPC related methods
405
+
406
+ TICKET: WIN-1021
407
+
408
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
409
+ class in abstract-eth module because TransactionBuilder in the
410
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
411
+ be added to the class that will inherit EthLikeToken class
412
+
413
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
414
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
415
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
416
+ support for hop transactions, batch transactions, etc
417
+
418
+ TICKET: WIN-1021
419
+
420
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@4.0.0) (2023-11-13)
421
+
422
+ ### Code Refactoring
423
+
424
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
425
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
426
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
427
+
428
+ ### Features
429
+
430
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
431
+
432
+ ### BREAKING CHANGES
433
+
434
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
435
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
436
+ getCustomChainName method is removed from Polygon class because a common
437
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
438
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
439
+ and needs to be passed to derive the Eth common object from the chainId.
440
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
441
+ it can be used for other EthLike coins. getBaseFactor method in Eth
442
+ and Polygon class returns number instead of string just to align with
443
+ AbstractEthLikeCoin
444
+ Ticket: WIN-1012
445
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
446
+ a new class AbstractEthLikeNewCoins which will be having both multisig
447
+ and MPC related methods
448
+
449
+ TICKET: WIN-1021
450
+
451
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
452
+ class in abstract-eth module because TransactionBuilder in the
453
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
454
+ be added to the class that will inherit EthLikeToken class
455
+
456
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
457
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
458
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
459
+ support for hop transactions, batch transactions, etc
460
+
461
+ TICKET: WIN-1021
462
+
463
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@3.0.0) (2023-11-13)
464
+
465
+ ### Code Refactoring
466
+
467
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
468
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
469
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
470
+
471
+ ### Features
472
+
473
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
474
+
475
+ ### BREAKING CHANGES
476
+
477
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
478
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
479
+ getCustomChainName method is removed from Polygon class because a common
480
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
481
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
482
+ and needs to be passed to derive the Eth common object from the chainId.
483
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
484
+ it can be used for other EthLike coins. getBaseFactor method in Eth
485
+ and Polygon class returns number instead of string just to align with
486
+ AbstractEthLikeCoin
487
+ Ticket: WIN-1012
488
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
489
+ a new class AbstractEthLikeNewCoins which will be having both multisig
490
+ and MPC related methods
491
+
492
+ TICKET: WIN-1021
493
+
494
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
495
+ class in abstract-eth module because TransactionBuilder in the
496
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
497
+ be added to the class that will inherit EthLikeToken class
498
+
499
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
500
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
501
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
502
+ support for hop transactions, batch transactions, etc
503
+
504
+ TICKET: WIN-1021
505
+
506
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@2.0.0) (2023-11-13)
507
+
508
+ ### Code Refactoring
509
+
510
+ - **abstract-eth:** delete mpc related classes ([52396ed](https://github.com/BitGo/BitGoJS/commit/52396ed5aae8b27f0cc6caee7011a7c6882b9dea))
511
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
512
+ - **abstract-eth:** move txbuilder to abstract-eth ([a093f16](https://github.com/BitGo/BitGoJS/commit/a093f16465b691d82b2709245cc806fc0eb66212))
513
+
514
+ ### Features
515
+
516
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
517
+
518
+ ### BREAKING CHANGES
519
+
520
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
521
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
522
+ getCustomChainName method is removed from Polygon class because a common
523
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
524
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
525
+ and needs to be passed to derive the Eth common object from the chainId.
526
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
527
+ it can be used for other EthLike coins. getBaseFactor method in Eth
528
+ and Polygon class returns number instead of string just to align with
529
+ AbstractEthLikeCoin
530
+ Ticket: WIN-1012
531
+ - **abstract-eth:** AbstractEthLikeMPCCoin and EthLikeMPCToken classes are removed as we have instead added
532
+ a new class AbstractEthLikeNewCoins which will be having both multisig
533
+ and MPC related methods
534
+
535
+ TICKET: WIN-1021
536
+
537
+ - **abstract-eth:** getTransactionBuilder method is removed from EthLikeToken
538
+ class in abstract-eth module because TransactionBuilder in the
539
+ abstract-eth module is abstract class and hence cannot be instantiated. Hence the implementation of TransactionBuilder can
540
+ be added to the class that will inherit EthLikeToken class
541
+
542
+ TransactionPrebuild from new class AbstractEthLikeNewCoins is being
543
+ exported now instead of TransactionPrebuild from AbstractEthLikeCoin
544
+ class as the TransactionPrebuild from AbstractEthLikeNewCoins also has
545
+ support for hop transactions, batch transactions, etc
546
+
547
+ TICKET: WIN-1021
548
+
549
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.6.0) (2023-10-20)
550
+
551
+ ### Features
552
+
553
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
554
+
555
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.5.0) (2023-10-18)
556
+
557
+ ### Features
558
+
559
+ - **abstract-eth:** add abstractethliketsscoin class ([eb99545](https://github.com/BitGo/BitGoJS/commit/eb995457d7787af073f0a9eafe6e4d420228f5f0))
560
+
561
+ ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.11) (2023-09-25)
562
+
563
+ **Note:** Version bump only for package @bitgo/abstract-eth
564
+
565
+ ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.10) (2023-09-09)
566
+
567
+ **Note:** Version bump only for package @bitgo/abstract-eth
568
+
569
+ ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.9) (2023-09-09)
570
+
571
+ **Note:** Version bump only for package @bitgo/abstract-eth
572
+
573
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.8) (2023-09-07)
574
+
575
+ **Note:** Version bump only for package @bitgo/abstract-eth
576
+
577
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.7) (2023-09-05)
578
+
579
+ **Note:** Version bump only for package @bitgo/abstract-eth
580
+
581
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.6) (2023-09-01)
582
+
583
+ **Note:** Version bump only for package @bitgo/abstract-eth
584
+
585
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.5) (2023-08-29)
586
+
587
+ **Note:** Version bump only for package @bitgo/abstract-eth
588
+
589
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.4) (2023-08-25)
590
+
591
+ **Note:** Version bump only for package @bitgo/abstract-eth
592
+
593
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.3) (2023-08-24)
594
+
595
+ **Note:** Version bump only for package @bitgo/abstract-eth
596
+
597
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.2) (2023-08-16)
598
+
599
+ **Note:** Version bump only for package @bitgo/abstract-eth
600
+
601
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.4.0...@bitgo/abstract-eth@1.4.1) (2023-08-16)
602
+
603
+ **Note:** Version bump only for package @bitgo/abstract-eth
604
+
605
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.4.0) (2023-08-04)
606
+
607
+ ### Features
608
+
609
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
610
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
611
+
612
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.28...@bitgo/abstract-eth@1.3.0) (2023-07-28)
613
+
614
+ ### Features
615
+
616
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
617
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
618
+
619
+ ## [1.2.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.27...@bitgo/abstract-eth@1.2.28) (2023-07-18)
620
+
621
+ **Note:** Version bump only for package @bitgo/abstract-eth
622
+
623
+ ## [1.2.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.26...@bitgo/abstract-eth@1.2.27) (2023-06-21)
624
+
625
+ **Note:** Version bump only for package @bitgo/abstract-eth
626
+
627
+ ## [1.2.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.25...@bitgo/abstract-eth@1.2.26) (2023-06-14)
628
+
629
+ **Note:** Version bump only for package @bitgo/abstract-eth
630
+
631
+ ## [1.2.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.24...@bitgo/abstract-eth@1.2.25) (2023-06-13)
632
+
633
+ **Note:** Version bump only for package @bitgo/abstract-eth
634
+
635
+ ## [1.2.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.23...@bitgo/abstract-eth@1.2.24) (2023-06-07)
636
+
637
+ **Note:** Version bump only for package @bitgo/abstract-eth
638
+
639
+ ## [1.2.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.22...@bitgo/abstract-eth@1.2.23) (2023-06-05)
640
+
641
+ **Note:** Version bump only for package @bitgo/abstract-eth
642
+
643
+ ## [1.2.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.21...@bitgo/abstract-eth@1.2.22) (2023-05-25)
644
+
645
+ **Note:** Version bump only for package @bitgo/abstract-eth
646
+
647
+ ## [1.2.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.20...@bitgo/abstract-eth@1.2.21) (2023-05-17)
648
+
649
+ **Note:** Version bump only for package @bitgo/abstract-eth
650
+
651
+ ## [1.2.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.19...@bitgo/abstract-eth@1.2.20) (2023-05-10)
652
+
653
+ **Note:** Version bump only for package @bitgo/abstract-eth
654
+
655
+ ## [1.2.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.18...@bitgo/abstract-eth@1.2.19) (2023-05-03)
656
+
657
+ **Note:** Version bump only for package @bitgo/abstract-eth
658
+
659
+ ## [1.2.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.17...@bitgo/abstract-eth@1.2.18) (2023-04-25)
660
+
661
+ **Note:** Version bump only for package @bitgo/abstract-eth
662
+
663
+ ## [1.2.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.16...@bitgo/abstract-eth@1.2.17) (2023-04-20)
664
+
665
+ **Note:** Version bump only for package @bitgo/abstract-eth
666
+
667
+ ## [1.2.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.15...@bitgo/abstract-eth@1.2.16) (2023-04-13)
668
+
669
+ **Note:** Version bump only for package @bitgo/abstract-eth
670
+
671
+ ## [1.2.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.14...@bitgo/abstract-eth@1.2.15) (2023-02-17)
672
+
673
+ **Note:** Version bump only for package @bitgo/abstract-eth
674
+
675
+ ## [1.2.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.14) (2023-02-16)
676
+
677
+ **Note:** Version bump only for package @bitgo/abstract-eth
678
+
679
+ ## [1.2.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.13) (2023-02-08)
680
+
681
+ **Note:** Version bump only for package @bitgo/abstract-eth
682
+
683
+ ## [1.2.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.11...@bitgo/abstract-eth@1.2.12) (2023-01-30)
684
+
685
+ **Note:** Version bump only for package @bitgo/abstract-eth
686
+
687
+ ## [1.2.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.10...@bitgo/abstract-eth@1.2.11) (2023-01-25)
688
+
689
+ **Note:** Version bump only for package @bitgo/abstract-eth
690
+
691
+ ## [1.2.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.9...@bitgo/abstract-eth@1.2.10) (2022-12-23)
692
+
693
+ **Note:** Version bump only for package @bitgo/abstract-eth
694
+
695
+ ## [1.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.8...@bitgo/abstract-eth@1.2.9) (2022-12-20)
696
+
697
+ **Note:** Version bump only for package @bitgo/abstract-eth
698
+
699
+ ## [1.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.7...@bitgo/abstract-eth@1.2.8) (2022-12-09)
700
+
701
+ **Note:** Version bump only for package @bitgo/abstract-eth
702
+
703
+ ## [1.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.6...@bitgo/abstract-eth@1.2.7) (2022-12-06)
704
+
705
+ **Note:** Version bump only for package @bitgo/abstract-eth
706
+
707
+ ## [1.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.5...@bitgo/abstract-eth@1.2.6) (2022-12-01)
708
+
709
+ **Note:** Version bump only for package @bitgo/abstract-eth
710
+
711
+ ## [1.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.5) (2022-11-29)
712
+
713
+ **Note:** Version bump only for package @bitgo/abstract-eth
714
+
715
+ ## [1.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.4) (2022-11-04)
716
+
717
+ **Note:** Version bump only for package @bitgo/abstract-eth
718
+
719
+ ## [1.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.2) (2022-10-27)
720
+
721
+ **Note:** Version bump only for package @bitgo/abstract-eth
722
+
6
723
  ## [1.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/abstract-eth@1.2.0...@bitgo/abstract-eth@1.2.1) (2022-10-25)
7
724
 
8
725
  **Note:** Version bump only for package @bitgo/abstract-eth