@bitgo/statics 7.1.0-rc.0 → 8.0.0-rc.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +85 -184
- package/dist/src/account.d.ts +2 -2
- package/dist/src/account.js +3 -3
- package/dist/src/base.d.ts +6 -1
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +9 -1
- package/dist/src/coins.d.ts.map +1 -1
- package/dist/src/coins.js +14 -6
- package/dist/src/networks.d.ts +16 -0
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +23 -1
- package/dist/tsconfig.tsbuildinfo +7 -7
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,382 +3,283 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
-
# [
|
|
6
|
+
# [8.0.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.0...@bitgo/statics@8.0.0-rc.1) (2022-07-27)
|
|
7
7
|
|
|
8
8
|
|
|
9
9
|
### Features
|
|
10
10
|
|
|
11
|
-
* **statics:** add
|
|
11
|
+
* **statics:** add prime tokens ofc ([308bdab](https://github.com/BitGo/BitGoJS/commit/308bdab2cd9ad0738b3dac173dabaa1cd9b3b74c))
|
|
12
12
|
|
|
13
13
|
|
|
14
14
|
|
|
15
15
|
|
|
16
16
|
|
|
17
|
-
# [
|
|
17
|
+
# [8.0.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.1.0...@bitgo/statics@8.0.0-rc.0) (2022-07-26)
|
|
18
18
|
|
|
19
|
-
**Note:** Version bump only for package @bitgo/statics
|
|
20
19
|
|
|
20
|
+
### chore
|
|
21
21
|
|
|
22
|
+
* **statics:** update Sol coin name to Solana BG-52979 ([f7c36bf](https://github.com/BitGo/BitGoJS/commit/f7c36bf206330d317d39c11fa22fbdf638870d60))
|
|
22
23
|
|
|
23
24
|
|
|
25
|
+
### Features
|
|
24
26
|
|
|
25
|
-
|
|
27
|
+
* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
|
|
28
|
+
* **statics:** add coin feature for NEAR ([cf1a2f2](https://github.com/BitGo/BitGoJS/commit/cf1a2f278124813bcae33c6e141ceba6920e823e))
|
|
29
|
+
* **statics:** add new tokens ([db11934](https://github.com/BitGo/BitGoJS/commit/db119349da8385784074b6cbf56879c0899e2471))
|
|
30
|
+
* **statics:** add ofc for near ([4ecde82](https://github.com/BitGo/BitGoJS/commit/4ecde82919019aa8bdacbe7958acb8ec6a5bf50f))
|
|
26
31
|
|
|
27
32
|
|
|
28
|
-
###
|
|
33
|
+
### BREAKING CHANGES
|
|
29
34
|
|
|
30
|
-
* **statics:**
|
|
31
|
-
|
|
35
|
+
* **statics:** updates coin names from `Sol` and `Testnet Sol` to `Solana` and `Testnet Solana`.
|
|
36
|
+
TICKET: BG-52979
|
|
32
37
|
|
|
33
38
|
|
|
34
39
|
|
|
35
40
|
|
|
36
41
|
|
|
37
|
-
# [7.
|
|
42
|
+
# [7.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.1.0-rc.0...@bitgo/statics@7.1.0) (2022-07-21)
|
|
38
43
|
|
|
44
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
39
45
|
|
|
40
|
-
### Features
|
|
41
46
|
|
|
42
|
-
* **statics:** add toekn MWT ([1bd223d](https://github.com/BitGo/BitGoJS/commit/1bd223d4e0bf24544c57b8f7023a46135f46a632))
|
|
43
47
|
|
|
44
48
|
|
|
45
49
|
|
|
50
|
+
# [7.1.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0...@bitgo/statics@7.1.0-rc.0) (2022-07-20)
|
|
46
51
|
|
|
47
52
|
|
|
48
|
-
|
|
53
|
+
### Features
|
|
49
54
|
|
|
55
|
+
* **statics:** add acala to statics ([f30b2f5](https://github.com/BitGo/BitGoJS/commit/f30b2f58443efe5a992469a377ebfce1680f2c08))
|
|
50
56
|
|
|
51
|
-
### Bug Fixes
|
|
52
57
|
|
|
53
|
-
* **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
54
58
|
|
|
55
59
|
|
|
56
|
-
### Reverts
|
|
57
60
|
|
|
58
|
-
|
|
61
|
+
# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.4...@bitgo/statics@7.0.0) (2022-07-19)
|
|
59
62
|
|
|
63
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
60
64
|
|
|
61
|
-
### BREAKING CHANGES
|
|
62
65
|
|
|
63
|
-
* **statics:** This change could break calling code as it changes the type.
|
|
64
66
|
|
|
65
|
-
Ticket: STLX-17918
|
|
66
67
|
|
|
67
68
|
|
|
69
|
+
# [7.0.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.2...@bitgo/statics@7.0.0-rc.4) (2022-07-19)
|
|
68
70
|
|
|
71
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
69
72
|
|
|
73
|
+
# [7.0.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.2...@bitgo/statics@7.0.0-rc.4) (2022-07-19)
|
|
70
74
|
|
|
71
|
-
|
|
75
|
+
### Features
|
|
72
76
|
|
|
77
|
+
- **statics:** add toekn MWT ([1bd223d](https://github.com/BitGo/BitGoJS/commit/1bd223d4e0bf24544c57b8f7023a46135f46a632))
|
|
78
|
+
- **statics:** remove 'kind' parameter from FIAT factory and FiatCoin class ([ace31ac](https://github.com/BitGo/BitGoJS/commit/ace31acbb43e1e1f04798f398af28ca8e8aadfc6))
|
|
79
|
+
|
|
80
|
+
# [7.0.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.2...@bitgo/statics@7.0.0-rc.3) (2022-07-18)
|
|
81
|
+
|
|
82
|
+
### Features
|
|
83
|
+
|
|
84
|
+
- **statics:** add toekn MWT ([1bd223d](https://github.com/BitGo/BitGoJS/commit/1bd223d4e0bf24544c57b8f7023a46135f46a632))
|
|
85
|
+
|
|
86
|
+
# [7.0.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.0...@bitgo/statics@7.0.0-rc.2) (2022-07-15)
|
|
73
87
|
|
|
74
88
|
### Bug Fixes
|
|
75
89
|
|
|
76
|
-
|
|
90
|
+
- **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
91
|
+
|
|
92
|
+
### Reverts
|
|
77
93
|
|
|
94
|
+
- Revert "feat(statics): update terra a classic" ([ddfa942](https://github.com/BitGo/BitGoJS/commit/ddfa942ee1559e430d6ee3775724b20869a8b1ba))
|
|
78
95
|
|
|
79
96
|
### BREAKING CHANGES
|
|
80
97
|
|
|
81
|
-
|
|
98
|
+
- **statics:** This change could break calling code as it changes the type.
|
|
82
99
|
|
|
83
100
|
Ticket: STLX-17918
|
|
84
101
|
|
|
102
|
+
# [7.0.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.0...@bitgo/statics@7.0.0-rc.1) (2022-07-14)
|
|
85
103
|
|
|
104
|
+
### Bug Fixes
|
|
86
105
|
|
|
106
|
+
- **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
87
107
|
|
|
108
|
+
### BREAKING CHANGES
|
|
88
109
|
|
|
89
|
-
|
|
110
|
+
- **statics:** This change could break calling code as it changes the type.
|
|
90
111
|
|
|
112
|
+
Ticket: STLX-17918
|
|
91
113
|
|
|
92
|
-
|
|
114
|
+
# [7.0.0-rc.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.24...@bitgo/statics@7.0.0-rc.0) (2022-07-11)
|
|
93
115
|
|
|
94
|
-
|
|
95
|
-
* **statics:** update terra a classic ([d28bf44](https://github.com/BitGo/BitGoJS/commit/d28bf4498a14be960330cc4fd531ba3acbfd1b3d))
|
|
116
|
+
### Features
|
|
96
117
|
|
|
118
|
+
- **bitgo:** create skeleton for hbar tokens ([d156a51](https://github.com/BitGo/BitGoJS/commit/d156a5188fa4923142964284276431fe8a0d4267))
|
|
119
|
+
- **statics:** update terra a classic ([d28bf44](https://github.com/BitGo/BitGoJS/commit/d28bf4498a14be960330cc4fd531ba3acbfd1b3d))
|
|
97
120
|
|
|
98
121
|
### BREAKING CHANGES
|
|
99
122
|
|
|
100
|
-
|
|
123
|
+
- **statics:** We are replacing the symbol of ust to usdtc same contract
|
|
101
124
|
|
|
102
125
|
BG-51357
|
|
103
126
|
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
127
|
# [6.18.0-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.23...@bitgo/statics@6.18.0-rc.24) (2022-07-07)
|
|
109
128
|
|
|
110
|
-
|
|
111
129
|
### Features
|
|
112
130
|
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
131
|
+
- **account-lib:** token associate transaction builder for hedera accounts ([417c720](https://github.com/BitGo/BitGoJS/commit/417c7201b55c1fc546d52d5fd4daaf9390a3c480))
|
|
132
|
+
- **statics:** add euroc test token ([ad64797](https://github.com/BitGo/BitGoJS/commit/ad64797757fdbda2d9816bb43fe97398476b3f53))
|
|
133
|
+
- **statics:** add polygon testnet contract address ([61edfa8](https://github.com/BitGo/BitGoJS/commit/61edfa8de1b883be805c4d9686716d97480c8aa2))
|
|
134
|
+
- **statics:** add tokens iceth and wlxt ([d2ed8dc](https://github.com/BitGo/BitGoJS/commit/d2ed8dc9ff6ba9fa14fc77132e5f887fe7006b16))
|
|
135
|
+
- **statics:** update prime trading tokens ([eca20c1](https://github.com/BitGo/BitGoJS/commit/eca20c119529c48620438014071d52638e5724ea))
|
|
122
136
|
|
|
123
137
|
# [6.18.0-rc.23](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.22...@bitgo/statics@6.18.0-rc.23) (2022-07-05)
|
|
124
138
|
|
|
125
|
-
|
|
126
139
|
### Reverts
|
|
127
140
|
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
141
|
+
- Revert "Revert "feat(bitgo): change the names from algo tokens"" ([ea9a761](https://github.com/BitGo/BitGoJS/commit/ea9a7619ef71de008c99fa22bab14ec7aa358db6))
|
|
133
142
|
|
|
134
143
|
# [6.18.0-rc.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.21...@bitgo/statics@6.18.0-rc.22) (2022-07-01)
|
|
135
144
|
|
|
136
|
-
|
|
137
145
|
### Features
|
|
138
146
|
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
147
|
+
- **statics:** add cardano ada statics ([12c7785](https://github.com/BitGo/BitGoJS/commit/12c7785ff0986edecd4055f8ed277f3fc9d1186e))
|
|
144
148
|
|
|
145
149
|
# [6.18.0-rc.21](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.20...@bitgo/statics@6.18.0-rc.21) (2022-06-30)
|
|
146
150
|
|
|
147
151
|
**Note:** Version bump only for package @bitgo/statics
|
|
148
152
|
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
153
|
# [6.18.0-rc.20](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.18...@bitgo/statics@6.18.0-rc.20) (2022-06-29)
|
|
154
154
|
|
|
155
|
-
|
|
156
155
|
### Reverts
|
|
157
156
|
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
157
|
+
- Revert "feat(bitgo): change the names from algo tokens" ([81e794b](https://github.com/BitGo/BitGoJS/commit/81e794bba02f050055452481e0b87b58e68928de))
|
|
163
158
|
|
|
164
159
|
# [6.18.0-rc.19](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.18...@bitgo/statics@6.18.0-rc.19) (2022-06-29)
|
|
165
160
|
|
|
166
|
-
|
|
167
161
|
### Reverts
|
|
168
162
|
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
163
|
+
- Revert "feat(bitgo): change the names from algo tokens" ([81e794b](https://github.com/BitGo/BitGoJS/commit/81e794bba02f050055452481e0b87b58e68928de))
|
|
174
164
|
|
|
175
165
|
# [6.18.0-rc.18](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.17...@bitgo/statics@6.18.0-rc.18) (2022-06-27)
|
|
176
166
|
|
|
177
|
-
|
|
178
167
|
### Features
|
|
179
168
|
|
|
180
|
-
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
|
|
169
|
+
- **statics:** tokens june pt2 ([e98a176](https://github.com/BitGo/BitGoJS/commit/e98a176b8081ac512d27530e8cf4c0200b5884d2))
|
|
185
170
|
|
|
186
171
|
# [6.18.0-rc.17](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.16...@bitgo/statics@6.18.0-rc.17) (2022-06-23)
|
|
187
172
|
|
|
188
173
|
**Note:** Version bump only for package @bitgo/statics
|
|
189
174
|
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
175
|
# [6.18.0-rc.16](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.15...@bitgo/statics@6.18.0-rc.16) (2022-06-22)
|
|
195
176
|
|
|
196
|
-
|
|
197
177
|
### Features
|
|
198
178
|
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
|
|
179
|
+
- **bitgo:** change the names from algo tokens ([8925d4e](https://github.com/BitGo/BitGoJS/commit/8925d4e15cd973e86bc3f78ade3fa863adfde656))
|
|
180
|
+
- onboard solana GMT token ([e0d0e56](https://github.com/BitGo/BitGoJS/commit/e0d0e563246e7b3c339ee3121aa58f09d07750b6))
|
|
205
181
|
|
|
206
182
|
# [6.18.0-rc.15](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.14...@bitgo/statics@6.18.0-rc.15) (2022-06-21)
|
|
207
183
|
|
|
208
184
|
**Note:** Version bump only for package @bitgo/statics
|
|
209
185
|
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
|
|
213
|
-
|
|
214
186
|
# [6.18.0-rc.14](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.13...@bitgo/statics@6.18.0-rc.14) (2022-06-14)
|
|
215
187
|
|
|
216
|
-
|
|
217
188
|
### Features
|
|
218
189
|
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
190
|
+
- **sdk-coin-avaxp:** implemented builder for AddValidatorTx ([7cb8b2f](https://github.com/BitGo/BitGoJS/commit/7cb8b2fcaa31ff0dc165abcddd1f8383a7ecef5a))
|
|
224
191
|
|
|
225
192
|
# [6.18.0-rc.13](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.12...@bitgo/statics@6.18.0-rc.13) (2022-06-13)
|
|
226
193
|
|
|
227
|
-
|
|
228
194
|
### Features
|
|
229
195
|
|
|
230
|
-
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
|
|
234
|
-
|
|
196
|
+
- **statics:** add hbar token support + added hedera usdc token ([c844536](https://github.com/BitGo/BitGoJS/commit/c84453683cdfa9c412f3825ec104e406db502b63))
|
|
235
197
|
|
|
236
198
|
# [6.18.0-rc.12](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.11...@bitgo/statics@6.18.0-rc.12) (2022-06-10)
|
|
237
199
|
|
|
238
|
-
|
|
239
200
|
### Features
|
|
240
201
|
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
|
|
244
|
-
|
|
245
|
-
|
|
246
|
-
|
|
202
|
+
- **statics:** add TSS as a coin feature ([f8a274b](https://github.com/BitGo/BitGoJS/commit/f8a274b453da826ce37d0d02fd1ad3d656164d10))
|
|
203
|
+
- **statics:** tokens begin june ([3fda3e3](https://github.com/BitGo/BitGoJS/commit/3fda3e3dabccbe78b29ab92aa9f0288854c99983))
|
|
247
204
|
|
|
248
205
|
# [6.18.0-rc.11](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.10...@bitgo/statics@6.18.0-rc.11) (2022-06-07)
|
|
249
206
|
|
|
250
|
-
|
|
251
207
|
### Bug Fixes
|
|
252
208
|
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
209
|
+
- **statics:** fix tsol token decimal ([3b66d7e](https://github.com/BitGo/BitGoJS/commit/3b66d7e5fa5277d63eb810b1c7b70607ce9ce663))
|
|
258
210
|
|
|
259
211
|
# [6.18.0-rc.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.9...@bitgo/statics@6.18.0-rc.10) (2022-06-07)
|
|
260
212
|
|
|
261
|
-
|
|
262
213
|
### Features
|
|
263
214
|
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
215
|
+
- implement polygon util method, core skeleton ([562855a](https://github.com/BitGo/BitGoJS/commit/562855afea41458f9569c90914619a6d515b92c0))
|
|
269
216
|
|
|
270
217
|
# [6.18.0-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.8...@bitgo/statics@6.18.0-rc.9) (2022-06-01)
|
|
271
218
|
|
|
272
|
-
|
|
273
219
|
### Features
|
|
274
220
|
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
221
|
+
- **statics:** add tokens of end of may ([21d895d](https://github.com/BitGo/BitGoJS/commit/21d895de437600e9cdfcbc45e1f920e0065f83cb))
|
|
280
222
|
|
|
281
223
|
# [6.18.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.7...@bitgo/statics@6.18.0-rc.8) (2022-05-23)
|
|
282
224
|
|
|
283
|
-
|
|
284
225
|
### Features
|
|
285
226
|
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
|
|
289
|
-
|
|
290
|
-
|
|
227
|
+
- **statics:** update new wxrp ([ba6ff5d](https://github.com/BitGo/BitGoJS/commit/ba6ff5dd310f1b3738e303c58f122621481f5fb0))
|
|
291
228
|
|
|
292
229
|
# [6.18.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.6...@bitgo/statics@6.18.0-rc.7) (2022-05-17)
|
|
293
230
|
|
|
294
|
-
|
|
295
231
|
### Bug Fixes
|
|
296
232
|
|
|
297
|
-
|
|
298
|
-
|
|
233
|
+
- **statics:** remove bn.js dependency ([d473aa1](https://github.com/BitGo/BitGoJS/commit/d473aa1958ee405c35d4e86ed520082fd5cb64b1))
|
|
299
234
|
|
|
300
235
|
### Features
|
|
301
236
|
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
237
|
+
- **statics:** add fly coin ([4ee0b05](https://github.com/BitGo/BitGoJS/commit/4ee0b0556a3358999fe5f9986882ca3e2389038c))
|
|
238
|
+
- **statics:** add polygon coin config ([fc7f9b3](https://github.com/BitGo/BitGoJS/commit/fc7f9b3ee22849cf615ca49dc32ac2fcac687ec7))
|
|
308
239
|
|
|
309
240
|
# [6.18.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.5...@bitgo/statics@6.18.0-rc.6) (2022-05-16)
|
|
310
241
|
|
|
311
|
-
|
|
312
242
|
### Features
|
|
313
243
|
|
|
314
|
-
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
|
|
318
|
-
|
|
244
|
+
- **statics:** add fiatusd and tfiatusd coins ([1750a43](https://github.com/BitGo/BitGoJS/commit/1750a4319298a839fc7dd3f418420f26b2cdb5a0))
|
|
319
245
|
|
|
320
246
|
# [6.18.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.4...@bitgo/statics@6.18.0-rc.5) (2022-05-13)
|
|
321
247
|
|
|
322
248
|
**Note:** Version bump only for package @bitgo/statics
|
|
323
249
|
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
327
|
-
|
|
328
250
|
# [6.18.0-rc.4](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.3...@bitgo/statics@6.18.0-rc.4) (2022-05-13)
|
|
329
251
|
|
|
330
|
-
|
|
331
252
|
### Features
|
|
332
253
|
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
|
|
254
|
+
- **statics:** create statics for dogecoin ([66e8862](https://github.com/BitGo/BitGoJS/commit/66e88626e09cf886748c2db2ce866b9a7f26cab3))
|
|
338
255
|
|
|
339
256
|
# [6.18.0-rc.3](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.2...@bitgo/statics@6.18.0-rc.3) (2022-05-12)
|
|
340
257
|
|
|
341
|
-
|
|
342
258
|
### Bug Fixes
|
|
343
259
|
|
|
344
|
-
|
|
345
|
-
|
|
346
|
-
|
|
347
|
-
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
|
|
260
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([e88d8b9](https://github.com/BitGo/BitGoJS/commit/e88d8b93cf24617094f8f0a892083f2e15a35019))
|
|
261
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([c2f90b7](https://github.com/BitGo/BitGoJS/commit/c2f90b7e7522bd245b9f20b8fe6755b50f087815))
|
|
262
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([44dcff6](https://github.com/BitGo/BitGoJS/commit/44dcff68c2b03a70094e2e744039c3cc9c7fe505))
|
|
263
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([438c7cc](https://github.com/BitGo/BitGoJS/commit/438c7ccb48375ae081f39225810094b4283acb3e))
|
|
264
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([64bde49](https://github.com/BitGo/BitGoJS/commit/64bde499a6ed71a015cf3baa51c2e07d3d7fbaf7))
|
|
265
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([fce2d8e](https://github.com/BitGo/BitGoJS/commit/fce2d8e70bef87096fe185ebcfb4df3e391ac1d4))
|
|
266
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([7b39d92](https://github.com/BitGo/BitGoJS/commit/7b39d9298a937ce1bc1bc2606bf5c87883269398))
|
|
352
267
|
|
|
353
268
|
### Features
|
|
354
269
|
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
270
|
+
- **statics:** cFX token deletion from bitgo wallet ([e7e32d6](https://github.com/BitGo/BitGoJS/commit/e7e32d6051aa2f2316dcd796d12b44b957f96d08))
|
|
360
271
|
|
|
361
272
|
# [6.18.0-rc.1](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.18.0-rc.0...@bitgo/statics@6.18.0-rc.1) (2022-05-06)
|
|
362
273
|
|
|
363
|
-
|
|
364
274
|
### Features
|
|
365
275
|
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
276
|
+
- **statics:** create statics for avaxp ([34776cd](https://github.com/BitGo/BitGoJS/commit/34776cd649f424a05b33481b4a582ea4cf844325))
|
|
371
277
|
|
|
372
278
|
# [6.17.0-rc.24](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.17.0...@bitgo/statics@6.17.0-rc.24) (2022-05-04)
|
|
373
279
|
|
|
374
|
-
|
|
375
280
|
### Features
|
|
376
281
|
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
282
|
+
- **statics:** add new tokens for may BOBA, OKB and PYR ([07d9ed2](https://github.com/BitGo/BitGoJS/commit/07d9ed2bbc82cd946cd5dd7c28d7713d16f01d05))
|
|
382
283
|
|
|
383
284
|
# [6.17.0-rc.22](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@6.17.0-rc.21...@bitgo/statics@6.17.0-rc.22) (2022-04-19)
|
|
384
285
|
|
package/dist/src/account.d.ts
CHANGED
|
@@ -500,7 +500,7 @@ export declare function teosToken(name: string, fullName: string, decimalPlaces:
|
|
|
500
500
|
*/
|
|
501
501
|
export declare function solToken(name: string, fullName: string, decimalPlaces: number, tokenAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<SolCoin>;
|
|
502
502
|
/**
|
|
503
|
-
* Factory function for testnet
|
|
503
|
+
* Factory function for testnet solana token instances.
|
|
504
504
|
*
|
|
505
505
|
* @param name unique identifier of the token
|
|
506
506
|
* @param fullName Complete human-readable name of the token
|
|
@@ -509,7 +509,7 @@ export declare function solToken(name: string, fullName: string, decimalPlaces:
|
|
|
509
509
|
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
|
|
510
510
|
* @param prefix? Optional token prefix. Defaults to empty string
|
|
511
511
|
* @param suffix? Optional token suffix. Defaults to token name.
|
|
512
|
-
* @param network? Optional token network. Defaults to the testnet
|
|
512
|
+
* @param network? Optional token network. Defaults to the testnet Solana network.
|
|
513
513
|
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
|
|
514
514
|
*/
|
|
515
515
|
export declare function tsolToken(name: string, fullName: string, decimalPlaces: number, tokenAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<SolCoin>;
|