@bitgo-beta/abstract-eth 1.2.3-alpha.16 → 1.2.3-alpha.161

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