@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.12 → 1.3.3-alpha.121

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,934 @@
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
+ ## [20.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.4...@bitgo/sdk-coin-polygon@20.0.5) (2024-04-12)
7
+
8
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
9
+
10
+ ## [20.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.3...@bitgo/sdk-coin-polygon@20.0.4) (2024-04-10)
11
+
12
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
13
+
14
+ ## [20.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.2...@bitgo/sdk-coin-polygon@20.0.3) (2024-04-09)
15
+
16
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
17
+
18
+ ## [20.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.1...@bitgo/sdk-coin-polygon@20.0.2) (2024-04-08)
19
+
20
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
21
+
22
+ ## [20.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.0...@bitgo/sdk-coin-polygon@20.0.1) (2024-04-05)
23
+
24
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
25
+
26
+ # [20.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.4...@bitgo/sdk-coin-polygon@20.0.0) (2024-03-28)
27
+
28
+ ### Features
29
+
30
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
31
+
32
+ ### BREAKING CHANGES
33
+
34
+ - **root:** Node 16 is no longer supported in bitgojs.
35
+ TICKET: WP-1100
36
+
37
+ ## [19.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.3...@bitgo/sdk-coin-polygon@19.0.4) (2024-03-19)
38
+
39
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
40
+
41
+ ## [19.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.2...@bitgo/sdk-coin-polygon@19.0.3) (2024-03-11)
42
+
43
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
44
+
45
+ ## [19.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.1...@bitgo/sdk-coin-polygon@19.0.2) (2024-02-28)
46
+
47
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
48
+
49
+ ## [19.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@19.0.0...@bitgo/sdk-coin-polygon@19.0.1) (2024-02-22)
50
+
51
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
52
+
53
+ # [19.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@19.0.0) (2024-02-19)
54
+
55
+ ### Bug Fixes
56
+
57
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
58
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
59
+
60
+ ### Code Refactoring
61
+
62
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
63
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
64
+
65
+ ### Features
66
+
67
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
68
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
69
+
70
+ ### BREAKING CHANGES
71
+
72
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
73
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
74
+ getCustomChainName method is removed from Polygon class because a common
75
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
76
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
77
+ and needs to be passed to derive the Eth common object from the chainId.
78
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
79
+ it can be used for other EthLike coins. getBaseFactor method in Eth
80
+ and Polygon class returns number instead of string just to align with
81
+ AbstractEthLikeCoin
82
+ Ticket: WIN-1012
83
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
84
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
85
+ getCustomChainName method is removed from Polygon class because a common
86
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
87
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
88
+ and needs to be passed to derive the Eth common object from the chainId.
89
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
90
+ it can be used for other EthLike coins. getBaseFactor method in Eth
91
+ and Polygon class returns number instead of string just to align with
92
+ AbstractEthLikeCoin
93
+ Ticket: WIN-1012
94
+
95
+ # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@18.0.0) (2024-01-30)
96
+
97
+ ### Bug Fixes
98
+
99
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
100
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
101
+
102
+ ### Code Refactoring
103
+
104
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
105
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
106
+
107
+ ### Features
108
+
109
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
110
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
111
+
112
+ ### BREAKING CHANGES
113
+
114
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
115
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
116
+ getCustomChainName method is removed from Polygon class because a common
117
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
118
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
119
+ and needs to be passed to derive the Eth common object from the chainId.
120
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
121
+ it can be used for other EthLike coins. getBaseFactor method in Eth
122
+ and Polygon class returns number instead of string just to align with
123
+ AbstractEthLikeCoin
124
+ Ticket: WIN-1012
125
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
126
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
127
+ getCustomChainName method is removed from Polygon class because a common
128
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
129
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
130
+ and needs to be passed to derive the Eth common object from the chainId.
131
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
132
+ it can be used for other EthLike coins. getBaseFactor method in Eth
133
+ and Polygon class returns number instead of string just to align with
134
+ AbstractEthLikeCoin
135
+ Ticket: WIN-1012
136
+
137
+ # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@17.0.0) (2024-01-26)
138
+
139
+ ### Bug Fixes
140
+
141
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
142
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
143
+
144
+ ### Code Refactoring
145
+
146
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
147
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
148
+
149
+ ### Features
150
+
151
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
152
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
153
+
154
+ ### BREAKING CHANGES
155
+
156
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
157
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
158
+ getCustomChainName method is removed from Polygon class because a common
159
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
160
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
161
+ and needs to be passed to derive the Eth common object from the chainId.
162
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
163
+ it can be used for other EthLike coins. getBaseFactor method in Eth
164
+ and Polygon class returns number instead of string just to align with
165
+ AbstractEthLikeCoin
166
+ Ticket: WIN-1012
167
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
168
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
169
+ getCustomChainName method is removed from Polygon class because a common
170
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
171
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
172
+ and needs to be passed to derive the Eth common object from the chainId.
173
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
174
+ it can be used for other EthLike coins. getBaseFactor method in Eth
175
+ and Polygon class returns number instead of string just to align with
176
+ AbstractEthLikeCoin
177
+ Ticket: WIN-1012
178
+
179
+ # [16.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@16.0.0) (2024-01-26)
180
+
181
+ ### Bug Fixes
182
+
183
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
184
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
185
+
186
+ ### Code Refactoring
187
+
188
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
189
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
190
+
191
+ ### Features
192
+
193
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
194
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
195
+
196
+ ### BREAKING CHANGES
197
+
198
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
199
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
200
+ getCustomChainName method is removed from Polygon class because a common
201
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
202
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
203
+ and needs to be passed to derive the Eth common object from the chainId.
204
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
205
+ it can be used for other EthLike coins. getBaseFactor method in Eth
206
+ and Polygon class returns number instead of string just to align with
207
+ AbstractEthLikeCoin
208
+ Ticket: WIN-1012
209
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
210
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
211
+ getCustomChainName method is removed from Polygon class because a common
212
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
213
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
214
+ and needs to be passed to derive the Eth common object from the chainId.
215
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
216
+ it can be used for other EthLike coins. getBaseFactor method in Eth
217
+ and Polygon class returns number instead of string just to align with
218
+ AbstractEthLikeCoin
219
+ Ticket: WIN-1012
220
+
221
+ # [15.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@15.0.0) (2024-01-25)
222
+
223
+ ### Bug Fixes
224
+
225
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
226
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
227
+
228
+ ### Code Refactoring
229
+
230
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
231
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
232
+
233
+ ### Features
234
+
235
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
236
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
237
+
238
+ ### BREAKING CHANGES
239
+
240
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
241
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
242
+ getCustomChainName method is removed from Polygon class because a common
243
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
244
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
245
+ and needs to be passed to derive the Eth common object from the chainId.
246
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
247
+ it can be used for other EthLike coins. getBaseFactor method in Eth
248
+ and Polygon class returns number instead of string just to align with
249
+ AbstractEthLikeCoin
250
+ Ticket: WIN-1012
251
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
252
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
253
+ getCustomChainName method is removed from Polygon class because a common
254
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
255
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
256
+ and needs to be passed to derive the Eth common object from the chainId.
257
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
258
+ it can be used for other EthLike coins. getBaseFactor method in Eth
259
+ and Polygon class returns number instead of string just to align with
260
+ AbstractEthLikeCoin
261
+ Ticket: WIN-1012
262
+
263
+ # [14.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@14.0.0) (2024-01-22)
264
+
265
+ ### Bug Fixes
266
+
267
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
268
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
269
+
270
+ ### Code Refactoring
271
+
272
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
273
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
274
+
275
+ ### Features
276
+
277
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
278
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
279
+
280
+ ### BREAKING CHANGES
281
+
282
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
283
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
284
+ getCustomChainName method is removed from Polygon class because a common
285
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
286
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
287
+ and needs to be passed to derive the Eth common object from the chainId.
288
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
289
+ it can be used for other EthLike coins. getBaseFactor method in Eth
290
+ and Polygon class returns number instead of string just to align with
291
+ AbstractEthLikeCoin
292
+ Ticket: WIN-1012
293
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
294
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
295
+ getCustomChainName method is removed from Polygon class because a common
296
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
297
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
298
+ and needs to be passed to derive the Eth common object from the chainId.
299
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
300
+ it can be used for other EthLike coins. getBaseFactor method in Eth
301
+ and Polygon class returns number instead of string just to align with
302
+ AbstractEthLikeCoin
303
+ Ticket: WIN-1012
304
+
305
+ # [13.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@13.0.0) (2024-01-09)
306
+
307
+ ### Bug Fixes
308
+
309
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
310
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
311
+
312
+ ### Code Refactoring
313
+
314
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
315
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
316
+
317
+ ### Features
318
+
319
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
320
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
321
+
322
+ ### BREAKING CHANGES
323
+
324
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
325
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
326
+ getCustomChainName method is removed from Polygon class because a common
327
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
328
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
329
+ and needs to be passed to derive the Eth common object from the chainId.
330
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
331
+ it can be used for other EthLike coins. getBaseFactor method in Eth
332
+ and Polygon class returns number instead of string just to align with
333
+ AbstractEthLikeCoin
334
+ Ticket: WIN-1012
335
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
336
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
337
+ getCustomChainName method is removed from Polygon class because a common
338
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
339
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
340
+ and needs to be passed to derive the Eth common object from the chainId.
341
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
342
+ it can be used for other EthLike coins. getBaseFactor method in Eth
343
+ and Polygon class returns number instead of string just to align with
344
+ AbstractEthLikeCoin
345
+ Ticket: WIN-1012
346
+
347
+ # [12.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@12.0.0) (2024-01-03)
348
+
349
+ ### Bug Fixes
350
+
351
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
352
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
353
+
354
+ ### Code Refactoring
355
+
356
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
357
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
358
+
359
+ ### Features
360
+
361
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
362
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
363
+
364
+ ### BREAKING CHANGES
365
+
366
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
367
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
368
+ getCustomChainName method is removed from Polygon class because a common
369
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
370
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
371
+ and needs to be passed to derive the Eth common object from the chainId.
372
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
373
+ it can be used for other EthLike coins. getBaseFactor method in Eth
374
+ and Polygon class returns number instead of string just to align with
375
+ AbstractEthLikeCoin
376
+ Ticket: WIN-1012
377
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
378
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
379
+ getCustomChainName method is removed from Polygon class because a common
380
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
381
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
382
+ and needs to be passed to derive the Eth common object from the chainId.
383
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
384
+ it can be used for other EthLike coins. getBaseFactor method in Eth
385
+ and Polygon class returns number instead of string just to align with
386
+ AbstractEthLikeCoin
387
+ Ticket: WIN-1012
388
+
389
+ # [11.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@11.0.0) (2023-12-18)
390
+
391
+ ### Bug Fixes
392
+
393
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
394
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
395
+
396
+ ### Code Refactoring
397
+
398
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
399
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
400
+
401
+ ### Features
402
+
403
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
404
+
405
+ ### BREAKING CHANGES
406
+
407
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
408
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
409
+ getCustomChainName method is removed from Polygon class because a common
410
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
411
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
412
+ and needs to be passed to derive the Eth common object from the chainId.
413
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
414
+ it can be used for other EthLike coins. getBaseFactor method in Eth
415
+ and Polygon class returns number instead of string just to align with
416
+ AbstractEthLikeCoin
417
+ Ticket: WIN-1012
418
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
419
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
420
+ getCustomChainName method is removed from Polygon class because a common
421
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
422
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
423
+ and needs to be passed to derive the Eth common object from the chainId.
424
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
425
+ it can be used for other EthLike coins. getBaseFactor method in Eth
426
+ and Polygon class returns number instead of string just to align with
427
+ AbstractEthLikeCoin
428
+ Ticket: WIN-1012
429
+
430
+ # [10.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@10.0.0) (2023-12-12)
431
+
432
+ ### Bug Fixes
433
+
434
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
435
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
436
+
437
+ ### Code Refactoring
438
+
439
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
440
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
441
+
442
+ ### Features
443
+
444
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
445
+
446
+ ### BREAKING CHANGES
447
+
448
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
449
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
450
+ getCustomChainName method is removed from Polygon class because a common
451
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
452
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
453
+ and needs to be passed to derive the Eth common object from the chainId.
454
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
455
+ it can be used for other EthLike coins. getBaseFactor method in Eth
456
+ and Polygon class returns number instead of string just to align with
457
+ AbstractEthLikeCoin
458
+ Ticket: WIN-1012
459
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
460
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
461
+ getCustomChainName method is removed from Polygon class because a common
462
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
463
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
464
+ and needs to be passed to derive the Eth common object from the chainId.
465
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
466
+ it can be used for other EthLike coins. getBaseFactor method in Eth
467
+ and Polygon class returns number instead of string just to align with
468
+ AbstractEthLikeCoin
469
+ Ticket: WIN-1012
470
+
471
+ # [9.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@9.0.0) (2023-12-09)
472
+
473
+ ### Bug Fixes
474
+
475
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
476
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
477
+
478
+ ### Code Refactoring
479
+
480
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
481
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
482
+
483
+ ### Features
484
+
485
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
486
+
487
+ ### BREAKING CHANGES
488
+
489
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
490
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
491
+ getCustomChainName method is removed from Polygon class because a common
492
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
493
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
494
+ and needs to be passed to derive the Eth common object from the chainId.
495
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
496
+ it can be used for other EthLike coins. getBaseFactor method in Eth
497
+ and Polygon class returns number instead of string just to align with
498
+ AbstractEthLikeCoin
499
+ Ticket: WIN-1012
500
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
501
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
502
+ getCustomChainName method is removed from Polygon class because a common
503
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
504
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
505
+ and needs to be passed to derive the Eth common object from the chainId.
506
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
507
+ it can be used for other EthLike coins. getBaseFactor method in Eth
508
+ and Polygon class returns number instead of string just to align with
509
+ AbstractEthLikeCoin
510
+ Ticket: WIN-1012
511
+
512
+ # [8.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@8.0.0) (2023-12-05)
513
+
514
+ ### Bug Fixes
515
+
516
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
517
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
518
+
519
+ ### Code Refactoring
520
+
521
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
522
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
523
+
524
+ ### Features
525
+
526
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
527
+
528
+ ### BREAKING CHANGES
529
+
530
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
531
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
532
+ getCustomChainName method is removed from Polygon class because a common
533
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
534
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
535
+ and needs to be passed to derive the Eth common object from the chainId.
536
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
537
+ it can be used for other EthLike coins. getBaseFactor method in Eth
538
+ and Polygon class returns number instead of string just to align with
539
+ AbstractEthLikeCoin
540
+ Ticket: WIN-1012
541
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
542
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
543
+ getCustomChainName method is removed from Polygon class because a common
544
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
545
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
546
+ and needs to be passed to derive the Eth common object from the chainId.
547
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
548
+ it can be used for other EthLike coins. getBaseFactor method in Eth
549
+ and Polygon class returns number instead of string just to align with
550
+ AbstractEthLikeCoin
551
+ Ticket: WIN-1012
552
+
553
+ # [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@7.0.0) (2023-11-28)
554
+
555
+ ### Bug Fixes
556
+
557
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
558
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
559
+
560
+ ### Code Refactoring
561
+
562
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
563
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
564
+
565
+ ### Features
566
+
567
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
568
+
569
+ ### BREAKING CHANGES
570
+
571
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
572
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
573
+ getCustomChainName method is removed from Polygon class because a common
574
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
575
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
576
+ and needs to be passed to derive the Eth common object from the chainId.
577
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
578
+ it can be used for other EthLike coins. getBaseFactor method in Eth
579
+ and Polygon class returns number instead of string just to align with
580
+ AbstractEthLikeCoin
581
+ Ticket: WIN-1012
582
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
583
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
584
+ getCustomChainName method is removed from Polygon class because a common
585
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
586
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
587
+ and needs to be passed to derive the Eth common object from the chainId.
588
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
589
+ it can be used for other EthLike coins. getBaseFactor method in Eth
590
+ and Polygon class returns number instead of string just to align with
591
+ AbstractEthLikeCoin
592
+ Ticket: WIN-1012
593
+
594
+ # [6.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@6.0.0) (2023-11-24)
595
+
596
+ ### Bug Fixes
597
+
598
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
599
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
600
+
601
+ ### Code Refactoring
602
+
603
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
604
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
605
+
606
+ ### Features
607
+
608
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
609
+
610
+ ### BREAKING CHANGES
611
+
612
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
613
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
614
+ getCustomChainName method is removed from Polygon class because a common
615
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
616
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
617
+ and needs to be passed to derive the Eth common object from the chainId.
618
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
619
+ it can be used for other EthLike coins. getBaseFactor method in Eth
620
+ and Polygon class returns number instead of string just to align with
621
+ AbstractEthLikeCoin
622
+ Ticket: WIN-1012
623
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
624
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
625
+ getCustomChainName method is removed from Polygon class because a common
626
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
627
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
628
+ and needs to be passed to derive the Eth common object from the chainId.
629
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
630
+ it can be used for other EthLike coins. getBaseFactor method in Eth
631
+ and Polygon class returns number instead of string just to align with
632
+ AbstractEthLikeCoin
633
+ Ticket: WIN-1012
634
+
635
+ # [5.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@5.0.0) (2023-11-17)
636
+
637
+ ### Bug Fixes
638
+
639
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
640
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
641
+
642
+ ### Code Refactoring
643
+
644
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
645
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
646
+
647
+ ### Features
648
+
649
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
650
+
651
+ ### BREAKING CHANGES
652
+
653
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
654
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
655
+ getCustomChainName method is removed from Polygon class because a common
656
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
657
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
658
+ and needs to be passed to derive the Eth common object from the chainId.
659
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
660
+ it can be used for other EthLike coins. getBaseFactor method in Eth
661
+ and Polygon class returns number instead of string just to align with
662
+ AbstractEthLikeCoin
663
+ Ticket: WIN-1012
664
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
665
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
666
+ getCustomChainName method is removed from Polygon class because a common
667
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
668
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
669
+ and needs to be passed to derive the Eth common object from the chainId.
670
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
671
+ it can be used for other EthLike coins. getBaseFactor method in Eth
672
+ and Polygon class returns number instead of string just to align with
673
+ AbstractEthLikeCoin
674
+ Ticket: WIN-1012
675
+
676
+ # [4.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@4.0.0) (2023-11-13)
677
+
678
+ ### Bug Fixes
679
+
680
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
681
+
682
+ ### Code Refactoring
683
+
684
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
685
+
686
+ ### Features
687
+
688
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
689
+
690
+ ### BREAKING CHANGES
691
+
692
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
693
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
694
+ getCustomChainName method is removed from Polygon class because a common
695
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
696
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
697
+ and needs to be passed to derive the Eth common object from the chainId.
698
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
699
+ it can be used for other EthLike coins. getBaseFactor method in Eth
700
+ and Polygon class returns number instead of string just to align with
701
+ AbstractEthLikeCoin
702
+ Ticket: WIN-1012
703
+
704
+ # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@3.0.0) (2023-11-13)
705
+
706
+ ### Bug Fixes
707
+
708
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
709
+
710
+ ### Code Refactoring
711
+
712
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
713
+
714
+ ### Features
715
+
716
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
717
+
718
+ ### BREAKING CHANGES
719
+
720
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
721
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
722
+ getCustomChainName method is removed from Polygon class because a common
723
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
724
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
725
+ and needs to be passed to derive the Eth common object from the chainId.
726
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
727
+ it can be used for other EthLike coins. getBaseFactor method in Eth
728
+ and Polygon class returns number instead of string just to align with
729
+ AbstractEthLikeCoin
730
+ Ticket: WIN-1012
731
+
732
+ # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@2.0.0) (2023-11-13)
733
+
734
+ ### Bug Fixes
735
+
736
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
737
+
738
+ ### Code Refactoring
739
+
740
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
741
+
742
+ ### Features
743
+
744
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
745
+
746
+ ### BREAKING CHANGES
747
+
748
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
749
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
750
+ getCustomChainName method is removed from Polygon class because a common
751
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
752
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
753
+ and needs to be passed to derive the Eth common object from the chainId.
754
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
755
+ it can be used for other EthLike coins. getBaseFactor method in Eth
756
+ and Polygon class returns number instead of string just to align with
757
+ AbstractEthLikeCoin
758
+ Ticket: WIN-1012
759
+
760
+ # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.10.0) (2023-10-20)
761
+
762
+ ### Features
763
+
764
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
765
+
766
+ # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.9.0) (2023-10-18)
767
+
768
+ ### Features
769
+
770
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
771
+
772
+ # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.8.0) (2023-09-25)
773
+
774
+ ### Features
775
+
776
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
777
+
778
+ ## [1.7.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.10) (2023-09-09)
779
+
780
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
781
+
782
+ ## [1.7.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.9) (2023-09-09)
783
+
784
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
785
+
786
+ ## [1.7.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.8) (2023-09-07)
787
+
788
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
789
+
790
+ ## [1.7.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.7) (2023-09-05)
791
+
792
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
793
+
794
+ ## [1.7.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.6) (2023-09-01)
795
+
796
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
797
+
798
+ ## [1.7.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.5) (2023-08-29)
799
+
800
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
801
+
802
+ ## [1.7.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.4) (2023-08-25)
803
+
804
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
805
+
806
+ ## [1.7.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.3) (2023-08-24)
807
+
808
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
809
+
810
+ ## [1.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.2) (2023-08-16)
811
+
812
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
813
+
814
+ ## [1.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.7.0...@bitgo/sdk-coin-polygon@1.7.1) (2023-08-16)
815
+
816
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
817
+
818
+ # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.12...@bitgo/sdk-coin-polygon@1.7.0) (2023-08-04)
819
+
820
+ ### Features
821
+
822
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
823
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
824
+
825
+ # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.12...@bitgo/sdk-coin-polygon@1.6.0) (2023-07-28)
826
+
827
+ ### Features
828
+
829
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
830
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
831
+
832
+ ## [1.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.11...@bitgo/sdk-coin-polygon@1.5.12) (2023-07-18)
833
+
834
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
835
+
836
+ ## [1.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.10...@bitgo/sdk-coin-polygon@1.5.11) (2023-06-21)
837
+
838
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
839
+
840
+ ## [1.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.9...@bitgo/sdk-coin-polygon@1.5.10) (2023-06-14)
841
+
842
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
843
+
844
+ ## [1.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.8...@bitgo/sdk-coin-polygon@1.5.9) (2023-06-13)
845
+
846
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
847
+
848
+ ## [1.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.7...@bitgo/sdk-coin-polygon@1.5.8) (2023-06-07)
849
+
850
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
851
+
852
+ ## [1.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.6...@bitgo/sdk-coin-polygon@1.5.7) (2023-06-05)
853
+
854
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
855
+
856
+ ## [1.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.5...@bitgo/sdk-coin-polygon@1.5.6) (2023-05-25)
857
+
858
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
859
+
860
+ ## [1.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.4...@bitgo/sdk-coin-polygon@1.5.5) (2023-05-17)
861
+
862
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
863
+
864
+ ## [1.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.3...@bitgo/sdk-coin-polygon@1.5.4) (2023-05-10)
865
+
866
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
867
+
868
+ ## [1.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.2...@bitgo/sdk-coin-polygon@1.5.3) (2023-05-03)
869
+
870
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
871
+
872
+ ## [1.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.1...@bitgo/sdk-coin-polygon@1.5.2) (2023-04-25)
873
+
874
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
875
+
876
+ ## [1.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.5.0...@bitgo/sdk-coin-polygon@1.5.1) (2023-04-20)
877
+
878
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
879
+
880
+ # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.8...@bitgo/sdk-coin-polygon@1.5.0) (2023-04-13)
881
+
882
+ ### Features
883
+
884
+ - **sdk-coin-polygon:** support evm based cross chain recovery ([a88681f](https://github.com/BitGo/BitGoJS/commit/a88681f8428bcb6617ee2c7cfe5e8294b603af9f))
885
+
886
+ ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.7...@bitgo/sdk-coin-polygon@1.4.8) (2023-02-17)
887
+
888
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
889
+
890
+ ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.7) (2023-02-16)
891
+
892
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
893
+
894
+ ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.6) (2023-02-08)
895
+
896
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
897
+
898
+ ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.4...@bitgo/sdk-coin-polygon@1.4.5) (2023-01-30)
899
+
900
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
901
+
902
+ ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.3...@bitgo/sdk-coin-polygon@1.4.4) (2023-01-25)
903
+
904
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
905
+
906
+ ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.2...@bitgo/sdk-coin-polygon@1.4.3) (2022-12-23)
907
+
908
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
909
+
910
+ ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.1...@bitgo/sdk-coin-polygon@1.4.2) (2022-12-20)
911
+
912
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
913
+
914
+ ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.4.0...@bitgo/sdk-coin-polygon@1.4.1) (2022-12-09)
915
+
916
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
917
+
918
+ # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.6...@bitgo/sdk-coin-polygon@1.4.0) (2022-12-06)
919
+
920
+ ### Features
921
+
922
+ - **sdk-coin-polygon:** crossChainRecovery support ([9b42813](https://github.com/BitGo/BitGoJS/commit/9b4281333a8d3835219e566e31cba28ab448c85f))
923
+
924
+ ## [1.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.5...@bitgo/sdk-coin-polygon@1.3.6) (2022-12-01)
925
+
926
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
927
+
928
+ ## [1.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.5) (2022-11-29)
929
+
930
+ ### Bug Fixes
931
+
932
+ - **sdk-coin-polygon:** remove unused data in recovery ([6ee161c](https://github.com/BitGo/BitGoJS/commit/6ee161c28e2e627456541b479d8f362fbf96979d))
933
+
6
934
  ## [1.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.4) (2022-11-04)
7
935
 
8
936
  ### Bug Fixes