Changed config

This commit is contained in:
Richard Ramos 2018-07-05 15:45:32 -04:00
parent c56d1c0de1
commit 95f5a65c30
2 changed files with 5 additions and 5 deletions

View File

@ -54,17 +54,17 @@ module.exports = {
"privateKey": "..............."
},
],
host: "ropsten.infura.io/...............",
host: "ropsten.infura.io/..............",
port: false,
protocol: 'https', // <=== must be specified for infura, can also be http, or ws
type: "rpc"
},
contracts: {
"SpaceshipToken": {
address: "0x79Dc5C2B0b607702f977265595eF33efe68974A6"
address: "0x47c71B1ceefE7a1038830C1BdA0305FaEce95520"
},
"SpaceshipMarketplace": {
address: "0xD6B7b28F61BCbE8f044095029FCD3745bea68F4d"
address: "0x3DA2e1a28141cf2D7B735C8c5eBfFF4cC7C91a9a"
}
}
}

View File

@ -40,8 +40,8 @@ module.exports = {
provider: "ipfs",
host: "ipfs.infura.io",
port: 5001,
protocol: "http",
getUrl: "http://ipfs.infura.io/ipfs/"
protocol: "https",
getUrl: "https://ipfs.infura.io/ipfs/"
}
]
}