Skip to content

Commit c5b1319

Browse files
add AXE mainnet
1 parent 049ab1f commit c5b1319

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pycoin/networks/legacy_networks.py

+3
Original file line numberDiff line numberDiff line change
@@ -81,5 +81,8 @@
8181

8282
# DCR Decred testnet : tprv/tpub
8383
NetworkValues("Decred", "testnet", "DCRT", b'\x23\x0E', b'\x0F\x21', b'\x0E\x6C', h2b('04358397'), h2b('043587D1')),
84+
85+
# AXE Axe mainnet : xprv/xpub
86+
NetworkValues("Axe", "mainnet", "AXE", b'\xcc', b'\x37', b'\x10', h2b('0488ADE4'), h2b('0488B21E')),
8487

8588
)

0 commit comments

Comments
 (0)