{ "default": { "deployment": { "host": "localhost", "port": 8545, "type": "rpc" }, "dappConnection": [ "$WEB3", "http://localhost:8545" ], "gas": "auto", "contracts": { "ERC20Receiver": { "deploy": false }, "MiniMeToken": { "deploy": false }, "MiniMeTokenFactory": { "deploy": true }, "DelegationProxy": { "deploy": false }, "DelegationProxyFactory": { "deploy": false }, "ProposalManager": { "deploy": false }, "TrustNetwork": { "deploy": false, "args": ["$DelegationProxyFactory"] }, "Factory": { "deploy": false }, "Instance": { "deploy": false }, "InstanceStorage": { "deploy": false }, "UpdatableInstance": { "deploy": false }, "TestToken": { "deploy": true }, "SNT": { "instanceOf": "MiniMeToken", "deploy": true, "args": [ "$MiniMeTokenFactory", 0, 0, "TestMiniMeToken", 18, "TST", true ] }, "DelegationProxyView": { "deploy": false }, "DelegationProxyKernel": { "deploy": false }, "ProposalCuration": { "deploy": true, "args": ["$SNT", "$TrustNetwork"] }, "Democracy": { "deploy": false, "args": [ "$SNT", "$DelegationProxyFactory" ], "gasLimit": 5000000 }, "SingleChoiceFactory": { "deploy": false }, "PollManager": { "deploy": true, "args": ["$MiniMeTokenFactory", "$SNT"] }, "SingleChoice": { "deploy": false } } } }