We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7fff25 commit aff0dedCopy full SHA for aff0ded
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@hyperbitjs/chains",
3
- "version": "1.10.1",
+ "version": "1.10.2",
4
"license": "MIT",
5
"main": "dist/index.js",
6
"typings": "dist/index.d.ts",
src/chains/frenchdigital/base.ts
src/chains/frenchdigital/index.ts
src/chains/frenchdigital/mainnet.ts
src/chains/horizen/base.ts
@@ -1,7 +1,7 @@
import { Common } from '../../types/base';
export const common: Common = {
- name: 'Horizon',
+ name: 'Horizen',
// https://github.com/HorizenOfficial/zend_oo/blob/ec0cfe6a567b74fec8a147a5a1228bdb48056da0/src/amount.h#L16
decimalPlaces: 1e8,
7
// https://github.com/HorizenOfficial/zend_oo/blob/ec0cfe6a567b74fec8a147a5a1228bdb48056da0/src/amount.cpp#L10
0 commit comments