File tree Expand file tree Collapse file tree 7 files changed +2
-33
lines changed Expand file tree Collapse file tree 7 files changed +2
-33
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperbitjs/chains" ,
3
- "version" : " 1.10.1 " ,
3
+ "version" : " 1.10.2 " ,
4
4
"license" : " MIT" ,
5
5
"main" : " dist/index.js" ,
6
6
"typings" : " dist/index.d.ts" ,
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
import { Common } from '../../types/base' ;
2
2
3
3
export const common : Common = {
4
- name : 'Horizon ' ,
4
+ name : 'Horizen ' ,
5
5
// https://github.com/HorizenOfficial/zend_oo/blob/ec0cfe6a567b74fec8a147a5a1228bdb48056da0/src/amount.h#L16
6
6
decimalPlaces : 1e8 ,
7
7
// https://github.com/HorizenOfficial/zend_oo/blob/ec0cfe6a567b74fec8a147a5a1228bdb48056da0/src/amount.cpp#L10
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ export * from './evrmore';
22
22
export * from './feathercoin' ;
23
23
export * from './firo' ;
24
24
export * from './flits' ;
25
- export * from './frenchdigital' ;
26
25
export * from './frencoin' ;
27
26
export * from './gemlink' ;
28
27
export * from './groestlcoin' ;
Original file line number Diff line number Diff line change @@ -172,7 +172,6 @@ export type Symbol =
172
172
| 'dogec'
173
173
| 'dyn'
174
174
| 'evr'
175
- | 'fdr'
176
175
| 'firo'
177
176
| 'fls'
178
177
| 'flux'
You can’t perform that action at this time.
0 commit comments