@bitgo-beta/sdk-coin-polygon 1.3.3-alpha.402 → 1.3.3-alpha.404

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (35) hide show
  1. package/.eslintignore +5 -0
  2. package/.mocharc.yml +8 -0
  3. package/CHANGELOG.md +1425 -0
  4. package/package.json +9 -12
  5. package/dist/test/fixtures/polygon.d.ts +0 -151
  6. package/dist/test/fixtures/polygon.d.ts.map +0 -1
  7. package/dist/test/fixtures/polygon.js +0 -233
  8. package/dist/test/getBuilder.d.ts +0 -3
  9. package/dist/test/getBuilder.d.ts.map +0 -1
  10. package/dist/test/getBuilder.js +0 -9
  11. package/dist/test/resources.d.ts +0 -27
  12. package/dist/test/resources.d.ts.map +0 -1
  13. package/dist/test/resources.js +0 -41
  14. package/dist/test/unit/polygon.d.ts +0 -2
  15. package/dist/test/unit/polygon.d.ts.map +0 -1
  16. package/dist/test/unit/polygon.js +0 -1163
  17. package/dist/test/unit/polygonToken.d.ts +0 -2
  18. package/dist/test/unit/polygonToken.d.ts.map +0 -1
  19. package/dist/test/unit/polygonToken.js +0 -62
  20. package/dist/test/unit/transaction.d.ts +0 -2
  21. package/dist/test/unit/transaction.d.ts.map +0 -1
  22. package/dist/test/unit/transaction.js +0 -92
  23. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts +0 -2
  24. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts.map +0 -1
  25. package/dist/test/unit/transactionBuilder/addressInitialization.js +0 -104
  26. package/dist/test/unit/transactionBuilder/flushTokens.d.ts +0 -2
  27. package/dist/test/unit/transactionBuilder/flushTokens.d.ts.map +0 -1
  28. package/dist/test/unit/transactionBuilder/flushTokens.js +0 -9
  29. package/dist/test/unit/transactionBuilder/send.d.ts +0 -2
  30. package/dist/test/unit/transactionBuilder/send.d.ts.map +0 -1
  31. package/dist/test/unit/transactionBuilder/send.js +0 -114
  32. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts +0 -2
  33. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts.map +0 -1
  34. package/dist/test/unit/transactionBuilder/walletInitialization.js +0 -169
  35. package/dist/tsconfig.tsbuildinfo +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,1425 @@
1
+ # Change Log
2
+
3
+ All notable changes to this project will be documented in this file.
4
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
+
6
+ # [21.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.4.4...@bitgo/sdk-coin-polygon@21.5.0) (2025-09-25)
7
+
8
+ ### Features
9
+
10
+ - **abstract-eth:** add flush token support for ERC721 and ERC1155 ([5d4fa35](https://github.com/BitGo/BitGoJS/commit/5d4fa353088b2bd99ed5e6423bf17d3e1c300e35))
11
+ - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
12
+
13
+ ## [21.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.4.3...@bitgo/sdk-coin-polygon@21.4.4) (2025-09-03)
14
+
15
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
16
+
17
+ ## [21.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.4.2...@bitgo/sdk-coin-polygon@21.4.3) (2025-08-30)
18
+
19
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
20
+
21
+ ## [21.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.4.1...@bitgo/sdk-coin-polygon@21.4.2) (2025-08-29)
22
+
23
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
24
+
25
+ ## [21.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.4.0...@bitgo/sdk-coin-polygon@21.4.1) (2025-08-27)
26
+
27
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
28
+
29
+ # [21.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.5...@bitgo/sdk-coin-polygon@21.4.0) (2025-08-22)
30
+
31
+ ### Features
32
+
33
+ - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
34
+
35
+ ## [21.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.4...@bitgo/sdk-coin-polygon@21.3.5) (2025-08-22)
36
+
37
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
38
+
39
+ ## [21.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.3...@bitgo/sdk-coin-polygon@21.3.4) (2025-08-19)
40
+
41
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
42
+
43
+ ## [21.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.2...@bitgo/sdk-coin-polygon@21.3.3) (2025-08-14)
44
+
45
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
46
+
47
+ ## [21.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.1...@bitgo/sdk-coin-polygon@21.3.2) (2025-08-07)
48
+
49
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
50
+
51
+ ## [21.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.3.0...@bitgo/sdk-coin-polygon@21.3.1) (2025-07-31)
52
+
53
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
54
+
55
+ # [21.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.9...@bitgo/sdk-coin-polygon@21.3.0) (2025-07-30)
56
+
57
+ ### Features
58
+
59
+ - **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
60
+
61
+ ## [21.2.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.7...@bitgo/sdk-coin-polygon@21.2.9) (2025-07-25)
62
+
63
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
64
+
65
+ ## [21.2.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.7...@bitgo/sdk-coin-polygon@21.2.8) (2025-07-23)
66
+
67
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
68
+
69
+ ## [21.2.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.6...@bitgo/sdk-coin-polygon@21.2.7) (2025-07-15)
70
+
71
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
72
+
73
+ ## [21.2.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.5...@bitgo/sdk-coin-polygon@21.2.6) (2025-07-10)
74
+
75
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
76
+
77
+ ## [21.2.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.4...@bitgo/sdk-coin-polygon@21.2.5) (2025-07-03)
78
+
79
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
80
+
81
+ ## [21.2.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.3...@bitgo/sdk-coin-polygon@21.2.4) (2025-06-25)
82
+
83
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
84
+
85
+ ## [21.2.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.2...@bitgo/sdk-coin-polygon@21.2.3) (2025-06-24)
86
+
87
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
88
+
89
+ ## [21.2.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.1...@bitgo/sdk-coin-polygon@21.2.2) (2025-06-18)
90
+
91
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
92
+
93
+ ## [21.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.2.0...@bitgo/sdk-coin-polygon@21.2.1) (2025-06-10)
94
+
95
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
96
+
97
+ # [21.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.7...@bitgo/sdk-coin-polygon@21.2.0) (2025-06-05)
98
+
99
+ ### Features
100
+
101
+ - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
102
+
103
+ ## [21.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.6...@bitgo/sdk-coin-polygon@21.1.7) (2025-06-02)
104
+
105
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
106
+
107
+ ## [21.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.5...@bitgo/sdk-coin-polygon@21.1.6) (2025-05-28)
108
+
109
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
110
+
111
+ ## [21.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.4...@bitgo/sdk-coin-polygon@21.1.5) (2025-05-22)
112
+
113
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
114
+
115
+ ## [21.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.3...@bitgo/sdk-coin-polygon@21.1.4) (2025-05-20)
116
+
117
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
118
+
119
+ ## [21.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.2...@bitgo/sdk-coin-polygon@21.1.3) (2025-05-07)
120
+
121
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
122
+
123
+ ## [21.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.1...@bitgo/sdk-coin-polygon@21.1.2) (2025-04-29)
124
+
125
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
126
+
127
+ ## [21.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.1.0...@bitgo/sdk-coin-polygon@21.1.1) (2025-04-25)
128
+
129
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
130
+
131
+ # [21.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.44...@bitgo/sdk-coin-polygon@21.1.0) (2025-04-15)
132
+
133
+ ### Features
134
+
135
+ - **polygon:** added support for mpcv2 in recovery ([d4a5538](https://github.com/BitGo/BitGoJS/commit/d4a553823b92213f384d39922cada9b69019581e)), closes [#5877](https://github.com/BitGo/BitGoJS/issues/5877)
136
+
137
+ ## [21.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.43...@bitgo/sdk-coin-polygon@21.0.44) (2025-04-04)
138
+
139
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
140
+
141
+ ## [21.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.42...@bitgo/sdk-coin-polygon@21.0.43) (2025-04-02)
142
+
143
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
144
+
145
+ ## [21.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.41...@bitgo/sdk-coin-polygon@21.0.42) (2025-03-28)
146
+
147
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
148
+
149
+ ## [21.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.40...@bitgo/sdk-coin-polygon@21.0.41) (2025-03-20)
150
+
151
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
152
+
153
+ ## [21.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.39...@bitgo/sdk-coin-polygon@21.0.40) (2025-03-18)
154
+
155
+ ### Bug Fixes
156
+
157
+ - pass isBatch in send API ([b8c0dfc](https://github.com/BitGo/BitGoJS/commit/b8c0dfc0e2748da7aa631dc77e0c505fcd5cbfcb))
158
+ - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
159
+
160
+ ## [21.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.38...@bitgo/sdk-coin-polygon@21.0.39) (2025-03-06)
161
+
162
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
163
+
164
+ ## [21.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.38) (2025-03-04)
165
+
166
+ ### Bug Fixes
167
+
168
+ - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
169
+
170
+ ## [21.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.37) (2025-02-26)
171
+
172
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
173
+
174
+ ## [21.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.35...@bitgo/sdk-coin-polygon@21.0.36) (2025-02-20)
175
+
176
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
177
+
178
+ ## [21.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.34...@bitgo/sdk-coin-polygon@21.0.35) (2025-02-19)
179
+
180
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
181
+
182
+ ## [21.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.33...@bitgo/sdk-coin-polygon@21.0.34) (2025-02-11)
183
+
184
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
185
+
186
+ ## [21.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.32...@bitgo/sdk-coin-polygon@21.0.33) (2025-02-05)
187
+
188
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
189
+
190
+ ## [21.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.31...@bitgo/sdk-coin-polygon@21.0.32) (2025-01-28)
191
+
192
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
193
+
194
+ ## [21.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.30...@bitgo/sdk-coin-polygon@21.0.31) (2025-01-23)
195
+
196
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
197
+
198
+ ## [21.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.29...@bitgo/sdk-coin-polygon@21.0.30) (2025-01-23)
199
+
200
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
201
+
202
+ ## [21.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.28...@bitgo/sdk-coin-polygon@21.0.29) (2025-01-20)
203
+
204
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
205
+
206
+ ## [21.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.27...@bitgo/sdk-coin-polygon@21.0.28) (2025-01-15)
207
+
208
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
209
+
210
+ ## [21.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.26...@bitgo/sdk-coin-polygon@21.0.27) (2025-01-09)
211
+
212
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
213
+
214
+ ## [21.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.25...@bitgo/sdk-coin-polygon@21.0.26) (2025-01-03)
215
+
216
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
217
+
218
+ ## [21.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.24...@bitgo/sdk-coin-polygon@21.0.25) (2024-12-24)
219
+
220
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
221
+
222
+ ## [21.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.23...@bitgo/sdk-coin-polygon@21.0.24) (2024-12-19)
223
+
224
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
225
+
226
+ ## [21.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.21...@bitgo/sdk-coin-polygon@21.0.23) (2024-12-17)
227
+
228
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
229
+
230
+ ## [21.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.21...@bitgo/sdk-coin-polygon@21.0.22) (2024-12-17)
231
+
232
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
233
+
234
+ ## [21.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.20...@bitgo/sdk-coin-polygon@21.0.21) (2024-12-12)
235
+
236
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
237
+
238
+ ## [21.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.19...@bitgo/sdk-coin-polygon@21.0.20) (2024-12-11)
239
+
240
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
241
+
242
+ ## [21.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.18...@bitgo/sdk-coin-polygon@21.0.19) (2024-12-03)
243
+
244
+ ### Bug Fixes
245
+
246
+ - use better string conversion for message signing ([c81d0b1](https://github.com/BitGo/BitGoJS/commit/c81d0b19c379109df69f8bdd7ff92c582492ab45))
247
+
248
+ ## [21.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.17...@bitgo/sdk-coin-polygon@21.0.18) (2024-11-26)
249
+
250
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
251
+
252
+ ## [21.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.16...@bitgo/sdk-coin-polygon@21.0.17) (2024-11-21)
253
+
254
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
255
+
256
+ ## [21.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.14...@bitgo/sdk-coin-polygon@21.0.16) (2024-11-19)
257
+
258
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
259
+
260
+ ## [21.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.14...@bitgo/sdk-coin-polygon@21.0.15) (2024-11-14)
261
+
262
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
263
+
264
+ ## [21.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.13...@bitgo/sdk-coin-polygon@21.0.14) (2024-11-08)
265
+
266
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
267
+
268
+ ## [21.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.12...@bitgo/sdk-coin-polygon@21.0.13) (2024-11-07)
269
+
270
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
271
+
272
+ ## [21.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.11...@bitgo/sdk-coin-polygon@21.0.12) (2024-11-01)
273
+
274
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
275
+
276
+ ## [21.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.10...@bitgo/sdk-coin-polygon@21.0.11) (2024-10-22)
277
+
278
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
279
+
280
+ ## [21.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.9...@bitgo/sdk-coin-polygon@21.0.10) (2024-10-15)
281
+
282
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
283
+
284
+ ## [21.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.8...@bitgo/sdk-coin-polygon@21.0.9) (2024-10-08)
285
+
286
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
287
+
288
+ ## [21.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.7...@bitgo/sdk-coin-polygon@21.0.8) (2024-10-04)
289
+
290
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
291
+
292
+ ## [21.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.6...@bitgo/sdk-coin-polygon@21.0.7) (2024-09-24)
293
+
294
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
295
+
296
+ ## [21.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.5...@bitgo/sdk-coin-polygon@21.0.6) (2024-09-19)
297
+
298
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
299
+
300
+ ## [21.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.4...@bitgo/sdk-coin-polygon@21.0.5) (2024-09-16)
301
+
302
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
303
+
304
+ ## [21.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.3...@bitgo/sdk-coin-polygon@21.0.4) (2024-09-10)
305
+
306
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
307
+
308
+ ## [21.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.2...@bitgo/sdk-coin-polygon@21.0.3) (2024-09-03)
309
+
310
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
311
+
312
+ ## [21.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.1...@bitgo/sdk-coin-polygon@21.0.2) (2024-08-29)
313
+
314
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
315
+
316
+ ## [21.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@21.0.0...@bitgo/sdk-coin-polygon@21.0.1) (2024-08-27)
317
+
318
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
319
+
320
+ # [21.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.13...@bitgo/sdk-coin-polygon@21.0.0) (2024-08-20)
321
+
322
+ ### Features
323
+
324
+ - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
325
+
326
+ ### BREAKING CHANGES
327
+
328
+ - clients using challenge
329
+ generation & TSS Recovery functions must now
330
+ install @bitgo/sdk-opensslbytes separately &
331
+ provide the openSSLBytes WASM themselves.
332
+
333
+ Ticket: CE-4329
334
+
335
+ ## [20.5.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.13...@bitgo/sdk-coin-polygon@20.5.14) (2024-08-13)
336
+
337
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
338
+
339
+ ## [20.5.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.12...@bitgo/sdk-coin-polygon@20.5.13) (2024-08-07)
340
+
341
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
342
+
343
+ ## [20.5.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.11...@bitgo/sdk-coin-polygon@20.5.12) (2024-07-30)
344
+
345
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
346
+
347
+ ## [20.5.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.10...@bitgo/sdk-coin-polygon@20.5.11) (2024-07-24)
348
+
349
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
350
+
351
+ ## [20.5.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.9...@bitgo/sdk-coin-polygon@20.5.10) (2024-07-16)
352
+
353
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
354
+
355
+ ## [20.5.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.8...@bitgo/sdk-coin-polygon@20.5.9) (2024-07-04)
356
+
357
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
358
+
359
+ ## [20.5.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.7...@bitgo/sdk-coin-polygon@20.5.8) (2024-07-02)
360
+
361
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
362
+
363
+ ## [20.5.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.6...@bitgo/sdk-coin-polygon@20.5.7) (2024-06-27)
364
+
365
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
366
+
367
+ ## [20.5.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.5...@bitgo/sdk-coin-polygon@20.5.6) (2024-06-26)
368
+
369
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
370
+
371
+ ## [20.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.3...@bitgo/sdk-coin-polygon@20.5.5) (2024-06-21)
372
+
373
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
374
+
375
+ ## [20.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.3...@bitgo/sdk-coin-polygon@20.5.4) (2024-06-20)
376
+
377
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
378
+
379
+ ## [20.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.2...@bitgo/sdk-coin-polygon@20.5.3) (2024-06-14)
380
+
381
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
382
+
383
+ ## [20.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.1...@bitgo/sdk-coin-polygon@20.5.2) (2024-06-11)
384
+
385
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
386
+
387
+ ## [20.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.5.0...@bitgo/sdk-coin-polygon@20.5.1) (2024-06-05)
388
+
389
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
390
+
391
+ # [20.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.4.0...@bitgo/sdk-coin-polygon@20.5.0) (2024-05-31)
392
+
393
+ ### Features
394
+
395
+ - **abstract-eth:** add recovery support for bsc and polygon mpcv2 ([820e7b4](https://github.com/BitGo/BitGoJS/commit/820e7b40574add1bc7a05954961c7e7473972168))
396
+
397
+ # [20.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.3.3...@bitgo/sdk-coin-polygon@20.4.0) (2024-05-28)
398
+
399
+ ### Features
400
+
401
+ - **abstract-eth:** add support to build tx for CCR of unsupported token ([a6dac7c](https://github.com/BitGo/BitGoJS/commit/a6dac7c00d47acfa3d4dd072b9cfcdf99215a743))
402
+
403
+ ## [20.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.3.2...@bitgo/sdk-coin-polygon@20.3.3) (2024-05-22)
404
+
405
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
406
+
407
+ ## [20.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.3.1...@bitgo/sdk-coin-polygon@20.3.2) (2024-05-17)
408
+
409
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
410
+
411
+ ## [20.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.3.0...@bitgo/sdk-coin-polygon@20.3.1) (2024-05-13)
412
+
413
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
414
+
415
+ # [20.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.2.1...@bitgo/sdk-coin-polygon@20.3.0) (2024-05-08)
416
+
417
+ ### Features
418
+
419
+ - **abstract-eth:** support v4 wallet for recover method ([142ec9f](https://github.com/BitGo/BitGoJS/commit/142ec9f220ec2af54545aca4b4d95b39a4179002))
420
+
421
+ ## [20.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.2.0...@bitgo/sdk-coin-polygon@20.2.1) (2024-05-01)
422
+
423
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
424
+
425
+ # [20.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.1.1...@bitgo/sdk-coin-polygon@20.2.0) (2024-04-25)
426
+
427
+ ### Features
428
+
429
+ - **abstract-eth:** use non packed encode for V4 wallet ([54fd3a8](https://github.com/BitGo/BitGoJS/commit/54fd3a8dbafb14bdeae78204c122885d288d48b6))
430
+
431
+ ## [20.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.1.0...@bitgo/sdk-coin-polygon@20.1.1) (2024-04-24)
432
+
433
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
434
+
435
+ # [20.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.6...@bitgo/sdk-coin-polygon@20.1.0) (2024-04-22)
436
+
437
+ ### Bug Fixes
438
+
439
+ - **sdk-coin-polygon:** fix send tx for polygon testnet ([172a081](https://github.com/BitGo/BitGoJS/commit/172a081cc4bec1eedf9876a438bc8828dc543d31))
440
+
441
+ ### Features
442
+
443
+ - **statics:** add polygon amoy testnet ([b9a770d](https://github.com/BitGo/BitGoJS/commit/b9a770d4833a9175832629912ecae4687b2681b4))
444
+
445
+ ## [20.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.5...@bitgo/sdk-coin-polygon@20.0.6) (2024-04-17)
446
+
447
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
448
+
449
+ ## [20.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.4...@bitgo/sdk-coin-polygon@20.0.5) (2024-04-12)
450
+
451
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
452
+
453
+ ## [20.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.3...@bitgo/sdk-coin-polygon@20.0.4) (2024-04-10)
454
+
455
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
456
+
457
+ ## [20.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@20.0.2...@bitgo/sdk-coin-polygon@20.0.3) (2024-04-09)
458
+
459
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
460
+
461
+ ## [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)
462
+
463
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
464
+
465
+ ## [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)
466
+
467
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
468
+
469
+ # [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)
470
+
471
+ ### Features
472
+
473
+ - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
474
+
475
+ ### BREAKING CHANGES
476
+
477
+ - **root:** Node 16 is no longer supported in bitgojs.
478
+ TICKET: WP-1100
479
+
480
+ ## [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)
481
+
482
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
483
+
484
+ ## [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)
485
+
486
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
487
+
488
+ ## [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)
489
+
490
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
491
+
492
+ ## [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)
493
+
494
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
495
+
496
+ # [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)
497
+
498
+ ### Bug Fixes
499
+
500
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
501
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
502
+
503
+ ### Code Refactoring
504
+
505
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
506
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
507
+
508
+ ### Features
509
+
510
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
511
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
512
+
513
+ ### BREAKING CHANGES
514
+
515
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
516
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
517
+ getCustomChainName method is removed from Polygon class because a common
518
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
519
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
520
+ and needs to be passed to derive the Eth common object from the chainId.
521
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
522
+ it can be used for other EthLike coins. getBaseFactor method in Eth
523
+ and Polygon class returns number instead of string just to align with
524
+ AbstractEthLikeCoin
525
+ Ticket: WIN-1012
526
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
527
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
528
+ getCustomChainName method is removed from Polygon class because a common
529
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
530
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
531
+ and needs to be passed to derive the Eth common object from the chainId.
532
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
533
+ it can be used for other EthLike coins. getBaseFactor method in Eth
534
+ and Polygon class returns number instead of string just to align with
535
+ AbstractEthLikeCoin
536
+ Ticket: WIN-1012
537
+
538
+ # [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)
539
+
540
+ ### Bug Fixes
541
+
542
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
543
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
544
+
545
+ ### Code Refactoring
546
+
547
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
548
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
549
+
550
+ ### Features
551
+
552
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
553
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
554
+
555
+ ### BREAKING CHANGES
556
+
557
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
558
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
559
+ getCustomChainName method is removed from Polygon class because a common
560
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
561
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
562
+ and needs to be passed to derive the Eth common object from the chainId.
563
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
564
+ it can be used for other EthLike coins. getBaseFactor method in Eth
565
+ and Polygon class returns number instead of string just to align with
566
+ AbstractEthLikeCoin
567
+ Ticket: WIN-1012
568
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
569
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
570
+ getCustomChainName method is removed from Polygon class because a common
571
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
572
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
573
+ and needs to be passed to derive the Eth common object from the chainId.
574
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
575
+ it can be used for other EthLike coins. getBaseFactor method in Eth
576
+ and Polygon class returns number instead of string just to align with
577
+ AbstractEthLikeCoin
578
+ Ticket: WIN-1012
579
+
580
+ # [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)
581
+
582
+ ### Bug Fixes
583
+
584
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
585
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
586
+
587
+ ### Code Refactoring
588
+
589
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
590
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
591
+
592
+ ### Features
593
+
594
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
595
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
596
+
597
+ ### BREAKING CHANGES
598
+
599
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
600
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
601
+ getCustomChainName method is removed from Polygon class because a common
602
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
603
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
604
+ and needs to be passed to derive the Eth common object from the chainId.
605
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
606
+ it can be used for other EthLike coins. getBaseFactor method in Eth
607
+ and Polygon class returns number instead of string just to align with
608
+ AbstractEthLikeCoin
609
+ Ticket: WIN-1012
610
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
611
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
612
+ getCustomChainName method is removed from Polygon class because a common
613
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
614
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
615
+ and needs to be passed to derive the Eth common object from the chainId.
616
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
617
+ it can be used for other EthLike coins. getBaseFactor method in Eth
618
+ and Polygon class returns number instead of string just to align with
619
+ AbstractEthLikeCoin
620
+ Ticket: WIN-1012
621
+
622
+ # [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)
623
+
624
+ ### Bug Fixes
625
+
626
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
627
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
628
+
629
+ ### Code Refactoring
630
+
631
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
632
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
633
+
634
+ ### Features
635
+
636
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
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
+ # [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)
665
+
666
+ ### Bug Fixes
667
+
668
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
669
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
670
+
671
+ ### Code Refactoring
672
+
673
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
674
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
675
+
676
+ ### Features
677
+
678
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
679
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
680
+
681
+ ### BREAKING CHANGES
682
+
683
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
684
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
685
+ getCustomChainName method is removed from Polygon class because a common
686
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
687
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
688
+ and needs to be passed to derive the Eth common object from the chainId.
689
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
690
+ it can be used for other EthLike coins. getBaseFactor method in Eth
691
+ and Polygon class returns number instead of string just to align with
692
+ AbstractEthLikeCoin
693
+ Ticket: WIN-1012
694
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
695
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
696
+ getCustomChainName method is removed from Polygon class because a common
697
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
698
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
699
+ and needs to be passed to derive the Eth common object from the chainId.
700
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
701
+ it can be used for other EthLike coins. getBaseFactor method in Eth
702
+ and Polygon class returns number instead of string just to align with
703
+ AbstractEthLikeCoin
704
+ Ticket: WIN-1012
705
+
706
+ # [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)
707
+
708
+ ### Bug Fixes
709
+
710
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
711
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
712
+
713
+ ### Code Refactoring
714
+
715
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
716
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
717
+
718
+ ### Features
719
+
720
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
721
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
722
+
723
+ ### BREAKING CHANGES
724
+
725
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
726
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
727
+ getCustomChainName method is removed from Polygon class because a common
728
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
729
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
730
+ and needs to be passed to derive the Eth common object from the chainId.
731
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
732
+ it can be used for other EthLike coins. getBaseFactor method in Eth
733
+ and Polygon class returns number instead of string just to align with
734
+ AbstractEthLikeCoin
735
+ Ticket: WIN-1012
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
+ # [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)
749
+
750
+ ### Bug Fixes
751
+
752
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
753
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
754
+
755
+ ### Code Refactoring
756
+
757
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
758
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
759
+
760
+ ### Features
761
+
762
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
763
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
764
+
765
+ ### BREAKING CHANGES
766
+
767
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
768
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
769
+ getCustomChainName method is removed from Polygon class because a common
770
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
771
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
772
+ and needs to be passed to derive the Eth common object from the chainId.
773
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
774
+ it can be used for other EthLike coins. getBaseFactor method in Eth
775
+ and Polygon class returns number instead of string just to align with
776
+ AbstractEthLikeCoin
777
+ Ticket: WIN-1012
778
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
779
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
780
+ getCustomChainName method is removed from Polygon class because a common
781
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
782
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
783
+ and needs to be passed to derive the Eth common object from the chainId.
784
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
785
+ it can be used for other EthLike coins. getBaseFactor method in Eth
786
+ and Polygon class returns number instead of string just to align with
787
+ AbstractEthLikeCoin
788
+ Ticket: WIN-1012
789
+
790
+ # [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)
791
+
792
+ ### Bug Fixes
793
+
794
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
795
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
796
+
797
+ ### Code Refactoring
798
+
799
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
800
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
801
+
802
+ ### Features
803
+
804
+ - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
805
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
806
+
807
+ ### BREAKING CHANGES
808
+
809
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
810
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
811
+ getCustomChainName method is removed from Polygon class because a common
812
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
813
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
814
+ and needs to be passed to derive the Eth common object from the chainId.
815
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
816
+ it can be used for other EthLike coins. getBaseFactor method in Eth
817
+ and Polygon class returns number instead of string just to align with
818
+ AbstractEthLikeCoin
819
+ Ticket: WIN-1012
820
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
821
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
822
+ getCustomChainName method is removed from Polygon class because a common
823
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
824
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
825
+ and needs to be passed to derive the Eth common object from the chainId.
826
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
827
+ it can be used for other EthLike coins. getBaseFactor method in Eth
828
+ and Polygon class returns number instead of string just to align with
829
+ AbstractEthLikeCoin
830
+ Ticket: WIN-1012
831
+
832
+ # [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)
833
+
834
+ ### Bug Fixes
835
+
836
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
837
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
838
+
839
+ ### Code Refactoring
840
+
841
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
842
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
843
+
844
+ ### Features
845
+
846
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
847
+
848
+ ### BREAKING CHANGES
849
+
850
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
851
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
852
+ getCustomChainName method is removed from Polygon class because a common
853
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
854
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
855
+ and needs to be passed to derive the Eth common object from the chainId.
856
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
857
+ it can be used for other EthLike coins. getBaseFactor method in Eth
858
+ and Polygon class returns number instead of string just to align with
859
+ AbstractEthLikeCoin
860
+ Ticket: WIN-1012
861
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
862
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
863
+ getCustomChainName method is removed from Polygon class because a common
864
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
865
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
866
+ and needs to be passed to derive the Eth common object from the chainId.
867
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
868
+ it can be used for other EthLike coins. getBaseFactor method in Eth
869
+ and Polygon class returns number instead of string just to align with
870
+ AbstractEthLikeCoin
871
+ Ticket: WIN-1012
872
+
873
+ # [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)
874
+
875
+ ### Bug Fixes
876
+
877
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
878
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
879
+
880
+ ### Code Refactoring
881
+
882
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
883
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
884
+
885
+ ### Features
886
+
887
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
888
+
889
+ ### BREAKING CHANGES
890
+
891
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
892
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
893
+ getCustomChainName method is removed from Polygon class because a common
894
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
895
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
896
+ and needs to be passed to derive the Eth common object from the chainId.
897
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
898
+ it can be used for other EthLike coins. getBaseFactor method in Eth
899
+ and Polygon class returns number instead of string just to align with
900
+ AbstractEthLikeCoin
901
+ Ticket: WIN-1012
902
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
903
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
904
+ getCustomChainName method is removed from Polygon class because a common
905
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
906
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
907
+ and needs to be passed to derive the Eth common object from the chainId.
908
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
909
+ it can be used for other EthLike coins. getBaseFactor method in Eth
910
+ and Polygon class returns number instead of string just to align with
911
+ AbstractEthLikeCoin
912
+ Ticket: WIN-1012
913
+
914
+ # [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)
915
+
916
+ ### Bug Fixes
917
+
918
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
919
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
920
+
921
+ ### Code Refactoring
922
+
923
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
924
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
925
+
926
+ ### Features
927
+
928
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
929
+
930
+ ### BREAKING CHANGES
931
+
932
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
933
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
934
+ getCustomChainName method is removed from Polygon class because a common
935
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
936
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
937
+ and needs to be passed to derive the Eth common object from the chainId.
938
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
939
+ it can be used for other EthLike coins. getBaseFactor method in Eth
940
+ and Polygon class returns number instead of string just to align with
941
+ AbstractEthLikeCoin
942
+ Ticket: WIN-1012
943
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
944
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
945
+ getCustomChainName method is removed from Polygon class because a common
946
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
947
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
948
+ and needs to be passed to derive the Eth common object from the chainId.
949
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
950
+ it can be used for other EthLike coins. getBaseFactor method in Eth
951
+ and Polygon class returns number instead of string just to align with
952
+ AbstractEthLikeCoin
953
+ Ticket: WIN-1012
954
+
955
+ # [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)
956
+
957
+ ### Bug Fixes
958
+
959
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
960
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
961
+
962
+ ### Code Refactoring
963
+
964
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
965
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
966
+
967
+ ### Features
968
+
969
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
970
+
971
+ ### BREAKING CHANGES
972
+
973
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
974
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
975
+ getCustomChainName method is removed from Polygon class because a common
976
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
977
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
978
+ and needs to be passed to derive the Eth common object from the chainId.
979
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
980
+ it can be used for other EthLike coins. getBaseFactor method in Eth
981
+ and Polygon class returns number instead of string just to align with
982
+ AbstractEthLikeCoin
983
+ Ticket: WIN-1012
984
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
985
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
986
+ getCustomChainName method is removed from Polygon class because a common
987
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
988
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
989
+ and needs to be passed to derive the Eth common object from the chainId.
990
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
991
+ it can be used for other EthLike coins. getBaseFactor method in Eth
992
+ and Polygon class returns number instead of string just to align with
993
+ AbstractEthLikeCoin
994
+ Ticket: WIN-1012
995
+
996
+ # [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)
997
+
998
+ ### Bug Fixes
999
+
1000
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1001
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1002
+
1003
+ ### Code Refactoring
1004
+
1005
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1006
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1007
+
1008
+ ### Features
1009
+
1010
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1011
+
1012
+ ### BREAKING CHANGES
1013
+
1014
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1015
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1016
+ getCustomChainName method is removed from Polygon class because a common
1017
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1018
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1019
+ and needs to be passed to derive the Eth common object from the chainId.
1020
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1021
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1022
+ and Polygon class returns number instead of string just to align with
1023
+ AbstractEthLikeCoin
1024
+ Ticket: WIN-1012
1025
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1026
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1027
+ getCustomChainName method is removed from Polygon class because a common
1028
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1029
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1030
+ and needs to be passed to derive the Eth common object from the chainId.
1031
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1032
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1033
+ and Polygon class returns number instead of string just to align with
1034
+ AbstractEthLikeCoin
1035
+ Ticket: WIN-1012
1036
+
1037
+ # [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)
1038
+
1039
+ ### Bug Fixes
1040
+
1041
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1042
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1043
+
1044
+ ### Code Refactoring
1045
+
1046
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1047
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1048
+
1049
+ ### Features
1050
+
1051
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1052
+
1053
+ ### BREAKING CHANGES
1054
+
1055
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1056
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1057
+ getCustomChainName method is removed from Polygon class because a common
1058
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1059
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1060
+ and needs to be passed to derive the Eth common object from the chainId.
1061
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1062
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1063
+ and Polygon class returns number instead of string just to align with
1064
+ AbstractEthLikeCoin
1065
+ Ticket: WIN-1012
1066
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1067
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1068
+ getCustomChainName method is removed from Polygon class because a common
1069
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1070
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1071
+ and needs to be passed to derive the Eth common object from the chainId.
1072
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1073
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1074
+ and Polygon class returns number instead of string just to align with
1075
+ AbstractEthLikeCoin
1076
+ Ticket: WIN-1012
1077
+
1078
+ # [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)
1079
+
1080
+ ### Bug Fixes
1081
+
1082
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1083
+ - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
1084
+
1085
+ ### Code Refactoring
1086
+
1087
+ - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
1088
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1089
+
1090
+ ### Features
1091
+
1092
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1093
+
1094
+ ### BREAKING CHANGES
1095
+
1096
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1097
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1098
+ getCustomChainName method is removed from Polygon class because a common
1099
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1100
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1101
+ and needs to be passed to derive the Eth common object from the chainId.
1102
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1103
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1104
+ and Polygon class returns number instead of string just to align with
1105
+ AbstractEthLikeCoin
1106
+ Ticket: WIN-1012
1107
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1108
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1109
+ getCustomChainName method is removed from Polygon class because a common
1110
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1111
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1112
+ and needs to be passed to derive the Eth common object from the chainId.
1113
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1114
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1115
+ and Polygon class returns number instead of string just to align with
1116
+ AbstractEthLikeCoin
1117
+ Ticket: WIN-1012
1118
+
1119
+ # [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)
1120
+
1121
+ ### Bug Fixes
1122
+
1123
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1124
+
1125
+ ### Code Refactoring
1126
+
1127
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1128
+
1129
+ ### Features
1130
+
1131
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1132
+
1133
+ ### BREAKING CHANGES
1134
+
1135
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1136
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1137
+ getCustomChainName method is removed from Polygon class because a common
1138
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1139
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1140
+ and needs to be passed to derive the Eth common object from the chainId.
1141
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1142
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1143
+ and Polygon class returns number instead of string just to align with
1144
+ AbstractEthLikeCoin
1145
+ Ticket: WIN-1012
1146
+
1147
+ # [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)
1148
+
1149
+ ### Bug Fixes
1150
+
1151
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1152
+
1153
+ ### Code Refactoring
1154
+
1155
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1156
+
1157
+ ### Features
1158
+
1159
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1160
+
1161
+ ### BREAKING CHANGES
1162
+
1163
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1164
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1165
+ getCustomChainName method is removed from Polygon class because a common
1166
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1167
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1168
+ and needs to be passed to derive the Eth common object from the chainId.
1169
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1170
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1171
+ and Polygon class returns number instead of string just to align with
1172
+ AbstractEthLikeCoin
1173
+ Ticket: WIN-1012
1174
+
1175
+ # [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)
1176
+
1177
+ ### Bug Fixes
1178
+
1179
+ - **sdk-coin-eth:** fix issue related to ethtxbuilder ([286ccfd](https://github.com/BitGo/BitGoJS/commit/286ccfd4bc89075fd2d8c59d3770dc3b8cd78c79))
1180
+
1181
+ ### Code Refactoring
1182
+
1183
+ - **abstract-eth:** move methods to abstract-eth ([af8bd10](https://github.com/BitGo/BitGoJS/commit/af8bd10e24c8d58fc227494de6a614098265580a))
1184
+
1185
+ ### Features
1186
+
1187
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1188
+
1189
+ ### BREAKING CHANGES
1190
+
1191
+ - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
1192
+ interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
1193
+ getCustomChainName method is removed from Polygon class because a common
1194
+ method getCustomChainCommon has been added to AbstractEthLikeNewCoins
1195
+ class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
1196
+ and needs to be passed to derive the Eth common object from the chainId.
1197
+ signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
1198
+ it can be used for other EthLike coins. getBaseFactor method in Eth
1199
+ and Polygon class returns number instead of string just to align with
1200
+ AbstractEthLikeCoin
1201
+ Ticket: WIN-1012
1202
+
1203
+ # [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)
1204
+
1205
+ ### Features
1206
+
1207
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1208
+
1209
+ # [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)
1210
+
1211
+ ### Features
1212
+
1213
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1214
+
1215
+ # [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)
1216
+
1217
+ ### Features
1218
+
1219
+ - update secp256k1 to 5.0.0 and keccak to 3.0.3 ([e2c37e6](https://github.com/BitGo/BitGoJS/commit/e2c37e6b0139c9f6948a22d8921bc3e1f88bed4c))
1220
+
1221
+ ## [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)
1222
+
1223
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1224
+
1225
+ ## [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)
1226
+
1227
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1228
+
1229
+ ## [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)
1230
+
1231
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1232
+
1233
+ ## [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)
1234
+
1235
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1236
+
1237
+ ## [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)
1238
+
1239
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1240
+
1241
+ ## [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)
1242
+
1243
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1244
+
1245
+ ## [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)
1246
+
1247
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1248
+
1249
+ ## [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)
1250
+
1251
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1252
+
1253
+ ## [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)
1254
+
1255
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1256
+
1257
+ ## [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)
1258
+
1259
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1260
+
1261
+ # [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)
1262
+
1263
+ ### Features
1264
+
1265
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1266
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1267
+
1268
+ # [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)
1269
+
1270
+ ### Features
1271
+
1272
+ - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
1273
+ - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
1274
+
1275
+ ## [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)
1276
+
1277
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1278
+
1279
+ ## [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)
1280
+
1281
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1282
+
1283
+ ## [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)
1284
+
1285
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1286
+
1287
+ ## [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)
1288
+
1289
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1290
+
1291
+ ## [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)
1292
+
1293
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1294
+
1295
+ ## [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)
1296
+
1297
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1298
+
1299
+ ## [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)
1300
+
1301
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1302
+
1303
+ ## [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)
1304
+
1305
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1306
+
1307
+ ## [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)
1308
+
1309
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1310
+
1311
+ ## [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)
1312
+
1313
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1314
+
1315
+ ## [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)
1316
+
1317
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1318
+
1319
+ ## [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)
1320
+
1321
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1322
+
1323
+ # [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)
1324
+
1325
+ ### Features
1326
+
1327
+ - **sdk-coin-polygon:** support evm based cross chain recovery ([a88681f](https://github.com/BitGo/BitGoJS/commit/a88681f8428bcb6617ee2c7cfe5e8294b603af9f))
1328
+
1329
+ ## [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)
1330
+
1331
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1332
+
1333
+ ## [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)
1334
+
1335
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1336
+
1337
+ ## [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)
1338
+
1339
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1340
+
1341
+ ## [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)
1342
+
1343
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1344
+
1345
+ ## [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)
1346
+
1347
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1348
+
1349
+ ## [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)
1350
+
1351
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1352
+
1353
+ ## [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)
1354
+
1355
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1356
+
1357
+ ## [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)
1358
+
1359
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1360
+
1361
+ # [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)
1362
+
1363
+ ### Features
1364
+
1365
+ - **sdk-coin-polygon:** crossChainRecovery support ([9b42813](https://github.com/BitGo/BitGoJS/commit/9b4281333a8d3835219e566e31cba28ab448c85f))
1366
+
1367
+ ## [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)
1368
+
1369
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1370
+
1371
+ ## [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)
1372
+
1373
+ ### Bug Fixes
1374
+
1375
+ - **sdk-coin-polygon:** remove unused data in recovery ([6ee161c](https://github.com/BitGo/BitGoJS/commit/6ee161c28e2e627456541b479d8f362fbf96979d))
1376
+
1377
+ ## [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)
1378
+
1379
+ ### Bug Fixes
1380
+
1381
+ - **sdk-coin-polygon:** remove unused data in recovery ([6ee161c](https://github.com/BitGo/BitGoJS/commit/6ee161c28e2e627456541b479d8f362fbf96979d))
1382
+
1383
+ ## [1.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.2) (2022-10-27)
1384
+
1385
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1386
+
1387
+ ## [1.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.3.0...@bitgo/sdk-coin-polygon@1.3.1) (2022-10-25)
1388
+
1389
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1390
+
1391
+ # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.0.1-rc.0...@bitgo/sdk-coin-polygon@1.3.0) (2022-10-18)
1392
+
1393
+ ### Bug Fixes
1394
+
1395
+ - **core:** fix bip32/ecpair, API vs Interface ([bec9c1e](https://github.com/BitGo/BitGoJS/commit/bec9c1e6ff0c23108dc27e171abdd3e4d2cfdfb1))
1396
+ - **sdk-coin-eth:** fix v1 address init code ([9a3bb82](https://github.com/BitGo/BitGoJS/commit/9a3bb8216da92cf3cf3ce009d6595bf2a1a66885))
1397
+ - **sdk-coin-polygon:** fix sign for test polygon ([aff93c4](https://github.com/BitGo/BitGoJS/commit/aff93c4f97d6685b12a702df5a1d804537049d2a))
1398
+ - **sdk-coin-polygon:** update polygon token names ([8bb61cf](https://github.com/BitGo/BitGoJS/commit/8bb61cf2112a668255746366a32f8e5c8105a481))
1399
+
1400
+ ### Features
1401
+
1402
+ - add message signing support for polygon ([ab2bac1](https://github.com/BitGo/BitGoJS/commit/ab2bac13dad55ce8571d014796298aa52a24a5f2))
1403
+ - **sdk-coin-eth:** add v1 wallet init code ([b1c983d](https://github.com/BitGo/BitGoJS/commit/b1c983d2f0723aa6647fca3d01a4c814639624b4))
1404
+ - **sdk-coin-polygon:** add second signing ([c053924](https://github.com/BitGo/BitGoJS/commit/c05392483224194fc9aa97f02592534d25ef9ade))
1405
+ - **sdk-coin-polygon:** add signTx method ([3458ed0](https://github.com/BitGo/BitGoJS/commit/3458ed0f10d46489be5f1765679a8de3e786b020))
1406
+ - **sdk-coin-polygon:** support recovery ([15d6021](https://github.com/BitGo/BitGoJS/commit/15d602164d3a2b504d7995e65aa0fbcb38f98e89))
1407
+ - **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112))
1408
+ - **sdk-coin-polygon:** support tss in polygon controller ([5a5514c](https://github.com/BitGo/BitGoJS/commit/5a5514c98ca58cfcd794473cc5547342e8276dbc))
1409
+ - **statics:** support NAME NFT on tpolygon BG-58416 ([dba1b90](https://github.com/BitGo/BitGoJS/commit/dba1b9087b59336292c51215785ff366bbd262be))
1410
+
1411
+ ### BREAKING CHANGES
1412
+
1413
+ - **sdk-coin-eth:** Changes the return for exported method
1414
+ decodeWalletCreationData() in sdk-coin-eth
1415
+ BG-53733
1416
+
1417
+ ## [1.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-polygon@1.0.1-rc.0...@bitgo/sdk-coin-polygon@1.0.1) (2022-07-19)
1418
+
1419
+ **Note:** Version bump only for package @bitgo/sdk-coin-polygon
1420
+
1421
+ ## 1.0.1-rc.0 (2022-07-19)
1422
+
1423
+ ### Bug Fixes
1424
+
1425
+ - update bad dependency match ([5cc3255](https://github.com/BitGo/BitGoJS/commit/5cc3255aecba1ffb112da3ba10d8d36d2074b3e3))