@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.11 → 1.3.3-alpha.111

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