Update dev/local networkid to 42 (#40)

This commit is contained in:
Jaco Greeff
2018-12-30 12:44:34 +01:00
committed by GitHub
parent 753f2b412c
commit b19a64581b
+2 -2
View File
@@ -7,13 +7,13 @@ import { ChainsInfo, Options } from './types';
const CHAINS: ChainsInfo = [ const CHAINS: ChainsInfo = [
{ {
name: 'Development', name: 'Development',
networkId: 0, networkId: 42,
tokenDecimals: 0, tokenDecimals: 0,
tokenSymbol: 'Unit' tokenSymbol: 'Unit'
}, },
{ {
name: 'Local Testnet', name: 'Local Testnet',
networkId: 0, networkId: 42,
tokenDecimals: 0, tokenDecimals: 0,
tokenSymbol: 'Unit' tokenSymbol: 'Unit'
}, },