Skip to content

Commit

Permalink
Added STRAKS network support
Browse files Browse the repository at this point in the history
  • Loading branch information
fre3man committed May 17, 2018
1 parent d98f70f commit 84c53b1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pycoin/networks/legacy_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,4 +91,10 @@
# PIVX testnet : tprv/tpub
NetworkValues("PIVX", "testnet", "TPIVX", b'\xef', b'\x8b', b'\x13', h2b('3a8061a0'), h2b('3a805837')),

# STAK mainnet : xprv/xpub
NetworkValues("STRAKS", "mainnet", "STAK", b'\xcc', b'\x3f', b'\x05', h2b('0488aDe4'), h2b('0488b21e')),

# STAK testnet : xprv/xpub
NetworkValues("STRAKS", "testnet", "TSTAK", b'\xef', b'\x7f', b'\13', h2b('46002a10'), h2b('a2aec9a6')),

)

0 comments on commit 84c53b1

Please sign in to comment.