File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @hyperbitjs/chains" ,
3
- "version" : " 1.8.1 " ,
3
+ "version" : " 1.8.2 " ,
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 @@ -3,7 +3,7 @@ import { Common } from '../../types/base';
3
3
export const common : Common = {
4
4
name : 'Denarius' ,
5
5
unit : 'DNR' ,
6
- symbol : 'd ' ,
6
+ symbol : 'dnr ' ,
7
7
decimalPlaces : 1e8 ,
8
8
// https://github.com/metaspartan/denarius/blob/master/src/qt/transactionrecord.h#L75
9
9
confirmations : 10 ,
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Common } from '../../types/base';
3
3
export const common : Common = {
4
4
name : 'x42 Protocol' ,
5
5
unit : 'X42' ,
6
- symbol : 'symbol ' ,
6
+ symbol : 'x42 ' ,
7
7
decimalPlaces : 1e8 ,
8
8
consensus : 'PoS' ,
9
9
} ;
You can’t perform that action at this time.
0 commit comments