We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 049ab1f commit c5b1319Copy full SHA for c5b1319
pycoin/networks/legacy_networks.py
@@ -81,5 +81,8 @@
81
82
# DCR Decred testnet : tprv/tpub
83
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')),
87
88
)
0 commit comments