File tree Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Expand file tree Collapse file tree 3 files changed +36
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperbitjs/chains" ,
3
- "version" : " 1.8.2 " ,
3
+ "version" : " 1.9.0 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change 1
1
import * as _chains from './chains' ;
2
- import { Networks } from './types/base' ;
2
+ import { Networks , Symbol } from './types/base' ;
3
3
4
- export const chains : Record < string , Networks > = _chains ;
4
+ export const chains : Record < Symbol , Networks > = _chains ;
5
5
export * from './chains' ;
6
6
export * from './utils' ;
7
7
export * from './types' ;
Original file line number Diff line number Diff line change @@ -142,3 +142,36 @@ export type Algorithm =
142
142
| 'x21s'
143
143
| 'xevan'
144
144
| 'zhash' ;
145
+
146
+ export type Symbol =
147
+ | 'btc'
148
+ | 'bch'
149
+ | 'blk'
150
+ | 'cbn'
151
+ | 'city'
152
+ | 'dash'
153
+ | 'dcr'
154
+ | 'dnr'
155
+ | 'dgb'
156
+ | 'xdn'
157
+ | 'doge'
158
+ | 'evr'
159
+ | 'ftc'
160
+ | 'grs'
161
+ | 'ltc'
162
+ | 'mewc'
163
+ | 'mona'
164
+ | 'nmc'
165
+ | 'nav'
166
+ | 'xna'
167
+ | 'nbt'
168
+ | 'ppc'
169
+ | 'pgn'
170
+ | 'qtum'
171
+ | 'rvn'
172
+ | 'rdd'
173
+ | 'rito'
174
+ | 'vtc'
175
+ | 'via'
176
+ | 'x42'
177
+ | 'zec' ;
You can’t perform that action at this time.
0 commit comments