Skip to content
This repository has been archived by the owner on Sep 8, 2020. It is now read-only.

Commit

Permalink
Add stratis
Browse files Browse the repository at this point in the history
  • Loading branch information
pollastri-pierre committed Jan 5, 2017
1 parent 64df286 commit 4fc98a0
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions app/src/bitcoin/networks.coffee
Expand Up @@ -23,6 +23,14 @@ bitcoin.networks.clubcoin =
pubKeyHash: 28
scriptHash: 85

bitcoin.networks.stratis =
magicPrefix: '\x18Stratis Signed Message:\n'
bip32:
public: 0x0488c21e,
private: 0x05358394
pubKeyHash: 63
scriptHash: 125

ledger.bitcoin ||= {}
ledger.bitcoin.Networks =
bitcoin:
Expand Down Expand Up @@ -170,4 +178,23 @@ ledger.bitcoin.Networks =
bitcoinjs: bitcoin.networks.clubcoin
dust: 10000
handleFeePerByte: no
areTransactionTimestamped: yes

stratis:
name: 'stratis'
plural: 'statis'
scheme: 'stratis:'
bolosAppName: 'Stratis'
ticker: 'strat'
tickerKey:
from: 'fromSTRAT'
to: 'toSTRAT'
bip44_coin_type: '105'
version:
regular: 63
P2SH: 125
XPUB: 0x0488c21e
bitcoinjs: bitcoin.networks.stratis
dust: 10000
handleFeePerByte: no
areTransactionTimestamped: yes

0 comments on commit 4fc98a0

Please sign in to comment.