@bitgo/statics 7.1.0 → 8.0.0-rc.10
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 +147 -147
- package/dist/src/account.d.ts +39 -2
- package/dist/src/account.d.ts.map +1 -1
- package/dist/src/account.js +62 -4
- package/dist/src/base.d.ts +20 -1
- package/dist/src/base.d.ts.map +1 -1
- package/dist/src/base.js +24 -1
- package/dist/src/coins.d.ts.map +1 -1
- package/dist/src/coins.js +119 -45
- package/dist/src/networks.d.ts +29 -0
- package/dist/src/networks.d.ts.map +1 -1
- package/dist/src/networks.js +40 -2
- package/dist/src/tokenConfig.d.ts +7 -0
- package/dist/src/tokenConfig.d.ts.map +1 -1
- package/dist/src/tokenConfig.js +20 -1
- package/dist/tsconfig.tsbuildinfo +68 -50
- package/package.json +2 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,390 +3,390 @@
|
|
|
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.10](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.9...@bitgo/statics@8.0.0-rc.10) (2022-08-25)
|
|
7
7
|
|
|
8
|
-
**Note:** Version bump only for package @bitgo/statics
|
|
9
8
|
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **statics:** add testnet Polygon as ERC20 ([b0b4160](https://github.com/BitGo/BitGoJS/commit/b0b4160e2669171d65c7f589ce09f920d16e1442))
|
|
10
12
|
|
|
11
13
|
|
|
12
14
|
|
|
13
15
|
|
|
14
|
-
|
|
16
|
+
|
|
17
|
+
# [8.0.0-rc.9](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.8...@bitgo/statics@8.0.0-rc.9) (2022-08-23)
|
|
15
18
|
|
|
16
19
|
|
|
17
20
|
### Features
|
|
18
21
|
|
|
19
|
-
*
|
|
22
|
+
* adds new tokens ([078851d](https://github.com/BitGo/BitGoJS/commit/078851dadacf9d0e18539e7757ce189ba090969d))
|
|
23
|
+
* **bitgo:** expose Ethw in core bitgo module ([183cda4](https://github.com/BitGo/BitGoJS/commit/183cda433f8c683722843e2c30bf46101a1cd677))
|
|
24
|
+
* **statics:** add ETHw statics ([f49ef42](https://github.com/BitGo/BitGoJS/commit/f49ef4233ffb788765eac5b5d20232334fbd6203))
|
|
25
|
+
* **statics:** added offchain tokens DAO, DENT, DEP, DFI ([c0257cf](https://github.com/BitGo/BitGoJS/commit/c0257cf86c5369f0db936acb990b3235b69dafcf))
|
|
20
26
|
|
|
21
27
|
|
|
22
28
|
|
|
23
29
|
|
|
24
30
|
|
|
25
|
-
# [
|
|
31
|
+
# [8.0.0-rc.8](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.7...@bitgo/statics@8.0.0-rc.8) (2022-08-22)
|
|
26
32
|
|
|
27
|
-
**Note:** Version bump only for package @bitgo/statics
|
|
28
33
|
|
|
34
|
+
### Bug Fixes
|
|
29
35
|
|
|
36
|
+
* **sdk-coin-polygon:** update polygon token names ([8bb61cf](https://github.com/BitGo/BitGoJS/commit/8bb61cf2112a668255746366a32f8e5c8105a481))
|
|
30
37
|
|
|
31
38
|
|
|
39
|
+
### Features
|
|
32
40
|
|
|
33
|
-
|
|
41
|
+
* **statics:** add trading tokens ([4ca3558](https://github.com/BitGo/BitGoJS/commit/4ca35584ee1429d510a5bd708e3985ec5e23bda1))
|
|
42
|
+
* **statics:** bg-55026 enable sol staking flag ([f8b21a3](https://github.com/BitGo/BitGoJS/commit/f8b21a36a476750fc11205ffb9913bcb819e3452))
|
|
34
43
|
|
|
35
44
|
|
|
36
|
-
###
|
|
45
|
+
### Reverts
|
|
37
46
|
|
|
38
|
-
*
|
|
39
|
-
*
|
|
47
|
+
* Revert "chore: export AcaCoin in statics" ([a4d573e](https://github.com/BitGo/BitGoJS/commit/a4d573e816813280cf37b6b984bd2dd782c2e84d))
|
|
48
|
+
* Revert "feat: add acala token config" ([9085421](https://github.com/BitGo/BitGoJS/commit/90854210ae82c41224c436ab9c6e3b4a4b606d29))
|
|
40
49
|
|
|
41
50
|
|
|
42
51
|
|
|
43
52
|
|
|
44
53
|
|
|
45
|
-
# [
|
|
54
|
+
# [8.0.0-rc.7](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.6...@bitgo/statics@8.0.0-rc.7) (2022-08-17)
|
|
46
55
|
|
|
47
56
|
|
|
48
57
|
### Features
|
|
49
58
|
|
|
50
|
-
* **
|
|
59
|
+
* **sdk-coin-polygon:** support tokens ([8870307](https://github.com/BitGo/BitGoJS/commit/8870307b63f460031019aecf30c60df4f2c0a112))
|
|
51
60
|
|
|
52
61
|
|
|
53
62
|
|
|
54
63
|
|
|
55
64
|
|
|
56
|
-
# [
|
|
65
|
+
# [8.0.0-rc.6](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.5...@bitgo/statics@8.0.0-rc.6) (2022-08-15)
|
|
57
66
|
|
|
58
67
|
|
|
59
68
|
### Bug Fixes
|
|
60
69
|
|
|
61
|
-
* **statics:**
|
|
70
|
+
* **statics:** fix terc tokens to use goerli network ([024483d](https://github.com/BitGo/BitGoJS/commit/024483d3892d6ea05b11e63bb86dfdd0a1fe715a))
|
|
62
71
|
|
|
63
72
|
|
|
64
|
-
### Reverts
|
|
65
73
|
|
|
66
|
-
* Revert "feat(statics): update terra a classic" ([ddfa942](https://github.com/BitGo/BitGoJS/commit/ddfa942ee1559e430d6ee3775724b20869a8b1ba))
|
|
67
74
|
|
|
68
75
|
|
|
69
|
-
|
|
76
|
+
# [8.0.0-rc.5](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.4...@bitgo/statics@8.0.0-rc.5) (2022-08-10)
|
|
70
77
|
|
|
71
|
-
* **statics:** This change could break calling code as it changes the type.
|
|
72
78
|
|
|
73
|
-
|
|
79
|
+
### Features
|
|
74
80
|
|
|
81
|
+
* add acala token config ([dd4739f](https://github.com/BitGo/BitGoJS/commit/dd4739f94ebeb199069a63712e4e9f83bba61907))
|
|
82
|
+
* **statics:** add ERC20 tokens ([7d800f0](https://github.com/BitGo/BitGoJS/commit/7d800f0fe6e7a5da6e8e71030f5584e7df2965d5))
|
|
83
|
+
* **statics:** adding tokens for trading ([1241a66](https://github.com/BitGo/BitGoJS/commit/1241a66a9cc280399ac8f28a5bb840c52bb0009f))
|
|
75
84
|
|
|
76
85
|
|
|
86
|
+
### BREAKING CHANGES
|
|
77
87
|
|
|
88
|
+
* **statics:** modfiy symbol 'seth-h' to 'Staked ETH Harbour' and ofcholo to ocfhot
|
|
89
|
+
BG-53319
|
|
78
90
|
|
|
79
|
-
# [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)
|
|
80
91
|
|
|
81
92
|
|
|
82
|
-
### Bug Fixes
|
|
83
93
|
|
|
84
|
-
* **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
85
94
|
|
|
95
|
+
# [8.0.0-rc.2](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@8.0.0-rc.1...@bitgo/statics@8.0.0-rc.2) (2022-08-02)
|
|
86
96
|
|
|
87
|
-
### BREAKING CHANGES
|
|
88
97
|
|
|
89
|
-
|
|
98
|
+
### Code Refactoring
|
|
90
99
|
|
|
91
|
-
|
|
100
|
+
* **statics:** update sol token asset ([47260f9](https://github.com/BitGo/BitGoJS/commit/47260f9dd768ee29ce96df3abce58c3abbdb0e1b))
|
|
92
101
|
|
|
93
102
|
|
|
103
|
+
### BREAKING CHANGES
|
|
94
104
|
|
|
105
|
+
* **statics:** This breaks the provided token asset used for wp in bitgo-ms,
|
|
106
|
+
will require to change available solana token asset in wp once this merged.
|
|
107
|
+
BG-52918
|
|
95
108
|
|
|
96
109
|
|
|
97
|
-
# [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)
|
|
98
110
|
|
|
99
111
|
|
|
100
|
-
### Features
|
|
101
112
|
|
|
102
|
-
|
|
103
|
-
* **statics:** update terra a classic ([d28bf44](https://github.com/BitGo/BitGoJS/commit/d28bf4498a14be960330cc4fd531ba3acbfd1b3d))
|
|
113
|
+
# [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)
|
|
104
114
|
|
|
105
115
|
|
|
106
|
-
###
|
|
116
|
+
### Features
|
|
107
117
|
|
|
108
|
-
* **statics:**
|
|
118
|
+
* **statics:** add prime tokens ofc ([308bdab](https://github.com/BitGo/BitGoJS/commit/308bdab2cd9ad0738b3dac173dabaa1cd9b3b74c))
|
|
109
119
|
|
|
110
|
-
BG-51357
|
|
111
120
|
|
|
112
121
|
|
|
113
122
|
|
|
114
123
|
|
|
124
|
+
# [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)
|
|
115
125
|
|
|
116
|
-
# [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)
|
|
117
126
|
|
|
127
|
+
### chore
|
|
118
128
|
|
|
119
|
-
|
|
129
|
+
* **statics:** update Sol coin name to Solana BG-52979 ([f7c36bf](https://github.com/BitGo/BitGoJS/commit/f7c36bf206330d317d39c11fa22fbdf638870d60))
|
|
120
130
|
|
|
121
|
-
* **account-lib:** token associate transaction builder for hedera accounts ([417c720](https://github.com/BitGo/BitGoJS/commit/417c7201b55c1fc546d52d5fd4daaf9390a3c480))
|
|
122
|
-
* **statics:** add euroc test token ([ad64797](https://github.com/BitGo/BitGoJS/commit/ad64797757fdbda2d9816bb43fe97398476b3f53))
|
|
123
|
-
* **statics:** add polygon testnet contract address ([61edfa8](https://github.com/BitGo/BitGoJS/commit/61edfa8de1b883be805c4d9686716d97480c8aa2))
|
|
124
|
-
* **statics:** add tokens iceth and wlxt ([d2ed8dc](https://github.com/BitGo/BitGoJS/commit/d2ed8dc9ff6ba9fa14fc77132e5f887fe7006b16))
|
|
125
|
-
* **statics:** update prime trading tokens ([eca20c1](https://github.com/BitGo/BitGoJS/commit/eca20c119529c48620438014071d52638e5724ea))
|
|
126
131
|
|
|
132
|
+
### Features
|
|
127
133
|
|
|
134
|
+
* **sdk-coin-bsc:** create bsc module ([b55ca71](https://github.com/BitGo/BitGoJS/commit/b55ca7173e27ee2d75d342b6706698769f11734f))
|
|
135
|
+
* **statics:** add coin feature for NEAR ([cf1a2f2](https://github.com/BitGo/BitGoJS/commit/cf1a2f278124813bcae33c6e141ceba6920e823e))
|
|
136
|
+
* **statics:** add new tokens ([db11934](https://github.com/BitGo/BitGoJS/commit/db119349da8385784074b6cbf56879c0899e2471))
|
|
137
|
+
* **statics:** add ofc for near ([4ecde82](https://github.com/BitGo/BitGoJS/commit/4ecde82919019aa8bdacbe7958acb8ec6a5bf50f))
|
|
128
138
|
|
|
129
139
|
|
|
140
|
+
### BREAKING CHANGES
|
|
130
141
|
|
|
131
|
-
|
|
142
|
+
* **statics:** updates coin names from `Sol` and `Testnet Sol` to `Solana` and `Testnet Solana`.
|
|
143
|
+
TICKET: BG-52979
|
|
132
144
|
|
|
133
145
|
|
|
134
|
-
### Reverts
|
|
135
146
|
|
|
136
|
-
* Revert "Revert "feat(bitgo): change the names from algo tokens"" ([ea9a761](https://github.com/BitGo/BitGoJS/commit/ea9a7619ef71de008c99fa22bab14ec7aa358db6))
|
|
137
147
|
|
|
138
148
|
|
|
149
|
+
# [7.1.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.1.0-rc.0...@bitgo/statics@7.1.0) (2022-07-21)
|
|
139
150
|
|
|
151
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
140
152
|
|
|
141
153
|
|
|
142
|
-
# [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)
|
|
143
154
|
|
|
144
155
|
|
|
145
|
-
### Features
|
|
146
156
|
|
|
147
|
-
|
|
157
|
+
# [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)
|
|
148
158
|
|
|
149
159
|
|
|
160
|
+
### Features
|
|
150
161
|
|
|
162
|
+
* **statics:** add acala to statics ([f30b2f5](https://github.com/BitGo/BitGoJS/commit/f30b2f58443efe5a992469a377ebfce1680f2c08))
|
|
151
163
|
|
|
152
164
|
|
|
153
|
-
# [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)
|
|
154
165
|
|
|
155
|
-
**Note:** Version bump only for package @bitgo/statics
|
|
156
166
|
|
|
157
167
|
|
|
168
|
+
# [7.0.0](https://github.com/BitGo/BitGoJS/compare/@bitgo/statics@7.0.0-rc.4...@bitgo/statics@7.0.0) (2022-07-19)
|
|
158
169
|
|
|
170
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
159
171
|
|
|
160
172
|
|
|
161
|
-
# [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)
|
|
162
173
|
|
|
163
174
|
|
|
164
|
-
### Reverts
|
|
165
175
|
|
|
166
|
-
|
|
176
|
+
# [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)
|
|
167
177
|
|
|
178
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
168
179
|
|
|
180
|
+
# [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)
|
|
169
181
|
|
|
182
|
+
### Features
|
|
170
183
|
|
|
184
|
+
- **statics:** add toekn MWT ([1bd223d](https://github.com/BitGo/BitGoJS/commit/1bd223d4e0bf24544c57b8f7023a46135f46a632))
|
|
185
|
+
- **statics:** remove 'kind' parameter from FIAT factory and FiatCoin class ([ace31ac](https://github.com/BitGo/BitGoJS/commit/ace31acbb43e1e1f04798f398af28ca8e8aadfc6))
|
|
171
186
|
|
|
172
|
-
# [
|
|
187
|
+
# [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)
|
|
173
188
|
|
|
189
|
+
### Features
|
|
174
190
|
|
|
175
|
-
|
|
191
|
+
- **statics:** add toekn MWT ([1bd223d](https://github.com/BitGo/BitGoJS/commit/1bd223d4e0bf24544c57b8f7023a46135f46a632))
|
|
176
192
|
|
|
177
|
-
|
|
193
|
+
# [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)
|
|
178
194
|
|
|
195
|
+
### Bug Fixes
|
|
179
196
|
|
|
197
|
+
- **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
180
198
|
|
|
199
|
+
### Reverts
|
|
181
200
|
|
|
201
|
+
- Revert "feat(statics): update terra a classic" ([ddfa942](https://github.com/BitGo/BitGoJS/commit/ddfa942ee1559e430d6ee3775724b20869a8b1ba))
|
|
182
202
|
|
|
183
|
-
|
|
203
|
+
### BREAKING CHANGES
|
|
184
204
|
|
|
205
|
+
- **statics:** This change could break calling code as it changes the type.
|
|
185
206
|
|
|
186
|
-
|
|
207
|
+
Ticket: STLX-17918
|
|
187
208
|
|
|
188
|
-
|
|
209
|
+
# [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)
|
|
189
210
|
|
|
211
|
+
### Bug Fixes
|
|
190
212
|
|
|
213
|
+
- **statics:** update avaxp network to use string instead of bigint ([f6505b7](https://github.com/BitGo/BitGoJS/commit/f6505b711e81de7d4ab0c3ee74f33ec7ab07c671))
|
|
191
214
|
|
|
215
|
+
### BREAKING CHANGES
|
|
192
216
|
|
|
217
|
+
- **statics:** This change could break calling code as it changes the type.
|
|
193
218
|
|
|
194
|
-
|
|
219
|
+
Ticket: STLX-17918
|
|
195
220
|
|
|
196
|
-
|
|
221
|
+
# [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)
|
|
197
222
|
|
|
223
|
+
### Features
|
|
198
224
|
|
|
225
|
+
- **bitgo:** create skeleton for hbar tokens ([d156a51](https://github.com/BitGo/BitGoJS/commit/d156a5188fa4923142964284276431fe8a0d4267))
|
|
226
|
+
- **statics:** update terra a classic ([d28bf44](https://github.com/BitGo/BitGoJS/commit/d28bf4498a14be960330cc4fd531ba3acbfd1b3d))
|
|
199
227
|
|
|
228
|
+
### BREAKING CHANGES
|
|
200
229
|
|
|
230
|
+
- **statics:** We are replacing the symbol of ust to usdtc same contract
|
|
201
231
|
|
|
202
|
-
|
|
232
|
+
BG-51357
|
|
203
233
|
|
|
234
|
+
# [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)
|
|
204
235
|
|
|
205
236
|
### Features
|
|
206
237
|
|
|
207
|
-
|
|
208
|
-
|
|
238
|
+
- **account-lib:** token associate transaction builder for hedera accounts ([417c720](https://github.com/BitGo/BitGoJS/commit/417c7201b55c1fc546d52d5fd4daaf9390a3c480))
|
|
239
|
+
- **statics:** add euroc test token ([ad64797](https://github.com/BitGo/BitGoJS/commit/ad64797757fdbda2d9816bb43fe97398476b3f53))
|
|
240
|
+
- **statics:** add polygon testnet contract address ([61edfa8](https://github.com/BitGo/BitGoJS/commit/61edfa8de1b883be805c4d9686716d97480c8aa2))
|
|
241
|
+
- **statics:** add tokens iceth and wlxt ([d2ed8dc](https://github.com/BitGo/BitGoJS/commit/d2ed8dc9ff6ba9fa14fc77132e5f887fe7006b16))
|
|
242
|
+
- **statics:** update prime trading tokens ([eca20c1](https://github.com/BitGo/BitGoJS/commit/eca20c119529c48620438014071d52638e5724ea))
|
|
209
243
|
|
|
244
|
+
# [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)
|
|
210
245
|
|
|
246
|
+
### Reverts
|
|
211
247
|
|
|
248
|
+
- Revert "Revert "feat(bitgo): change the names from algo tokens"" ([ea9a761](https://github.com/BitGo/BitGoJS/commit/ea9a7619ef71de008c99fa22bab14ec7aa358db6))
|
|
212
249
|
|
|
250
|
+
# [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)
|
|
213
251
|
|
|
214
|
-
|
|
252
|
+
### Features
|
|
215
253
|
|
|
216
|
-
**
|
|
254
|
+
- **statics:** add cardano ada statics ([12c7785](https://github.com/BitGo/BitGoJS/commit/12c7785ff0986edecd4055f8ed277f3fc9d1186e))
|
|
217
255
|
|
|
256
|
+
# [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)
|
|
218
257
|
|
|
258
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
219
259
|
|
|
260
|
+
# [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)
|
|
220
261
|
|
|
262
|
+
### Reverts
|
|
221
263
|
|
|
222
|
-
|
|
264
|
+
- Revert "feat(bitgo): change the names from algo tokens" ([81e794b](https://github.com/BitGo/BitGoJS/commit/81e794bba02f050055452481e0b87b58e68928de))
|
|
223
265
|
|
|
266
|
+
# [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)
|
|
224
267
|
|
|
225
|
-
###
|
|
268
|
+
### Reverts
|
|
226
269
|
|
|
227
|
-
|
|
270
|
+
- Revert "feat(bitgo): change the names from algo tokens" ([81e794b](https://github.com/BitGo/BitGoJS/commit/81e794bba02f050055452481e0b87b58e68928de))
|
|
228
271
|
|
|
272
|
+
# [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)
|
|
229
273
|
|
|
274
|
+
### Features
|
|
230
275
|
|
|
276
|
+
- **statics:** tokens june pt2 ([e98a176](https://github.com/BitGo/BitGoJS/commit/e98a176b8081ac512d27530e8cf4c0200b5884d2))
|
|
231
277
|
|
|
278
|
+
# [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)
|
|
232
279
|
|
|
233
|
-
|
|
280
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
234
281
|
|
|
282
|
+
# [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)
|
|
235
283
|
|
|
236
284
|
### Features
|
|
237
285
|
|
|
238
|
-
|
|
286
|
+
- **bitgo:** change the names from algo tokens ([8925d4e](https://github.com/BitGo/BitGoJS/commit/8925d4e15cd973e86bc3f78ade3fa863adfde656))
|
|
287
|
+
- onboard solana GMT token ([e0d0e56](https://github.com/BitGo/BitGoJS/commit/e0d0e563246e7b3c339ee3121aa58f09d07750b6))
|
|
239
288
|
|
|
289
|
+
# [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)
|
|
240
290
|
|
|
291
|
+
**Note:** Version bump only for package @bitgo/statics
|
|
241
292
|
|
|
293
|
+
# [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)
|
|
242
294
|
|
|
295
|
+
### Features
|
|
243
296
|
|
|
244
|
-
|
|
297
|
+
- **sdk-coin-avaxp:** implemented builder for AddValidatorTx ([7cb8b2f](https://github.com/BitGo/BitGoJS/commit/7cb8b2fcaa31ff0dc165abcddd1f8383a7ecef5a))
|
|
245
298
|
|
|
299
|
+
# [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)
|
|
246
300
|
|
|
247
301
|
### Features
|
|
248
302
|
|
|
249
|
-
|
|
250
|
-
* **statics:** tokens begin june ([3fda3e3](https://github.com/BitGo/BitGoJS/commit/3fda3e3dabccbe78b29ab92aa9f0288854c99983))
|
|
251
|
-
|
|
303
|
+
- **statics:** add hbar token support + added hedera usdc token ([c844536](https://github.com/BitGo/BitGoJS/commit/c84453683cdfa9c412f3825ec104e406db502b63))
|
|
252
304
|
|
|
305
|
+
# [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)
|
|
253
306
|
|
|
307
|
+
### Features
|
|
254
308
|
|
|
309
|
+
- **statics:** add TSS as a coin feature ([f8a274b](https://github.com/BitGo/BitGoJS/commit/f8a274b453da826ce37d0d02fd1ad3d656164d10))
|
|
310
|
+
- **statics:** tokens begin june ([3fda3e3](https://github.com/BitGo/BitGoJS/commit/3fda3e3dabccbe78b29ab92aa9f0288854c99983))
|
|
255
311
|
|
|
256
312
|
# [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)
|
|
257
313
|
|
|
258
|
-
|
|
259
314
|
### Bug Fixes
|
|
260
315
|
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
316
|
+
- **statics:** fix tsol token decimal ([3b66d7e](https://github.com/BitGo/BitGoJS/commit/3b66d7e5fa5277d63eb810b1c7b70607ce9ce663))
|
|
266
317
|
|
|
267
318
|
# [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)
|
|
268
319
|
|
|
269
|
-
|
|
270
320
|
### Features
|
|
271
321
|
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
322
|
+
- implement polygon util method, core skeleton ([562855a](https://github.com/BitGo/BitGoJS/commit/562855afea41458f9569c90914619a6d515b92c0))
|
|
277
323
|
|
|
278
324
|
# [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)
|
|
279
325
|
|
|
280
|
-
|
|
281
326
|
### Features
|
|
282
327
|
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
328
|
+
- **statics:** add tokens of end of may ([21d895d](https://github.com/BitGo/BitGoJS/commit/21d895de437600e9cdfcbc45e1f920e0065f83cb))
|
|
288
329
|
|
|
289
330
|
# [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)
|
|
290
331
|
|
|
291
|
-
|
|
292
332
|
### Features
|
|
293
333
|
|
|
294
|
-
|
|
295
|
-
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
|
|
334
|
+
- **statics:** update new wxrp ([ba6ff5d](https://github.com/BitGo/BitGoJS/commit/ba6ff5dd310f1b3738e303c58f122621481f5fb0))
|
|
299
335
|
|
|
300
336
|
# [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)
|
|
301
337
|
|
|
302
|
-
|
|
303
338
|
### Bug Fixes
|
|
304
339
|
|
|
305
|
-
|
|
306
|
-
|
|
340
|
+
- **statics:** remove bn.js dependency ([d473aa1](https://github.com/BitGo/BitGoJS/commit/d473aa1958ee405c35d4e86ed520082fd5cb64b1))
|
|
307
341
|
|
|
308
342
|
### Features
|
|
309
343
|
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
|
|
315
|
-
|
|
344
|
+
- **statics:** add fly coin ([4ee0b05](https://github.com/BitGo/BitGoJS/commit/4ee0b0556a3358999fe5f9986882ca3e2389038c))
|
|
345
|
+
- **statics:** add polygon coin config ([fc7f9b3](https://github.com/BitGo/BitGoJS/commit/fc7f9b3ee22849cf615ca49dc32ac2fcac687ec7))
|
|
316
346
|
|
|
317
347
|
# [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)
|
|
318
348
|
|
|
319
|
-
|
|
320
349
|
### Features
|
|
321
350
|
|
|
322
|
-
|
|
323
|
-
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
|
|
351
|
+
- **statics:** add fiatusd and tfiatusd coins ([1750a43](https://github.com/BitGo/BitGoJS/commit/1750a4319298a839fc7dd3f418420f26b2cdb5a0))
|
|
327
352
|
|
|
328
353
|
# [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)
|
|
329
354
|
|
|
330
355
|
**Note:** Version bump only for package @bitgo/statics
|
|
331
356
|
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
|
|
335
|
-
|
|
336
357
|
# [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)
|
|
337
358
|
|
|
338
|
-
|
|
339
359
|
### Features
|
|
340
360
|
|
|
341
|
-
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
|
|
345
|
-
|
|
361
|
+
- **statics:** create statics for dogecoin ([66e8862](https://github.com/BitGo/BitGoJS/commit/66e88626e09cf886748c2db2ce866b9a7f26cab3))
|
|
346
362
|
|
|
347
363
|
# [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)
|
|
348
364
|
|
|
349
|
-
|
|
350
365
|
### Bug Fixes
|
|
351
366
|
|
|
352
|
-
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
367
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([e88d8b9](https://github.com/BitGo/BitGoJS/commit/e88d8b93cf24617094f8f0a892083f2e15a35019))
|
|
368
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([c2f90b7](https://github.com/BitGo/BitGoJS/commit/c2f90b7e7522bd245b9f20b8fe6755b50f087815))
|
|
369
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([44dcff6](https://github.com/BitGo/BitGoJS/commit/44dcff68c2b03a70094e2e744039c3cc9c7fe505))
|
|
370
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([438c7cc](https://github.com/BitGo/BitGoJS/commit/438c7ccb48375ae081f39225810094b4283acb3e))
|
|
371
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([64bde49](https://github.com/BitGo/BitGoJS/commit/64bde499a6ed71a015cf3baa51c2e07d3d7fbaf7))
|
|
372
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([fce2d8e](https://github.com/BitGo/BitGoJS/commit/fce2d8e70bef87096fe185ebcfb4df3e391ac1d4))
|
|
373
|
+
- **statics:** change the display of BitGo DAI to SAI to reduce entry errors ([7b39d92](https://github.com/BitGo/BitGoJS/commit/7b39d9298a937ce1bc1bc2606bf5c87883269398))
|
|
360
374
|
|
|
361
375
|
### Features
|
|
362
376
|
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
377
|
+
- **statics:** cFX token deletion from bitgo wallet ([e7e32d6](https://github.com/BitGo/BitGoJS/commit/e7e32d6051aa2f2316dcd796d12b44b957f96d08))
|
|
368
378
|
|
|
369
379
|
# [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)
|
|
370
380
|
|
|
371
|
-
|
|
372
381
|
### Features
|
|
373
382
|
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
383
|
+
- **statics:** create statics for avaxp ([34776cd](https://github.com/BitGo/BitGoJS/commit/34776cd649f424a05b33481b4a582ea4cf844325))
|
|
379
384
|
|
|
380
385
|
# [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)
|
|
381
386
|
|
|
382
|
-
|
|
383
387
|
### Features
|
|
384
388
|
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
389
|
+
- **statics:** add new tokens for may BOBA, OKB and PYR ([07d9ed2](https://github.com/BitGo/BitGoJS/commit/07d9ed2bbc82cd946cd5dd7c28d7713d16f01d05))
|
|
390
390
|
|
|
391
391
|
# [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)
|
|
392
392
|
|
package/dist/src/account.d.ts
CHANGED
|
@@ -178,6 +178,13 @@ export declare class SolCoin extends AccountCoinToken {
|
|
|
178
178
|
export declare class AvaxERC20Token extends ContractAddressDefinedToken {
|
|
179
179
|
constructor(options: Erc20ConstructorOptions);
|
|
180
180
|
}
|
|
181
|
+
/**
|
|
182
|
+
* The Polygon Chain network support tokens
|
|
183
|
+
* Polygon Chain Tokens are ERC20 coins
|
|
184
|
+
*/
|
|
185
|
+
export declare class PolygonERC20Token extends ContractAddressDefinedToken {
|
|
186
|
+
constructor(options: Erc20ConstructorOptions);
|
|
187
|
+
}
|
|
181
188
|
/**
|
|
182
189
|
* Fiat currencies, such as USD, EUR, or YEN.
|
|
183
190
|
*/
|
|
@@ -500,7 +507,7 @@ export declare function teosToken(name: string, fullName: string, decimalPlaces:
|
|
|
500
507
|
*/
|
|
501
508
|
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
509
|
/**
|
|
503
|
-
* Factory function for testnet
|
|
510
|
+
* Factory function for testnet solana token instances.
|
|
504
511
|
*
|
|
505
512
|
* @param name unique identifier of the token
|
|
506
513
|
* @param fullName Complete human-readable name of the token
|
|
@@ -509,7 +516,7 @@ export declare function solToken(name: string, fullName: string, decimalPlaces:
|
|
|
509
516
|
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
|
|
510
517
|
* @param prefix? Optional token prefix. Defaults to empty string
|
|
511
518
|
* @param suffix? Optional token suffix. Defaults to token name.
|
|
512
|
-
* @param network? Optional token network. Defaults to the testnet
|
|
519
|
+
* @param network? Optional token network. Defaults to the testnet Solana network.
|
|
513
520
|
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES and REQUIRES_RESERVE defined in `AccountCoin`
|
|
514
521
|
*/
|
|
515
522
|
export declare function tsolToken(name: string, fullName: string, decimalPlaces: number, tokenAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork): Readonly<SolCoin>;
|
|
@@ -543,6 +550,36 @@ export declare function avaxErc20(name: string, fullName: string, decimalPlaces:
|
|
|
543
550
|
* @param primaryKeyCurve The elliptic curve for this chain/token
|
|
544
551
|
*/
|
|
545
552
|
export declare function tavaxErc20(name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<AvaxERC20Token>;
|
|
553
|
+
/**
|
|
554
|
+
* Factory function for polygonErc20 token instances.
|
|
555
|
+
*
|
|
556
|
+
* @param name unique identifier of the token
|
|
557
|
+
* @param fullName Complete human-readable name of the token
|
|
558
|
+
* @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
|
|
559
|
+
* @param contractAddress Contract address of this token
|
|
560
|
+
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
|
|
561
|
+
* @param prefix? Optional token prefix. Defaults to empty string
|
|
562
|
+
* @param suffix? Optional token suffix. Defaults to token name.
|
|
563
|
+
* @param network? Optional token network. Defaults to Polygon main network.
|
|
564
|
+
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
|
|
565
|
+
* @param primaryKeyCurve The elliptic curve for this chain/token
|
|
566
|
+
*/
|
|
567
|
+
export declare function polygonErc20(name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
|
|
568
|
+
/**
|
|
569
|
+
* Factory function for Mumbai testnet polygonErc20 token instances.
|
|
570
|
+
*
|
|
571
|
+
* @param name unique identifier of the token
|
|
572
|
+
* @param fullName Complete human-readable name of the token
|
|
573
|
+
* @param decimalPlaces Number of decimal places this token supports (divisibility exponent)
|
|
574
|
+
* @param contractAddress Contract address of this token
|
|
575
|
+
* @param asset Asset which this coin represents. This is the same for both mainnet and testnet variants of a coin.
|
|
576
|
+
* @param prefix? Optional token prefix. Defaults to empty string
|
|
577
|
+
* @param suffix? Optional token suffix. Defaults to token name.
|
|
578
|
+
* @param network? Optional token network. Defaults to the Polygon test network.
|
|
579
|
+
* @param features? Features of this coin. Defaults to the DEFAULT_FEATURES defined in `AccountCoin`
|
|
580
|
+
* @param primaryKeyCurve The elliptic curve for this chain/token
|
|
581
|
+
*/
|
|
582
|
+
export declare function tpolygonErc20(name: string, fullName: string, decimalPlaces: number, contractAddress: string, asset: UnderlyingAsset, features?: CoinFeature[], prefix?: string, suffix?: string, network?: AccountNetwork, primaryKeyCurve?: KeyCurve): Readonly<PolygonERC20Token>;
|
|
546
583
|
/**
|
|
547
584
|
* Factory function for fiat coin instances.
|
|
548
585
|
*
|