f8b75cca61
By default kredits-contracts gets the networkId from the web3 object. This causes some random JSON RPC errors when using MetaMask: https://github.com/MetaMask/metamask-plugin/issues/1538 This set the default networkId to 17 which is our custom private network. For development purposes the networkId can also be set dynamically through the config:networkId local storage entry.