@bitgo/sdk-coin-opeth 18.7.2 → 18.7.4

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/dist/test/fixtures/opeth.d.ts +54 -0
  2. package/dist/test/fixtures/opeth.d.ts.map +1 -0
  3. package/dist/test/fixtures/opeth.js +66 -0
  4. package/dist/test/getBuilder.d.ts +3 -0
  5. package/dist/test/getBuilder.d.ts.map +1 -0
  6. package/dist/test/getBuilder.js +9 -0
  7. package/dist/test/resources.d.ts +31 -0
  8. package/dist/test/resources.d.ts.map +1 -0
  9. package/dist/test/resources.js +45 -0
  10. package/dist/test/unit/opeth.d.ts +2 -0
  11. package/dist/test/unit/opeth.d.ts.map +1 -0
  12. package/dist/test/unit/opeth.js +902 -0
  13. package/dist/test/unit/opethToken.d.ts +2 -0
  14. package/dist/test/unit/opethToken.d.ts.map +1 -0
  15. package/dist/test/unit/opethToken.js +46 -0
  16. package/dist/test/unit/transaction.d.ts +2 -0
  17. package/dist/test/unit/transaction.d.ts.map +1 -0
  18. package/dist/test/unit/transaction.js +92 -0
  19. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts +2 -0
  20. package/dist/test/unit/transactionBuilder/addressInitialization.d.ts.map +1 -0
  21. package/dist/test/unit/transactionBuilder/addressInitialization.js +105 -0
  22. package/dist/test/unit/transactionBuilder/send.d.ts +2 -0
  23. package/dist/test/unit/transactionBuilder/send.d.ts.map +1 -0
  24. package/dist/test/unit/transactionBuilder/send.js +173 -0
  25. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts +2 -0
  26. package/dist/test/unit/transactionBuilder/walletInitialization.d.ts.map +1 -0
  27. package/dist/test/unit/transactionBuilder/walletInitialization.js +135 -0
  28. package/dist/test/unit/transferBuilder.d.ts +2 -0
  29. package/dist/test/unit/transferBuilder.d.ts.map +1 -0
  30. package/dist/test/unit/transferBuilder.js +137 -0
  31. package/dist/tsconfig.tsbuildinfo +1 -0
  32. package/package.json +11 -8
  33. package/.eslintignore +0 -4
  34. package/.mocharc.yml +0 -8
  35. package/CHANGELOG.md +0 -1016
package/CHANGELOG.md DELETED
@@ -1,1016 +0,0 @@
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
- ## [18.7.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.7.1...@bitgo/sdk-coin-opeth@18.7.2) (2025-10-02)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
9
-
10
- ## [18.7.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.7.0...@bitgo/sdk-coin-opeth@18.7.1) (2025-09-29)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
13
-
14
- # [18.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.4...@bitgo/sdk-coin-opeth@18.7.0) (2025-09-25)
15
-
16
- ### Features
17
-
18
- - configure learn to skip git operations ([ee3a622](https://github.com/BitGo/BitGoJS/commit/ee3a6220496476aa7f4545b5f4a9a3bf97d9bdb9))
19
-
20
- ## [18.6.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.3...@bitgo/sdk-coin-opeth@18.6.4) (2025-09-03)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
23
-
24
- ## [18.6.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.2...@bitgo/sdk-coin-opeth@18.6.3) (2025-08-30)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
27
-
28
- ## [18.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.1...@bitgo/sdk-coin-opeth@18.6.2) (2025-08-29)
29
-
30
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
31
-
32
- ## [18.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.6.0...@bitgo/sdk-coin-opeth@18.6.1) (2025-08-27)
33
-
34
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
35
-
36
- # [18.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.5...@bitgo/sdk-coin-opeth@18.6.0) (2025-08-22)
37
-
38
- ### Features
39
-
40
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
41
-
42
- ## [18.5.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.4...@bitgo/sdk-coin-opeth@18.5.5) (2025-08-22)
43
-
44
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
45
-
46
- ## [18.5.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.3...@bitgo/sdk-coin-opeth@18.5.4) (2025-08-19)
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
49
-
50
- ## [18.5.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.2...@bitgo/sdk-coin-opeth@18.5.3) (2025-08-14)
51
-
52
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
53
-
54
- ## [18.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.1...@bitgo/sdk-coin-opeth@18.5.2) (2025-08-07)
55
-
56
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
57
-
58
- ## [18.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.5.0...@bitgo/sdk-coin-opeth@18.5.1) (2025-07-31)
59
-
60
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
61
-
62
- # [18.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.9...@bitgo/sdk-coin-opeth@18.5.0) (2025-07-30)
63
-
64
- ### Features
65
-
66
- - **root:** enable passing apiKey for recovery on eth likes ([dc8d3c2](https://github.com/BitGo/BitGoJS/commit/dc8d3c201b5ab82b05e1db69f310a0860e21bf78))
67
-
68
- ## [18.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.7...@bitgo/sdk-coin-opeth@18.4.9) (2025-07-25)
69
-
70
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
71
-
72
- ## [18.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.7...@bitgo/sdk-coin-opeth@18.4.8) (2025-07-23)
73
-
74
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
75
-
76
- ## [18.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.6...@bitgo/sdk-coin-opeth@18.4.7) (2025-07-15)
77
-
78
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
79
-
80
- ## [18.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.5...@bitgo/sdk-coin-opeth@18.4.6) (2025-07-10)
81
-
82
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
83
-
84
- ## [18.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.4...@bitgo/sdk-coin-opeth@18.4.5) (2025-07-03)
85
-
86
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
87
-
88
- ## [18.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.3...@bitgo/sdk-coin-opeth@18.4.4) (2025-06-25)
89
-
90
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
91
-
92
- ## [18.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.2...@bitgo/sdk-coin-opeth@18.4.3) (2025-06-24)
93
-
94
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
95
-
96
- ## [18.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.1...@bitgo/sdk-coin-opeth@18.4.2) (2025-06-18)
97
-
98
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
99
-
100
- ## [18.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.4.0...@bitgo/sdk-coin-opeth@18.4.1) (2025-06-10)
101
-
102
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
103
-
104
- # [18.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.6...@bitgo/sdk-coin-opeth@18.4.0) (2025-06-05)
105
-
106
- ### Features
107
-
108
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
109
-
110
- ## [18.3.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.5...@bitgo/sdk-coin-opeth@18.3.6) (2025-06-02)
111
-
112
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
113
-
114
- ## [18.3.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.4...@bitgo/sdk-coin-opeth@18.3.5) (2025-05-28)
115
-
116
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
117
-
118
- ## [18.3.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.3...@bitgo/sdk-coin-opeth@18.3.4) (2025-05-22)
119
-
120
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
121
-
122
- ## [18.3.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.2...@bitgo/sdk-coin-opeth@18.3.3) (2025-05-20)
123
-
124
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
125
-
126
- ## [18.3.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.1...@bitgo/sdk-coin-opeth@18.3.2) (2025-05-07)
127
-
128
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
129
-
130
- ## [18.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.3.0...@bitgo/sdk-coin-opeth@18.3.1) (2025-04-29)
131
-
132
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
133
-
134
- # [18.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.2.0...@bitgo/sdk-coin-opeth@18.3.0) (2025-04-25)
135
-
136
- ### Features
137
-
138
- - add isTssSupportGated method and gate arb and op ([c2a38cd](https://github.com/BitGo/BitGoJS/commit/c2a38cd1e23bcb5f3919c3de6235aae55c27b8be))
139
- - add tss support for arb and op tokens ([3450a59](https://github.com/BitGo/BitGoJS/commit/3450a59818741222f0bb143c478a8cdb1bf89429))
140
- - **statics:** add coin feature TSS_SUPPORT_GATED and gate arb and op ([bb217aa](https://github.com/BitGo/BitGoJS/commit/bb217aa49b169187189f5cb8119feab204fcd931))
141
-
142
- # [18.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.60...@bitgo/sdk-coin-opeth@18.2.0) (2025-04-15)
143
-
144
- ### Features
145
-
146
- - add tss support for arbeth and opeth ([d9c9ec4](https://github.com/BitGo/BitGoJS/commit/d9c9ec4534ceac6eb85a5167e0985bc922262dee))
147
- - enable erc20 sendmany ([a412a7c](https://github.com/BitGo/BitGoJS/commit/a412a7c6454cedf1cd235f4636e29e7e7a8d3232))
148
-
149
- ## [18.1.60](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.59...@bitgo/sdk-coin-opeth@18.1.60) (2025-04-04)
150
-
151
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
152
-
153
- ## [18.1.59](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.58...@bitgo/sdk-coin-opeth@18.1.59) (2025-04-02)
154
-
155
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
156
-
157
- ## [18.1.58](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.57...@bitgo/sdk-coin-opeth@18.1.58) (2025-03-28)
158
-
159
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
160
-
161
- ## [18.1.57](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.56...@bitgo/sdk-coin-opeth@18.1.57) (2025-03-20)
162
-
163
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
164
-
165
- ## [18.1.56](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.55...@bitgo/sdk-coin-opeth@18.1.56) (2025-03-18)
166
-
167
- ### Bug Fixes
168
-
169
- - **sdk-core:** set default multisig if empty ([e2727df](https://github.com/BitGo/BitGoJS/commit/e2727dfc89dd314a607b737e761e5eff824606af))
170
-
171
- ## [18.1.55](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.54...@bitgo/sdk-coin-opeth@18.1.55) (2025-03-06)
172
-
173
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
174
-
175
- ## [18.1.54](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.54) (2025-03-04)
176
-
177
- ### Bug Fixes
178
-
179
- - dependency fixes for secp256 lib ([826db0b](https://github.com/BitGo/BitGoJS/commit/826db0b5481435bb38b251e8bb5ba8ce9f78d017))
180
-
181
- ## [18.1.53](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.53) (2025-02-26)
182
-
183
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
184
-
185
- ## [18.1.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.51...@bitgo/sdk-coin-opeth@18.1.52) (2025-02-20)
186
-
187
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
188
-
189
- ## [18.1.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.50...@bitgo/sdk-coin-opeth@18.1.51) (2025-02-19)
190
-
191
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
192
-
193
- ## [18.1.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.49...@bitgo/sdk-coin-opeth@18.1.50) (2025-02-11)
194
-
195
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
196
-
197
- ## [18.1.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.48...@bitgo/sdk-coin-opeth@18.1.49) (2025-02-05)
198
-
199
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
200
-
201
- ## [18.1.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.47...@bitgo/sdk-coin-opeth@18.1.48) (2025-01-28)
202
-
203
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
204
-
205
- ## [18.1.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.46...@bitgo/sdk-coin-opeth@18.1.47) (2025-01-23)
206
-
207
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
208
-
209
- ## [18.1.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.45...@bitgo/sdk-coin-opeth@18.1.46) (2025-01-23)
210
-
211
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
212
-
213
- ## [18.1.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.44...@bitgo/sdk-coin-opeth@18.1.45) (2025-01-20)
214
-
215
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
216
-
217
- ## [18.1.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.43...@bitgo/sdk-coin-opeth@18.1.44) (2025-01-15)
218
-
219
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
220
-
221
- ## [18.1.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.42...@bitgo/sdk-coin-opeth@18.1.43) (2025-01-09)
222
-
223
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
224
-
225
- ## [18.1.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.41...@bitgo/sdk-coin-opeth@18.1.42) (2025-01-03)
226
-
227
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
228
-
229
- ## [18.1.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.40...@bitgo/sdk-coin-opeth@18.1.41) (2024-12-24)
230
-
231
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
232
-
233
- ## [18.1.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.39...@bitgo/sdk-coin-opeth@18.1.40) (2024-12-19)
234
-
235
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
236
-
237
- ## [18.1.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.37...@bitgo/sdk-coin-opeth@18.1.39) (2024-12-17)
238
-
239
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
240
-
241
- ## [18.1.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.37...@bitgo/sdk-coin-opeth@18.1.38) (2024-12-17)
242
-
243
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
244
-
245
- ## [18.1.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.36...@bitgo/sdk-coin-opeth@18.1.37) (2024-12-12)
246
-
247
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
248
-
249
- ## [18.1.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.35...@bitgo/sdk-coin-opeth@18.1.36) (2024-12-11)
250
-
251
- ### Bug Fixes
252
-
253
- - **abstract-eth:** fix issue with ethlike signTx ([7584c8b](https://github.com/BitGo/BitGoJS/commit/7584c8bf2e3ddea21582cac36abdebe0a0a78646))
254
-
255
- ## [18.1.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.34...@bitgo/sdk-coin-opeth@18.1.35) (2024-12-03)
256
-
257
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
258
-
259
- ## [18.1.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.33...@bitgo/sdk-coin-opeth@18.1.34) (2024-11-26)
260
-
261
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
262
-
263
- ## [18.1.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.32...@bitgo/sdk-coin-opeth@18.1.33) (2024-11-21)
264
-
265
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
266
-
267
- ## [18.1.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.30...@bitgo/sdk-coin-opeth@18.1.32) (2024-11-19)
268
-
269
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
270
-
271
- ## [18.1.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.30...@bitgo/sdk-coin-opeth@18.1.31) (2024-11-14)
272
-
273
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
274
-
275
- ## [18.1.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.29...@bitgo/sdk-coin-opeth@18.1.30) (2024-11-08)
276
-
277
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
278
-
279
- ## [18.1.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.28...@bitgo/sdk-coin-opeth@18.1.29) (2024-11-07)
280
-
281
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
282
-
283
- ## [18.1.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.27...@bitgo/sdk-coin-opeth@18.1.28) (2024-11-01)
284
-
285
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
286
-
287
- ## [18.1.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.26...@bitgo/sdk-coin-opeth@18.1.27) (2024-10-22)
288
-
289
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
290
-
291
- ## [18.1.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.25...@bitgo/sdk-coin-opeth@18.1.26) (2024-10-15)
292
-
293
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
294
-
295
- ## [18.1.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.24...@bitgo/sdk-coin-opeth@18.1.25) (2024-10-08)
296
-
297
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
298
-
299
- ## [18.1.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.23...@bitgo/sdk-coin-opeth@18.1.24) (2024-10-04)
300
-
301
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
302
-
303
- ## [18.1.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.22...@bitgo/sdk-coin-opeth@18.1.23) (2024-09-24)
304
-
305
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
306
-
307
- ## [18.1.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.21...@bitgo/sdk-coin-opeth@18.1.22) (2024-09-19)
308
-
309
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
310
-
311
- ## [18.1.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.20...@bitgo/sdk-coin-opeth@18.1.21) (2024-09-16)
312
-
313
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
314
-
315
- ## [18.1.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.19...@bitgo/sdk-coin-opeth@18.1.20) (2024-09-10)
316
-
317
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
318
-
319
- ## [18.1.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.18...@bitgo/sdk-coin-opeth@18.1.19) (2024-09-03)
320
-
321
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
322
-
323
- ## [18.1.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.17...@bitgo/sdk-coin-opeth@18.1.18) (2024-08-29)
324
-
325
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
326
-
327
- ## [18.1.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.16...@bitgo/sdk-coin-opeth@18.1.17) (2024-08-27)
328
-
329
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
330
-
331
- ## [18.1.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.14...@bitgo/sdk-coin-opeth@18.1.16) (2024-08-20)
332
-
333
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
334
-
335
- ## [18.1.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.14...@bitgo/sdk-coin-opeth@18.1.15) (2024-08-13)
336
-
337
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
338
-
339
- ## [18.1.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.13...@bitgo/sdk-coin-opeth@18.1.14) (2024-08-07)
340
-
341
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
342
-
343
- ## [18.1.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.12...@bitgo/sdk-coin-opeth@18.1.13) (2024-07-30)
344
-
345
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
346
-
347
- ## [18.1.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.11...@bitgo/sdk-coin-opeth@18.1.12) (2024-07-24)
348
-
349
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
350
-
351
- ## [18.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.10...@bitgo/sdk-coin-opeth@18.1.11) (2024-07-16)
352
-
353
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
354
-
355
- ## [18.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.9...@bitgo/sdk-coin-opeth@18.1.10) (2024-07-04)
356
-
357
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
358
-
359
- ## [18.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.8...@bitgo/sdk-coin-opeth@18.1.9) (2024-07-02)
360
-
361
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
362
-
363
- ## [18.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.7...@bitgo/sdk-coin-opeth@18.1.8) (2024-06-27)
364
-
365
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
366
-
367
- ## [18.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.6...@bitgo/sdk-coin-opeth@18.1.7) (2024-06-26)
368
-
369
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
370
-
371
- ## [18.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.4...@bitgo/sdk-coin-opeth@18.1.6) (2024-06-21)
372
-
373
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
374
-
375
- ## [18.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.4...@bitgo/sdk-coin-opeth@18.1.5) (2024-06-20)
376
-
377
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
378
-
379
- ## [18.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.3...@bitgo/sdk-coin-opeth@18.1.4) (2024-06-14)
380
-
381
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
382
-
383
- ## [18.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.2...@bitgo/sdk-coin-opeth@18.1.3) (2024-06-11)
384
-
385
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
386
-
387
- ## [18.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.1...@bitgo/sdk-coin-opeth@18.1.2) (2024-06-05)
388
-
389
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
390
-
391
- ## [18.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.1.0...@bitgo/sdk-coin-opeth@18.1.1) (2024-05-31)
392
-
393
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
394
-
395
- # [18.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.6...@bitgo/sdk-coin-opeth@18.1.0) (2024-05-28)
396
-
397
- ### Bug Fixes
398
-
399
- - **abstract-eth:** handle absence of batcher contract for native coin ([37ede15](https://github.com/BitGo/BitGoJS/commit/37ede15f2fc8e24f732a6d8f513327650d58590c))
400
-
401
- ### Features
402
-
403
- - **abstract-eth:** add support to build tx for CCR of unsupported token ([a6dac7c](https://github.com/BitGo/BitGoJS/commit/a6dac7c00d47acfa3d4dd072b9cfcdf99215a743))
404
-
405
- ## [18.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.5...@bitgo/sdk-coin-opeth@18.0.6) (2024-05-22)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
408
-
409
- ## [18.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.4...@bitgo/sdk-coin-opeth@18.0.5) (2024-05-17)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
412
-
413
- ## [18.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.3...@bitgo/sdk-coin-opeth@18.0.4) (2024-05-13)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
416
-
417
- ## [18.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.2...@bitgo/sdk-coin-opeth@18.0.3) (2024-05-08)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
420
-
421
- ## [18.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.1...@bitgo/sdk-coin-opeth@18.0.2) (2024-05-01)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
424
-
425
- ## [18.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@18.0.0...@bitgo/sdk-coin-opeth@18.0.1) (2024-04-25)
426
-
427
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
428
-
429
- # [18.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.7...@bitgo/sdk-coin-opeth@18.0.0) (2024-04-24)
430
-
431
- ### Features
432
-
433
- - **abstract-eth:** support txn bulding for v4 wallet on eth chain ([d8aabea](https://github.com/BitGo/BitGoJS/commit/d8aabead0197072ee5b6c7fb11bd9c379606208d))
434
-
435
- ### BREAKING CHANGES
436
-
437
- - **abstract-eth:** Made ChainID mandatory for signAndBuild method
438
-
439
- ## [17.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.6...@bitgo/sdk-coin-opeth@17.0.7) (2024-04-22)
440
-
441
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
442
-
443
- ## [17.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.5...@bitgo/sdk-coin-opeth@17.0.6) (2024-04-17)
444
-
445
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
446
-
447
- ## [17.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.4...@bitgo/sdk-coin-opeth@17.0.5) (2024-04-12)
448
-
449
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
450
-
451
- ## [17.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.3...@bitgo/sdk-coin-opeth@17.0.4) (2024-04-10)
452
-
453
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
454
-
455
- ## [17.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.2...@bitgo/sdk-coin-opeth@17.0.3) (2024-04-09)
456
-
457
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
458
-
459
- ## [17.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.1...@bitgo/sdk-coin-opeth@17.0.2) (2024-04-08)
460
-
461
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
462
-
463
- ## [17.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@17.0.0...@bitgo/sdk-coin-opeth@17.0.1) (2024-04-05)
464
-
465
- ### Bug Fixes
466
-
467
- - **abstract-eth:** fix opeth:op transfers ([37a8f4f](https://github.com/BitGo/BitGoJS/commit/37a8f4f03325d76c32b4764381e3d2d7976dd414))
468
-
469
- # [17.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.4...@bitgo/sdk-coin-opeth@17.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
- ## [16.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.3...@bitgo/sdk-coin-opeth@16.0.4) (2024-03-19)
481
-
482
- ### Bug Fixes
483
-
484
- - **statics:** updates decimal for opeth:usdt ([0e98be4](https://github.com/BitGo/BitGoJS/commit/0e98be4e4151b8d64050f475e4fb3302e3b31b75))
485
-
486
- ## [16.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.2...@bitgo/sdk-coin-opeth@16.0.3) (2024-03-11)
487
-
488
- ### Bug Fixes
489
-
490
- - **abstract-eth:** fixes issue related to gasestimate for ethlike ([190bdb2](https://github.com/BitGo/BitGoJS/commit/190bdb2b225fc2fd87fe536aeb77734f102b9984))
491
-
492
- ## [16.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.1...@bitgo/sdk-coin-opeth@16.0.2) (2024-02-28)
493
-
494
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
495
-
496
- ## [16.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-opeth@16.0.0...@bitgo/sdk-coin-opeth@16.0.1) (2024-02-22)
497
-
498
- **Note:** Version bump only for package @bitgo/sdk-coin-opeth
499
-
500
- # 16.0.0 (2024-02-19)
501
-
502
- ### Bug Fixes
503
-
504
- - **abstract-eth:** change tx encoding method for arb and op ([c11b0dd](https://github.com/BitGo/BitGoJS/commit/c11b0dd4705b0de4aaf9fff26eecf361d78b9f10))
505
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
506
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
507
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
508
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
509
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
510
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
511
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
512
-
513
- ### Code Refactoring
514
-
515
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
516
-
517
- ### Features
518
-
519
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
520
- - **abstract-eth:** add v4 forwarder creation logic ([25faaa3](https://github.com/BitGo/BitGoJS/commit/25faaa33723feb2a4f7ce7209a64841b438a4367))
521
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
522
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
523
-
524
- ### BREAKING CHANGES
525
-
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
- # 15.0.0 (2024-01-30)
539
-
540
- ### Bug Fixes
541
-
542
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
543
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
544
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
545
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
546
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
547
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
548
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
549
-
550
- ### Code Refactoring
551
-
552
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
553
-
554
- ### Features
555
-
556
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
557
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
558
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
559
-
560
- ### BREAKING CHANGES
561
-
562
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
563
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
564
- getCustomChainName method is removed from Polygon class because a common
565
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
566
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
567
- and needs to be passed to derive the Eth common object from the chainId.
568
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
569
- it can be used for other EthLike coins. getBaseFactor method in Eth
570
- and Polygon class returns number instead of string just to align with
571
- AbstractEthLikeCoin
572
- Ticket: WIN-1012
573
-
574
- # 14.0.0 (2024-01-26)
575
-
576
- ### Bug Fixes
577
-
578
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
579
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
580
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
581
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
582
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
583
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
584
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
585
-
586
- ### Code Refactoring
587
-
588
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
589
-
590
- ### Features
591
-
592
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
593
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
594
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
595
-
596
- ### BREAKING CHANGES
597
-
598
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
599
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
600
- getCustomChainName method is removed from Polygon class because a common
601
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
602
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
603
- and needs to be passed to derive the Eth common object from the chainId.
604
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
605
- it can be used for other EthLike coins. getBaseFactor method in Eth
606
- and Polygon class returns number instead of string just to align with
607
- AbstractEthLikeCoin
608
- Ticket: WIN-1012
609
-
610
- # 13.0.0 (2024-01-26)
611
-
612
- ### Bug Fixes
613
-
614
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
615
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
616
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
617
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
618
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
619
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
620
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
621
-
622
- ### Code Refactoring
623
-
624
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
625
-
626
- ### Features
627
-
628
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
629
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
630
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
631
-
632
- ### BREAKING CHANGES
633
-
634
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
635
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
636
- getCustomChainName method is removed from Polygon class because a common
637
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
638
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
639
- and needs to be passed to derive the Eth common object from the chainId.
640
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
641
- it can be used for other EthLike coins. getBaseFactor method in Eth
642
- and Polygon class returns number instead of string just to align with
643
- AbstractEthLikeCoin
644
- Ticket: WIN-1012
645
-
646
- # 12.0.0 (2024-01-25)
647
-
648
- ### Bug Fixes
649
-
650
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
651
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
652
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
653
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
654
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
655
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
656
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
657
-
658
- ### Code Refactoring
659
-
660
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
661
-
662
- ### Features
663
-
664
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
665
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
666
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
667
-
668
- ### BREAKING CHANGES
669
-
670
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
671
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
672
- getCustomChainName method is removed from Polygon class because a common
673
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
674
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
675
- and needs to be passed to derive the Eth common object from the chainId.
676
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
677
- it can be used for other EthLike coins. getBaseFactor method in Eth
678
- and Polygon class returns number instead of string just to align with
679
- AbstractEthLikeCoin
680
- Ticket: WIN-1012
681
-
682
- # 11.0.0 (2024-01-22)
683
-
684
- ### Bug Fixes
685
-
686
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
687
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
688
- - add opeth token support to register ([577ba12](https://github.com/BitGo/BitGoJS/commit/577ba12e3999124036fb880da32dec6f7380d1b9))
689
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
690
- - **sdk-coin-opeth:** fix recover methods ([13264d8](https://github.com/BitGo/BitGoJS/commit/13264d87b7b0661ca002f55fdd41ba1c66b1e82b))
691
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
692
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
693
-
694
- ### Code Refactoring
695
-
696
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
697
-
698
- ### Features
699
-
700
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
701
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
702
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
703
-
704
- ### BREAKING CHANGES
705
-
706
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
707
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
708
- getCustomChainName method is removed from Polygon class because a common
709
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
710
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
711
- and needs to be passed to derive the Eth common object from the chainId.
712
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
713
- it can be used for other EthLike coins. getBaseFactor method in Eth
714
- and Polygon class returns number instead of string just to align with
715
- AbstractEthLikeCoin
716
- Ticket: WIN-1012
717
-
718
- # 10.0.0 (2024-01-09)
719
-
720
- ### Bug Fixes
721
-
722
- - **abstract-eth:** fix chainid related changes ([c3a21c4](https://github.com/BitGo/BitGoJS/commit/c3a21c4cc470f2147c80e235607011bd4896f911))
723
- - **abstract-eth:** fix issues related to chainid ([9114b1b](https://github.com/BitGo/BitGoJS/commit/9114b1b95ca0929d2d1ef5b33ba4f35e1184b5c7))
724
- - **sdk-coin-opeth:** enable chainid change for opeth ([d1e0eea](https://github.com/BitGo/BitGoJS/commit/d1e0eeab31d969774bd862736539f7840f7e9fe2))
725
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
726
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
727
-
728
- ### Code Refactoring
729
-
730
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
731
-
732
- ### Features
733
-
734
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
735
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
736
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
737
-
738
- ### BREAKING CHANGES
739
-
740
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
741
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
742
- getCustomChainName method is removed from Polygon class because a common
743
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
744
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
745
- and needs to be passed to derive the Eth common object from the chainId.
746
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
747
- it can be used for other EthLike coins. getBaseFactor method in Eth
748
- and Polygon class returns number instead of string just to align with
749
- AbstractEthLikeCoin
750
- Ticket: WIN-1012
751
-
752
- # 9.0.0 (2024-01-03)
753
-
754
- ### Bug Fixes
755
-
756
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
757
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
758
-
759
- ### Code Refactoring
760
-
761
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
762
-
763
- ### Features
764
-
765
- - **abstract-eth:** add chain id as network identifier ([3ddec05](https://github.com/BitGo/BitGoJS/commit/3ddec05705cff891e46d21743d0ee864d68ab216))
766
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
767
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
768
-
769
- ### BREAKING CHANGES
770
-
771
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
772
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
773
- getCustomChainName method is removed from Polygon class because a common
774
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
775
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
776
- and needs to be passed to derive the Eth common object from the chainId.
777
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
778
- it can be used for other EthLike coins. getBaseFactor method in Eth
779
- and Polygon class returns number instead of string just to align with
780
- AbstractEthLikeCoin
781
- Ticket: WIN-1012
782
-
783
- # 8.0.0 (2023-12-18)
784
-
785
- ### Bug Fixes
786
-
787
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
788
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
789
-
790
- ### Code Refactoring
791
-
792
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
793
-
794
- ### Features
795
-
796
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
797
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
798
-
799
- ### BREAKING CHANGES
800
-
801
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
802
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
803
- getCustomChainName method is removed from Polygon class because a common
804
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
805
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
806
- and needs to be passed to derive the Eth common object from the chainId.
807
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
808
- it can be used for other EthLike coins. getBaseFactor method in Eth
809
- and Polygon class returns number instead of string just to align with
810
- AbstractEthLikeCoin
811
- Ticket: WIN-1012
812
-
813
- # 7.0.0 (2023-12-12)
814
-
815
- ### Bug Fixes
816
-
817
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
818
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
819
-
820
- ### Code Refactoring
821
-
822
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
823
-
824
- ### Features
825
-
826
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
827
- - **sdk-coin-opeth:** add opeth tokens ([1e50329](https://github.com/BitGo/BitGoJS/commit/1e503292d26cb46ca3e2336a8514018ab09f6759))
828
-
829
- ### BREAKING CHANGES
830
-
831
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
832
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
833
- getCustomChainName method is removed from Polygon class because a common
834
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
835
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
836
- and needs to be passed to derive the Eth common object from the chainId.
837
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
838
- it can be used for other EthLike coins. getBaseFactor method in Eth
839
- and Polygon class returns number instead of string just to align with
840
- AbstractEthLikeCoin
841
- Ticket: WIN-1012
842
-
843
- # 6.0.0 (2023-12-09)
844
-
845
- ### Bug Fixes
846
-
847
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
848
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
849
-
850
- ### Code Refactoring
851
-
852
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
853
-
854
- ### Features
855
-
856
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
857
-
858
- ### BREAKING CHANGES
859
-
860
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
861
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
862
- getCustomChainName method is removed from Polygon class because a common
863
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
864
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
865
- and needs to be passed to derive the Eth common object from the chainId.
866
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
867
- it can be used for other EthLike coins. getBaseFactor method in Eth
868
- and Polygon class returns number instead of string just to align with
869
- AbstractEthLikeCoin
870
- Ticket: WIN-1012
871
-
872
- # 5.0.0 (2023-12-05)
873
-
874
- ### Bug Fixes
875
-
876
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
877
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
878
-
879
- ### Code Refactoring
880
-
881
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
882
-
883
- ### Features
884
-
885
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
886
-
887
- ### BREAKING CHANGES
888
-
889
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
890
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
891
- getCustomChainName method is removed from Polygon class because a common
892
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
893
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
894
- and needs to be passed to derive the Eth common object from the chainId.
895
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
896
- it can be used for other EthLike coins. getBaseFactor method in Eth
897
- and Polygon class returns number instead of string just to align with
898
- AbstractEthLikeCoin
899
- Ticket: WIN-1012
900
-
901
- # 4.0.0 (2023-11-28)
902
-
903
- ### Bug Fixes
904
-
905
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
906
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
907
-
908
- ### Code Refactoring
909
-
910
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
911
-
912
- ### Features
913
-
914
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
915
-
916
- ### BREAKING CHANGES
917
-
918
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
919
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
920
- getCustomChainName method is removed from Polygon class because a common
921
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
922
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
923
- and needs to be passed to derive the Eth common object from the chainId.
924
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
925
- it can be used for other EthLike coins. getBaseFactor method in Eth
926
- and Polygon class returns number instead of string just to align with
927
- AbstractEthLikeCoin
928
- Ticket: WIN-1012
929
-
930
- # 3.0.0 (2023-11-24)
931
-
932
- ### Bug Fixes
933
-
934
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
935
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
936
-
937
- ### Code Refactoring
938
-
939
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
940
-
941
- ### Features
942
-
943
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
944
-
945
- ### BREAKING CHANGES
946
-
947
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
948
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
949
- getCustomChainName method is removed from Polygon class because a common
950
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
951
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
952
- and needs to be passed to derive the Eth common object from the chainId.
953
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
954
- it can be used for other EthLike coins. getBaseFactor method in Eth
955
- and Polygon class returns number instead of string just to align with
956
- AbstractEthLikeCoin
957
- Ticket: WIN-1012
958
-
959
- # 2.0.0 (2023-11-17)
960
-
961
- ### Bug Fixes
962
-
963
- - **sdk-coin-polygon:** fix issues ([85e9396](https://github.com/BitGo/BitGoJS/commit/85e93967abd056f5054198f385a1b109246a281f))
964
- - **statics:** make corrections for arbeth and opeth ([5dfc405](https://github.com/BitGo/BitGoJS/commit/5dfc405a36fc97b2c902fec44562b169d8013a18))
965
-
966
- ### Code Refactoring
967
-
968
- - **abstract-eth:** add common method to abstract-eth ([df6eea5](https://github.com/BitGo/BitGoJS/commit/df6eea5d299c415b30263d1713335c14e5abef4a))
969
-
970
- ### Features
971
-
972
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
973
-
974
- ### BREAKING CHANGES
975
-
976
- - **abstract-eth:** Type of nextContractSequenceId field in TransactionPrebuild
977
- interface is changed from string to number in AbstractEthLikeCoin and AbstractEthLikeNewCoins classes.
978
- getCustomChainName method is removed from Polygon class because a common
979
- method getCustomChainCommon has been added to AbstractEthLikeNewCoins
980
- class for all EthLike coins. replayProtectionOptions is not optional in buildTransaction method in AbstractEthLikeNewCoins
981
- and needs to be passed to derive the Eth common object from the chainId.
982
- signFinalPolygon method name from Polygon class is updated to signFinalEthLike so that
983
- it can be used for other EthLike coins. getBaseFactor method in Eth
984
- and Polygon class returns number instead of string just to align with
985
- AbstractEthLikeCoin
986
- Ticket: WIN-1012
987
-
988
- # 1.5.0 (2023-11-13)
989
-
990
- ### Features
991
-
992
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
993
-
994
- # 1.4.0 (2023-11-13)
995
-
996
- ### Features
997
-
998
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
999
-
1000
- # 1.3.0 (2023-11-13)
1001
-
1002
- ### Features
1003
-
1004
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
1005
-
1006
- # 1.2.0 (2023-10-20)
1007
-
1008
- ### Features
1009
-
1010
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))
1011
-
1012
- # 1.1.0 (2023-10-18)
1013
-
1014
- ### Features
1015
-
1016
- - **sdk-coin-opeth:** add opeth sdk skeleton ([42fbefa](https://github.com/BitGo/BitGoJS/commit/42fbefa54f22fa5bdaef4150ef3a643843ec8684))