remove protocol from contracts

This commit is contained in:
emizzle 2018-07-16 21:14:29 +02:00
parent 072011d146
commit cee1582782
3 changed files with 7 additions and 5 deletions

View File

@ -1,9 +1,9 @@
{
"0x250074759391d4369f1b975e35951e5c710eb4412aebc21cae3c14c98fe1e55a": {
"0x7ca3069d605490f1d73ac2bc8edebef646b7fa8f4b7f49ddf1d6bb61293fcdf1": {
"contracts": {
"0x35cbd109f501602ed728b03e78faa3df2cc6b5c9db220e139623f9ae41389b02": {
"name": "DTwitter",
"address": "0xeCC00BBa262F66466d0dF719B02af05E1BBb81B1"
"address": "0x56479F5715Ef11716ed474C2E87cC32992A926C7"
}
}
}

View File

@ -3,7 +3,6 @@ module.exports = {
default: {
// rpc to deploy the contracts
deployment: {
protocol: 'http',
host: "localhost",
port: 8545,
type: "rpc"

View File

@ -5,11 +5,14 @@ module.exports = {
provider: "ipfs",
available_providers: ["ipfs"],
upload: {
provider: "ipfs",
host: "localhost",
port: 5001
port: 5001,
getUrl: "http://localhost:8080/ipfs/"
},
dappConnection: [
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
{provider: "ipfs", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"},
{provider: "swarm", host: "localhost", port: 5001, getUrl: "http://localhost:8080/ipfs/"}
]
},
development: {