@bitgo-beta/abstract-eth 1.0.2-beta.63 → 1.0.2-beta.631

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