Skip to content

Commit

Permalink
Merge pull request #340 from jduarter/feature/add-strat-symbol
Browse files Browse the repository at this point in the history
Add STRAT support
  • Loading branch information
richardkiss committed Jul 8, 2019
2 parents 97b58f2 + d24cd68 commit c6322a2
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pycoin/symbols/strat.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
from pycoin.networks.bitcoinish import create_bitcoinish_network

network = create_bitcoinish_network(
symbol="STRAT", network_name="Strat", subnet_name="mainnet",
wif_prefix_hex="bf", sec_prefix="STRATSEC:", address_prefix_hex="3f", pay_to_script_prefix_hex="7d",
bip32_prv_prefix_hex="0488ADE4", bip32_pub_prefix_hex="0488B21E",
default_port=16178)

0 comments on commit c6322a2

Please sign in to comment.