feat(common): add tRVN (#1561)

pull/1569/head
HyperPeek 3 years ago committed by GitHub
parent 88cdb72aec
commit 13fbb25f0b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -0,0 +1,43 @@
{
"coin_name": "Ravencoin Testnet",
"coin_shortcut": "tRVN",
"coin_label": "Ravencoin",
"website": "https://ravencoin.org",
"github": "https://github.com/RavenProject/Ravencoin",
"maintainer": "HyperPeek <hyperpeek@gmail.com>",
"curve_name": "secp256k1",
"decimals": 8,
"address_type": 111,
"address_type_p2sh": 196,
"maxfee_kb": 170000000000,
"minfee_kb": 1000,
"signed_message_header": "Raven Signed Message:\n",
"hash_genesis_block": "000000ecfc5e6324a079542221d00e10362bdc894d56500c414060eea8a3ad5a",
"xprv_magic": 70615956,
"xpub_magic": 70617039,
"xpub_magic_segwit_p2sh": null,
"xpub_magic_segwit_native": null,
"xpub_magic_multisig_segwit_p2sh": null,
"xpub_magic_multisig_segwit_native": null,
"bech32_prefix": null,
"cashaddr_prefix": null,
"slip44": 175,
"segwit": false,
"decred": false,
"fork_id": null,
"force_bip143": false,
"default_fee_b": {
"Low": 10
},
"dust_limit": 546,
"blocktime_seconds": 60,
"uri_prefix": "raven",
"min_address_length": 27,
"max_address_length": 34,
"negative_fee": false,
"cooldown": 100,
"consensus_branch_id": null,
"extra_data": false,
"timestamp": false,
"confidential_assets": null
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.6 KiB

@ -145,6 +145,7 @@
"bitcoin:tPART": "1.8.3",
"bitcoin:tPPC": "1.8.4",
"bitcoin:tQTUM": "1.8.1",
"bitcoin:tRVN": "1.10.0",
"bitcoin:tSMART": "1.7.1",
"erc20:ella:MINING": "1.6.2",
"erc20:esn:DGT": "1.7.1",
@ -2366,6 +2367,7 @@
"bitcoin:tPART": "2.1.4",
"bitcoin:tPPC": "2.1.9",
"bitcoin:tQTUM": "2.1.1",
"bitcoin:tRVN": "2.4.0",
"bitcoin:tSMART": "2.0.8",
"erc20:ella:MINING": "2.0.7",
"erc20:esn:DGT": "2.0.8",

Loading…
Cancel
Save