@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.1 → 1.3.3-alpha.100

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