Switch to hex numbers vs decimal
This commit is contained in:
parent
3653da2d01
commit
eddc878476
@ -381,7 +381,7 @@ main.deploys = [
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
main.keyPrefix = {
|
main.keyPrefix = {
|
||||||
privkey: 163,
|
privkey: 0xa3,
|
||||||
xpubkey: 0x0134406b,
|
xpubkey: 0x0134406b,
|
||||||
xprivkey: 0x01343c31,
|
xprivkey: 0x01343c31,
|
||||||
xpubkey58: 'Fpub',
|
xpubkey58: 'Fpub',
|
||||||
@ -395,9 +395,9 @@ main.keyPrefix = {
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
main.addressPrefix = {
|
main.addressPrefix = {
|
||||||
pubkeyhash: 35,
|
pubkeyhash: 0x23,
|
||||||
scripthash: 8,
|
scripthash: 0x08,
|
||||||
scripthash2: 94,
|
scripthash2: 0x5e,
|
||||||
witnesspubkeyhash: 0x06,
|
witnesspubkeyhash: 0x06,
|
||||||
witnessscripthash: 0x0a,
|
witnessscripthash: 0x0a,
|
||||||
bech32: 'flo'
|
bech32: 'flo'
|
||||||
@ -581,7 +581,7 @@ testnet.deploys = [
|
|||||||
];
|
];
|
||||||
|
|
||||||
testnet.keyPrefix = {
|
testnet.keyPrefix = {
|
||||||
privkey: 239,
|
privkey: 0xef,
|
||||||
xpubkey: 0x013440e2,
|
xpubkey: 0x013440e2,
|
||||||
xprivkey: 0x01343c23,
|
xprivkey: 0x01343c23,
|
||||||
xpubkey58: 'Fput',
|
xpubkey58: 'Fput',
|
||||||
@ -590,9 +590,9 @@ testnet.keyPrefix = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
testnet.addressPrefix = {
|
testnet.addressPrefix = {
|
||||||
pubkeyhash: 115,
|
pubkeyhash: 0x73,
|
||||||
scripthash: 198,
|
scripthash: 0xc6,
|
||||||
scripthash2: 58,
|
scripthash2: 0x3a,
|
||||||
witnesspubkeyhash: 0x03,
|
witnesspubkeyhash: 0x03,
|
||||||
witnessscripthash: 0x28,
|
witnessscripthash: 0x28,
|
||||||
bech32: 'tflo'
|
bech32: 'tflo'
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "fcoin",
|
"name": "fcoin",
|
||||||
"version": "1.0.0-beta.15",
|
"version": "1.0.0-beta.16",
|
||||||
"description": "Flo bike-shed",
|
"description": "Flo bike-shed",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"repository": "git://github.com/oipwg/fcoin.git",
|
"repository": "git://github.com/oipwg/fcoin.git",
|
||||||
@ -10,7 +10,7 @@
|
|||||||
},
|
},
|
||||||
"author": "Fedor Indutny <fedor@indutny.com>",
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
||||||
"contributors": [
|
"contributors": [
|
||||||
"Christopher Jeffrey <chjjeffrey@gmail.com>"
|
"Christopher Jeffrey <chjjeffrey@gmail.com>",
|
||||||
"Sky Young <sky@alexandria.io>"
|
"Sky Young <sky@alexandria.io>"
|
||||||
],
|
],
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user