@bitgo/sdk-coin-hash 3.6.2 → 3.6.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 (44) hide show
  1. package/dist/test/integration/index.d.ts +2 -0
  2. package/dist/test/integration/index.d.ts.map +1 -0
  3. package/dist/test/integration/index.js +16 -0
  4. package/dist/test/resources/hash.d.ts +304 -0
  5. package/dist/test/resources/hash.d.ts.map +1 -0
  6. package/dist/test/resources/hash.js +454 -0
  7. package/dist/test/unit/hash.d.ts +2 -0
  8. package/dist/test/unit/hash.d.ts.map +1 -0
  9. package/dist/test/unit/hash.js +464 -0
  10. package/dist/test/unit/hashToken.d.ts +2 -0
  11. package/dist/test/unit/hashToken.d.ts.map +1 -0
  12. package/dist/test/unit/hashToken.js +300 -0
  13. package/dist/test/unit/keyPair.d.ts +2 -0
  14. package/dist/test/unit/keyPair.d.ts.map +1 -0
  15. package/dist/test/unit/keyPair.js +96 -0
  16. package/dist/test/unit/tokenTransaction.d.ts +2 -0
  17. package/dist/test/unit/tokenTransaction.d.ts.map +1 -0
  18. package/dist/test/unit/tokenTransaction.js +144 -0
  19. package/dist/test/unit/transaction.d.ts +2 -0
  20. package/dist/test/unit/transaction.d.ts.map +1 -0
  21. package/dist/test/unit/transaction.js +220 -0
  22. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts +2 -0
  23. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.d.ts.map +1 -0
  24. package/dist/test/unit/transactionBuilder/StakingActivateBuilder.js +154 -0
  25. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts +2 -0
  26. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.d.ts.map +1 -0
  27. package/dist/test/unit/transactionBuilder/StakingDeactivateBuilder.js +153 -0
  28. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts +2 -0
  29. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.d.ts.map +1 -0
  30. package/dist/test/unit/transactionBuilder/StakingWithdrawRewardsBuilder.js +154 -0
  31. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts +2 -0
  32. package/dist/test/unit/transactionBuilder/transactionBuilder.d.ts.map +1 -0
  33. package/dist/test/unit/transactionBuilder/transactionBuilder.js +126 -0
  34. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts +2 -0
  35. package/dist/test/unit/transactionBuilder/transferBuilder.d.ts.map +1 -0
  36. package/dist/test/unit/transactionBuilder/transferBuilder.js +332 -0
  37. package/dist/test/unit/utils.d.ts +2 -0
  38. package/dist/test/unit/utils.d.ts.map +1 -0
  39. package/dist/test/unit/utils.js +76 -0
  40. package/dist/tsconfig.tsbuildinfo +1 -0
  41. package/package.json +12 -9
  42. package/.eslintignore +0 -5
  43. package/.mocharc.yml +0 -8
  44. package/CHANGELOG.md +0 -862
package/CHANGELOG.md DELETED
@@ -1,862 +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
- ## [3.6.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.6.1...@bitgo/sdk-coin-hash@3.6.2) (2025-10-02)
7
-
8
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
9
-
10
- ## [3.6.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.6.0...@bitgo/sdk-coin-hash@3.6.1) (2025-09-29)
11
-
12
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
13
-
14
- # [3.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.5.2...@bitgo/sdk-coin-hash@3.6.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
- ## [3.5.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.5.1...@bitgo/sdk-coin-hash@3.5.2) (2025-09-03)
21
-
22
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
23
-
24
- ## [3.5.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.5.0...@bitgo/sdk-coin-hash@3.5.1) (2025-08-30)
25
-
26
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
27
-
28
- # [3.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.4.1...@bitgo/sdk-coin-hash@3.5.0) (2025-08-29)
29
-
30
- ### Features
31
-
32
- - **abstract-cosmos:** add non-bitgo token recovery support on wrw ([86f44eb](https://github.com/BitGo/BitGoJS/commit/86f44ebbae563085dab6323ebae12301753fbbe4))
33
-
34
- ## [3.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.4.0...@bitgo/sdk-coin-hash@3.4.1) (2025-08-27)
35
-
36
- ### Bug Fixes
37
-
38
- - **sdk-coin-hash:** add utils based on network type ([199f940](https://github.com/BitGo/BitGoJS/commit/199f940cc84200cacfac08c3f1e782339b3915d8))
39
-
40
- # [3.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.3.1...@bitgo/sdk-coin-hash@3.4.0) (2025-08-22)
41
-
42
- ### Features
43
-
44
- - **root:** migrate ts-node -> tsx ([ea180b4](https://github.com/BitGo/BitGoJS/commit/ea180b43001d8e956196bc07b32798e3a7031eeb))
45
-
46
- ## [3.3.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.3.0...@bitgo/sdk-coin-hash@3.3.1) (2025-08-22)
47
-
48
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
49
-
50
- # [3.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.2.1...@bitgo/sdk-coin-hash@3.3.0) (2025-08-19)
51
-
52
- ### Features
53
-
54
- - use cosmos to register hash token ([f15e943](https://github.com/BitGo/BitGoJS/commit/f15e943b4ca675304fa36ebef1f9baa76d1cb47a))
55
-
56
- ## [3.2.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.2.0...@bitgo/sdk-coin-hash@3.2.1) (2025-08-14)
57
-
58
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
59
-
60
- # [3.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.11...@bitgo/sdk-coin-hash@3.2.0) (2025-08-07)
61
-
62
- ### Features
63
-
64
- - use statics to get denom of tokens ([e89d793](https://github.com/BitGo/BitGoJS/commit/e89d79365086512d845bb498deed7ee66ecd2fc0))
65
-
66
- ## [3.1.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.10...@bitgo/sdk-coin-hash@3.1.11) (2025-07-31)
67
-
68
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
69
-
70
- ## [3.1.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.9...@bitgo/sdk-coin-hash@3.1.10) (2025-07-30)
71
-
72
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
73
-
74
- ## [3.1.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.7...@bitgo/sdk-coin-hash@3.1.9) (2025-07-25)
75
-
76
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
77
-
78
- ## [3.1.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.7...@bitgo/sdk-coin-hash@3.1.8) (2025-07-23)
79
-
80
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
81
-
82
- ## [3.1.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.6...@bitgo/sdk-coin-hash@3.1.7) (2025-07-15)
83
-
84
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
85
-
86
- ## [3.1.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.5...@bitgo/sdk-coin-hash@3.1.6) (2025-07-10)
87
-
88
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
89
-
90
- ## [3.1.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.4...@bitgo/sdk-coin-hash@3.1.5) (2025-07-03)
91
-
92
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
93
-
94
- ## [3.1.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.3...@bitgo/sdk-coin-hash@3.1.4) (2025-06-25)
95
-
96
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
97
-
98
- ## [3.1.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.2...@bitgo/sdk-coin-hash@3.1.3) (2025-06-24)
99
-
100
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
101
-
102
- ## [3.1.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.1...@bitgo/sdk-coin-hash@3.1.2) (2025-06-18)
103
-
104
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
105
-
106
- ## [3.1.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.1.0...@bitgo/sdk-coin-hash@3.1.1) (2025-06-10)
107
-
108
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
109
-
110
- # [3.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.52...@bitgo/sdk-coin-hash@3.1.0) (2025-06-05)
111
-
112
- ### Features
113
-
114
- - **root:** support node 22 ([c4ad6af](https://github.com/BitGo/BitGoJS/commit/c4ad6af2e8896221417c303f0f6b84652b493216))
115
-
116
- ## [3.0.52](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.51...@bitgo/sdk-coin-hash@3.0.52) (2025-06-02)
117
-
118
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
119
-
120
- ## [3.0.51](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.50...@bitgo/sdk-coin-hash@3.0.51) (2025-05-28)
121
-
122
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
123
-
124
- ## [3.0.50](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.49...@bitgo/sdk-coin-hash@3.0.50) (2025-05-22)
125
-
126
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
127
-
128
- ## [3.0.49](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.48...@bitgo/sdk-coin-hash@3.0.49) (2025-05-20)
129
-
130
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
131
-
132
- ## [3.0.48](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.47...@bitgo/sdk-coin-hash@3.0.48) (2025-05-07)
133
-
134
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
135
-
136
- ## [3.0.47](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.46...@bitgo/sdk-coin-hash@3.0.47) (2025-04-29)
137
-
138
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
139
-
140
- ## [3.0.46](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.45...@bitgo/sdk-coin-hash@3.0.46) (2025-04-25)
141
-
142
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
143
-
144
- ## [3.0.45](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.44...@bitgo/sdk-coin-hash@3.0.45) (2025-04-15)
145
-
146
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
147
-
148
- ## [3.0.44](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.43...@bitgo/sdk-coin-hash@3.0.44) (2025-04-04)
149
-
150
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
151
-
152
- ## [3.0.43](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.42...@bitgo/sdk-coin-hash@3.0.43) (2025-04-02)
153
-
154
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
155
-
156
- ## [3.0.42](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.41...@bitgo/sdk-coin-hash@3.0.42) (2025-03-28)
157
-
158
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
159
-
160
- ## [3.0.41](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.40...@bitgo/sdk-coin-hash@3.0.41) (2025-03-20)
161
-
162
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
163
-
164
- ## [3.0.40](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.39...@bitgo/sdk-coin-hash@3.0.40) (2025-03-18)
165
-
166
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
167
-
168
- ## [3.0.39](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.38...@bitgo/sdk-coin-hash@3.0.39) (2025-03-06)
169
-
170
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
171
-
172
- ## [3.0.38](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.35...@bitgo/sdk-coin-hash@3.0.38) (2025-03-04)
173
-
174
- ### Bug Fixes
175
-
176
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
177
-
178
- ## [3.0.37](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.35...@bitgo/sdk-coin-hash@3.0.37) (2025-02-26)
179
-
180
- ### Bug Fixes
181
-
182
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
183
-
184
- ## [3.0.36](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.35...@bitgo/sdk-coin-hash@3.0.36) (2025-02-20)
185
-
186
- ### Bug Fixes
187
-
188
- - address validation for cosmos like coins ([2912eab](https://github.com/BitGo/BitGoJS/commit/2912eabf6a1dbc7cde3715352c3849f550b5b6ec))
189
-
190
- ## [3.0.35](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.34...@bitgo/sdk-coin-hash@3.0.35) (2025-02-19)
191
-
192
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
193
-
194
- ## [3.0.34](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.33...@bitgo/sdk-coin-hash@3.0.34) (2025-02-11)
195
-
196
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
197
-
198
- ## [3.0.33](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.32...@bitgo/sdk-coin-hash@3.0.33) (2025-02-05)
199
-
200
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
201
-
202
- ## [3.0.32](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.31...@bitgo/sdk-coin-hash@3.0.32) (2025-01-28)
203
-
204
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
205
-
206
- ## [3.0.31](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.30...@bitgo/sdk-coin-hash@3.0.31) (2025-01-23)
207
-
208
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
209
-
210
- ## [3.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.29...@bitgo/sdk-coin-hash@3.0.30) (2025-01-23)
211
-
212
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
213
-
214
- ## [3.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.28...@bitgo/sdk-coin-hash@3.0.29) (2025-01-20)
215
-
216
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
217
-
218
- ## [3.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.27...@bitgo/sdk-coin-hash@3.0.28) (2025-01-15)
219
-
220
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
221
-
222
- ## [3.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.26...@bitgo/sdk-coin-hash@3.0.27) (2025-01-09)
223
-
224
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
225
-
226
- ## [3.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.25...@bitgo/sdk-coin-hash@3.0.26) (2025-01-03)
227
-
228
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
229
-
230
- ## [3.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.24...@bitgo/sdk-coin-hash@3.0.25) (2024-12-24)
231
-
232
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
233
-
234
- ## [3.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.23...@bitgo/sdk-coin-hash@3.0.24) (2024-12-19)
235
-
236
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
237
-
238
- ## [3.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.21...@bitgo/sdk-coin-hash@3.0.23) (2024-12-17)
239
-
240
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
241
-
242
- ## [3.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.21...@bitgo/sdk-coin-hash@3.0.22) (2024-12-17)
243
-
244
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
245
-
246
- ## [3.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.20...@bitgo/sdk-coin-hash@3.0.21) (2024-12-12)
247
-
248
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
249
-
250
- ## [3.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.19...@bitgo/sdk-coin-hash@3.0.20) (2024-12-11)
251
-
252
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
253
-
254
- ## [3.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.18...@bitgo/sdk-coin-hash@3.0.19) (2024-12-03)
255
-
256
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
257
-
258
- ## [3.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.17...@bitgo/sdk-coin-hash@3.0.18) (2024-11-26)
259
-
260
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
261
-
262
- ## [3.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.16...@bitgo/sdk-coin-hash@3.0.17) (2024-11-21)
263
-
264
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
265
-
266
- ## [3.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.14...@bitgo/sdk-coin-hash@3.0.16) (2024-11-19)
267
-
268
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
269
-
270
- ## [3.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.14...@bitgo/sdk-coin-hash@3.0.15) (2024-11-14)
271
-
272
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
273
-
274
- ## [3.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.13...@bitgo/sdk-coin-hash@3.0.14) (2024-11-08)
275
-
276
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
277
-
278
- ## [3.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.12...@bitgo/sdk-coin-hash@3.0.13) (2024-11-07)
279
-
280
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
281
-
282
- ## [3.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.11...@bitgo/sdk-coin-hash@3.0.12) (2024-11-01)
283
-
284
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
285
-
286
- ## [3.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.10...@bitgo/sdk-coin-hash@3.0.11) (2024-10-22)
287
-
288
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
289
-
290
- ## [3.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.9...@bitgo/sdk-coin-hash@3.0.10) (2024-10-15)
291
-
292
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
293
-
294
- ## [3.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.8...@bitgo/sdk-coin-hash@3.0.9) (2024-10-08)
295
-
296
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
297
-
298
- ## [3.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.7...@bitgo/sdk-coin-hash@3.0.8) (2024-10-04)
299
-
300
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
301
-
302
- ## [3.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.6...@bitgo/sdk-coin-hash@3.0.7) (2024-09-24)
303
-
304
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
305
-
306
- ## [3.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.5...@bitgo/sdk-coin-hash@3.0.6) (2024-09-19)
307
-
308
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
309
-
310
- ## [3.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.4...@bitgo/sdk-coin-hash@3.0.5) (2024-09-16)
311
-
312
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
313
-
314
- ## [3.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.3...@bitgo/sdk-coin-hash@3.0.4) (2024-09-10)
315
-
316
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
317
-
318
- ## [3.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.2...@bitgo/sdk-coin-hash@3.0.3) (2024-09-03)
319
-
320
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
321
-
322
- ## [3.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.1...@bitgo/sdk-coin-hash@3.0.2) (2024-08-29)
323
-
324
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
325
-
326
- ## [3.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@3.0.0...@bitgo/sdk-coin-hash@3.0.1) (2024-08-27)
327
-
328
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
329
-
330
- # [3.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.29...@bitgo/sdk-coin-hash@3.0.0) (2024-08-20)
331
-
332
- ### Features
333
-
334
- - move opensslbytes to own package ([e23c562](https://github.com/BitGo/BitGoJS/commit/e23c5627957916055e68329541dd1eb775704ca5))
335
-
336
- ### BREAKING CHANGES
337
-
338
- - clients using challenge
339
- generation & TSS Recovery functions must now
340
- install @bitgo/sdk-opensslbytes separately &
341
- provide the openSSLBytes WASM themselves.
342
-
343
- Ticket: CE-4329
344
-
345
- ## [2.0.30](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.29...@bitgo/sdk-coin-hash@2.0.30) (2024-08-13)
346
-
347
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
348
-
349
- ## [2.0.29](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.28...@bitgo/sdk-coin-hash@2.0.29) (2024-08-07)
350
-
351
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
352
-
353
- ## [2.0.28](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.27...@bitgo/sdk-coin-hash@2.0.28) (2024-07-30)
354
-
355
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
356
-
357
- ## [2.0.27](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.26...@bitgo/sdk-coin-hash@2.0.27) (2024-07-24)
358
-
359
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
360
-
361
- ## [2.0.26](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.25...@bitgo/sdk-coin-hash@2.0.26) (2024-07-16)
362
-
363
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
364
-
365
- ## [2.0.25](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.24...@bitgo/sdk-coin-hash@2.0.25) (2024-07-04)
366
-
367
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
368
-
369
- ## [2.0.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.23...@bitgo/sdk-coin-hash@2.0.24) (2024-07-02)
370
-
371
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
372
-
373
- ## [2.0.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.22...@bitgo/sdk-coin-hash@2.0.23) (2024-06-27)
374
-
375
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
376
-
377
- ## [2.0.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.21...@bitgo/sdk-coin-hash@2.0.22) (2024-06-26)
378
-
379
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
380
-
381
- ## [2.0.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.19...@bitgo/sdk-coin-hash@2.0.21) (2024-06-21)
382
-
383
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
384
-
385
- ## [2.0.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.19...@bitgo/sdk-coin-hash@2.0.20) (2024-06-20)
386
-
387
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
388
-
389
- ## [2.0.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.18...@bitgo/sdk-coin-hash@2.0.19) (2024-06-14)
390
-
391
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
392
-
393
- ## [2.0.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.17...@bitgo/sdk-coin-hash@2.0.18) (2024-06-11)
394
-
395
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
396
-
397
- ## [2.0.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.16...@bitgo/sdk-coin-hash@2.0.17) (2024-06-05)
398
-
399
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
400
-
401
- ## [2.0.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.15...@bitgo/sdk-coin-hash@2.0.16) (2024-05-31)
402
-
403
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
404
-
405
- ## [2.0.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.14...@bitgo/sdk-coin-hash@2.0.15) (2024-05-28)
406
-
407
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
408
-
409
- ## [2.0.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.13...@bitgo/sdk-coin-hash@2.0.14) (2024-05-22)
410
-
411
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
412
-
413
- ## [2.0.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.12...@bitgo/sdk-coin-hash@2.0.13) (2024-05-17)
414
-
415
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
416
-
417
- ## [2.0.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.11...@bitgo/sdk-coin-hash@2.0.12) (2024-05-13)
418
-
419
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
420
-
421
- ## [2.0.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.10...@bitgo/sdk-coin-hash@2.0.11) (2024-05-08)
422
-
423
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
424
-
425
- ## [2.0.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.9...@bitgo/sdk-coin-hash@2.0.10) (2024-05-01)
426
-
427
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
428
-
429
- ## [2.0.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.8...@bitgo/sdk-coin-hash@2.0.9) (2024-04-25)
430
-
431
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
432
-
433
- ## [2.0.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.7...@bitgo/sdk-coin-hash@2.0.8) (2024-04-24)
434
-
435
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
436
-
437
- ## [2.0.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.6...@bitgo/sdk-coin-hash@2.0.7) (2024-04-22)
438
-
439
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
440
-
441
- ## [2.0.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.5...@bitgo/sdk-coin-hash@2.0.6) (2024-04-17)
442
-
443
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
444
-
445
- ## [2.0.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.4...@bitgo/sdk-coin-hash@2.0.5) (2024-04-12)
446
-
447
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
448
-
449
- ## [2.0.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.3...@bitgo/sdk-coin-hash@2.0.4) (2024-04-10)
450
-
451
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
452
-
453
- ## [2.0.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.2...@bitgo/sdk-coin-hash@2.0.3) (2024-04-09)
454
-
455
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
456
-
457
- ## [2.0.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.1...@bitgo/sdk-coin-hash@2.0.2) (2024-04-08)
458
-
459
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
460
-
461
- ## [2.0.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@2.0.0...@bitgo/sdk-coin-hash@2.0.1) (2024-04-05)
462
-
463
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
464
-
465
- # [2.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.25.4...@bitgo/sdk-coin-hash@2.0.0) (2024-03-28)
466
-
467
- ### Features
468
-
469
- - **abstract-cosmos:** added redelegation for cosmos coins ([8ea18ab](https://github.com/BitGo/BitGoJS/commit/8ea18ab0ca115ba9b61335e69d34790f0c046e7b))
470
- - **root:** deprecate node 16 ([d3ec624](https://github.com/BitGo/BitGoJS/commit/d3ec6240bddae2a4ab7fa80c4a16efecc36210bd))
471
-
472
- ### BREAKING CHANGES
473
-
474
- - **root:** Node 16 is no longer supported in bitgojs.
475
- TICKET: WP-1100
476
-
477
- ## [1.25.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.25.3...@bitgo/sdk-coin-hash@1.25.4) (2024-03-19)
478
-
479
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
480
-
481
- ## [1.25.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.25.2...@bitgo/sdk-coin-hash@1.25.3) (2024-03-11)
482
-
483
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
484
-
485
- ## [1.25.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.25.1...@bitgo/sdk-coin-hash@1.25.2) (2024-02-28)
486
-
487
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
488
-
489
- ## [1.25.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.25.0...@bitgo/sdk-coin-hash@1.25.1) (2024-02-22)
490
-
491
- **Note:** Version bump only for package @bitgo/sdk-coin-hash
492
-
493
- # [1.25.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.25.0) (2024-02-19)
494
-
495
- ### Bug Fixes
496
-
497
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
498
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
499
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
500
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
501
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
502
-
503
- ### Features
504
-
505
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
506
-
507
- # [1.23.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.23.0) (2024-01-30)
508
-
509
- ### Bug Fixes
510
-
511
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
512
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
513
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
514
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
515
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
516
-
517
- ### Features
518
-
519
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
520
-
521
- # [1.22.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.22.0) (2024-01-26)
522
-
523
- ### Bug Fixes
524
-
525
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
526
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
527
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
528
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
529
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
530
-
531
- ### Features
532
-
533
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
534
-
535
- # [1.21.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.21.0) (2024-01-26)
536
-
537
- ### Bug Fixes
538
-
539
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
540
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
541
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
542
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
543
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
544
-
545
- ### Features
546
-
547
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
548
-
549
- # [1.20.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.20.0) (2024-01-25)
550
-
551
- ### Bug Fixes
552
-
553
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
554
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
555
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
556
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
557
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
558
-
559
- ### Features
560
-
561
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
562
-
563
- # [1.19.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.19.0) (2024-01-22)
564
-
565
- ### Bug Fixes
566
-
567
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
568
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
569
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
570
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
571
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
572
-
573
- ### Features
574
-
575
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
576
-
577
- # [1.18.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.18.0) (2024-01-09)
578
-
579
- ### Bug Fixes
580
-
581
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
582
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
583
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
584
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
585
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
586
-
587
- ### Features
588
-
589
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
590
-
591
- # [1.17.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.17.0) (2024-01-03)
592
-
593
- ### Bug Fixes
594
-
595
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
596
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
597
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
598
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
599
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
600
-
601
- ### Features
602
-
603
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
604
-
605
- # [1.16.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.16.0) (2023-12-18)
606
-
607
- ### Bug Fixes
608
-
609
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
610
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
611
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
612
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
613
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
614
-
615
- ### Features
616
-
617
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
618
-
619
- # [1.15.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.15.0) (2023-12-12)
620
-
621
- ### Bug Fixes
622
-
623
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
624
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
625
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
626
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
627
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
628
-
629
- ### Features
630
-
631
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
632
-
633
- # [1.14.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.14.0) (2023-12-09)
634
-
635
- ### Bug Fixes
636
-
637
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
638
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
639
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
640
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
641
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
642
-
643
- ### Features
644
-
645
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
646
-
647
- # [1.13.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.13.0) (2023-12-05)
648
-
649
- ### Bug Fixes
650
-
651
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
652
- - add bech32 validation to cosmos address validation ([f5008a7](https://github.com/BitGo/BitGoJS/commit/f5008a7298f9cb470795f8087b6840cf7f254369))
653
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
654
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
655
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
656
-
657
- ### Features
658
-
659
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
660
-
661
- # [1.12.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.12.0) (2023-11-28)
662
-
663
- ### Bug Fixes
664
-
665
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
666
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
667
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
668
- - **sdk-coin-hash:** use correct mainnet address format ([13129e3](https://github.com/BitGo/BitGoJS/commit/13129e3af18dba550d9de5652ed593148e953cc9))
669
-
670
- ### Features
671
-
672
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
673
-
674
- # [1.11.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.11.0) (2023-11-24)
675
-
676
- ### Bug Fixes
677
-
678
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
679
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
680
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
681
-
682
- ### Features
683
-
684
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
685
-
686
- # [1.10.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.10.0) (2023-11-17)
687
-
688
- ### Bug Fixes
689
-
690
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
691
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
692
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
693
-
694
- ### Features
695
-
696
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
697
-
698
- # [1.9.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.9.0) (2023-11-13)
699
-
700
- ### Bug Fixes
701
-
702
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
703
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
704
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
705
-
706
- ### Features
707
-
708
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
709
-
710
- # [1.8.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.8.0) (2023-11-13)
711
-
712
- ### Bug Fixes
713
-
714
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
715
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
716
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
717
-
718
- ### Features
719
-
720
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
721
-
722
- # [1.7.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.7.0) (2023-11-13)
723
-
724
- ### Bug Fixes
725
-
726
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
727
- - address verification for cosmos like coins ([5ac7879](https://github.com/BitGo/BitGoJS/commit/5ac78799b460d0d03eaa841db08a6855b571a46f))
728
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
729
-
730
- ### Features
731
-
732
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
733
-
734
- # [1.6.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.6.0) (2023-10-20)
735
-
736
- ### Bug Fixes
737
-
738
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
739
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
740
-
741
- ### Features
742
-
743
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
744
-
745
- # [1.5.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.5.0) (2023-10-18)
746
-
747
- ### Bug Fixes
748
-
749
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
750
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
751
-
752
- ### Features
753
-
754
- - **sdk-coin-atom:** add sendMany support for cosmos chains ([ee609ec](https://github.com/BitGo/BitGoJS/commit/ee609ec5de3d3159c78ba59ecf7f43c79f6f5870))
755
-
756
- ## [1.4.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.11) (2023-09-25)
757
-
758
- ### Bug Fixes
759
-
760
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
761
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
762
-
763
- ## [1.4.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.10) (2023-09-09)
764
-
765
- ### Bug Fixes
766
-
767
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
768
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
769
-
770
- ## [1.4.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.9) (2023-09-09)
771
-
772
- ### Bug Fixes
773
-
774
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
775
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
776
-
777
- ## [1.4.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.8) (2023-09-07)
778
-
779
- ### Bug Fixes
780
-
781
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
782
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
783
-
784
- ## [1.4.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.7) (2023-09-05)
785
-
786
- ### Bug Fixes
787
-
788
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
789
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
790
-
791
- ## [1.4.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.6) (2023-09-01)
792
-
793
- ### Bug Fixes
794
-
795
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
796
- - **root:** update @types/node ([cedc1a0](https://github.com/BitGo/BitGoJS/commit/cedc1a0035e79bb42fda57bf6ac29d606242f50b))
797
-
798
- ## [1.4.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.5) (2023-08-29)
799
-
800
- ### Bug Fixes
801
-
802
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
803
-
804
- ## [1.4.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.4) (2023-08-25)
805
-
806
- ### Bug Fixes
807
-
808
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
809
-
810
- ## [1.4.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.3) (2023-08-24)
811
-
812
- ### Bug Fixes
813
-
814
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
815
-
816
- ## [1.4.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.2) (2023-08-16)
817
-
818
- ### Bug Fixes
819
-
820
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
821
-
822
- ## [1.4.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.4.0...@bitgo/sdk-coin-hash@1.4.1) (2023-08-16)
823
-
824
- ### Bug Fixes
825
-
826
- - **abstract-cosmos:** update fee for recovery transaction ([c631c05](https://github.com/BitGo/BitGoJS/commit/c631c051b227e397ff21e85418a40f1655d2d3f4))
827
-
828
- # [1.4.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.2.0...@bitgo/sdk-coin-hash@1.4.0) (2023-08-04)
829
-
830
- ### Features
831
-
832
- - **abstract-cosmos:** add recover functionality for cosmos side chains ([1317831](https://github.com/BitGo/BitGoJS/commit/131783179a9fcd0288cce16326360e56c833f18c))
833
- - **abstract-cosmos:** add wrw test data for cosmos side chains ([bb8c260](https://github.com/BitGo/BitGoJS/commit/bb8c260507b2eca661b40a7ffa6633f973ae30b6))
834
- - **abstract-cosmos:** add wrw testcases for cosmos side chains ([db3b5f9](https://github.com/BitGo/BitGoJS/commit/db3b5f9d7ddb68a9a269cb4d1dcee8ab1b4b3702))
835
- - **abstract-cosmos:** dependency fix ([222d122](https://github.com/BitGo/BitGoJS/commit/222d122f0a76ad79199d4194e25ac4b7d53bec0f))
836
- - **abstract-cosmos:** unit testcase comments resolved ([9581bbe](https://github.com/BitGo/BitGoJS/commit/9581bbef00e49e518d0518792c87a10412e8e438))
837
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
838
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
839
-
840
- # [1.3.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.2.0...@bitgo/sdk-coin-hash@1.3.0) (2023-07-28)
841
-
842
- ### Features
843
-
844
- - **root:** add node 18 to engines and CI ([9cc6a70](https://github.com/BitGo/BitGoJS/commit/9cc6a70ba807161b7c6a0ebe3d7c47f25c7c8eca))
845
- - **root:** remove node 14 from engines ([6ec47cb](https://github.com/BitGo/BitGoJS/commit/6ec47cbd7996cc78bbf2cf7f16595c24fe43cd41))
846
-
847
- # [1.2.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/sdk-coin-hash@1.1.0...@bitgo/sdk-coin-hash@1.2.0) (2023-07-18)
848
-
849
- ### Features
850
-
851
- - **abstract-cosmos:** add support for contract call transaction ([9b7dd54](https://github.com/BitGo/BitGoJS/commit/9b7dd54c6a3a9e5cf2b47b4a94ef225f111a8baf))
852
- - add base factor for individual cosmos side chains ([e661b36](https://github.com/BitGo/BitGoJS/commit/e661b3631445e7ff1ddcdb51385d1f993b4f35c9))
853
-
854
- # 1.1.0 (2023-06-21)
855
-
856
- ### Features
857
-
858
- - **sdk-coin-hash:** provenance sdk init along with testcases ([7e9aa75](https://github.com/BitGo/BitGoJS/commit/7e9aa75cf6152922563d311210b092ba86b9745e))
859
- - **sdk-coin-hash:** provenance sdk init along with testcases ([bb3fa9d](https://github.com/BitGo/BitGoJS/commit/bb3fa9d936c427c75357b84bd3606ac4e14bf433))
860
- - **sdk-coin-hash:** provenance sdk init along with testcases ([229e8bd](https://github.com/BitGo/BitGoJS/commit/229e8bd35d6c7e8852cd77d0bfcc745adb233933))
861
- - **sdk-coin-hash:** provenance sdk init along with testcases ([3862212](https://github.com/BitGo/BitGoJS/commit/38622127b29558aaefa6a135a284a727f94a057b))
862
- - **sdk-coin-hash:** provenance sdk init along with testcases ([7ab7cca](https://github.com/BitGo/BitGoJS/commit/7ab7ccad66e394298befdbb993abc182943ecf5c))