@bitgo-beta/abstract-eth 1.2.3-alpha.18 → 1.2.3-alpha.180

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