bodhiproject / qweb3.js

Web3.js for Qtum
GNU Lesser General Public License v3.0
30 stars 22 forks source link

Switch between testnet & mainnet #56

Closed frankobe closed 6 years ago

frankobe commented 6 years ago

List all I hv in mind:

  1. different qtumd port
  2. toQTUMAddress() with isMainnet = True
dwalintukan commented 6 years ago

That is correct. Those are the only two places where things need to be changed for switching between testnet and mainnet. This shouldn't require any changes in qweb3 though, only on the graphql side.