BitLox / copay

BitLox-Copay is a secure bitcoin wallet platform for both desktop and mobile devices.
http://bitlox.io
MIT License
1 stars 3 forks source link

src/js/services/configService.js many changes needed #10

Closed BitLox closed 7 years ago

BitLox commented 7 years ago

This should NOT be in the final code, as any "unapproved" coin may not appear in the code.:

    customNetworks: [
      {
        name: 'Aureus',
        alias: 'AUREUS',
        code: 'aur',
        symbol: 'AUR',
        pubkeyhash: 0x17,
        privatekey: 0x80,
        scripthash: 0x1C,
        xpubkey: 0x0488b21e,
        xprivkey: 0x0488ade4,
        bwsUrl: 'https://bws.aureus.cc/bws/api',
        port: 9697,
        magic: 0x6ee58c2a
      }
    ]