Merge pull request #8 from status-im/chores/use-ws
Use ws for contracts
This commit is contained in:
commit
d8548b83ce
|
@ -4,8 +4,8 @@ module.exports = {
|
|||
// Blockchain node to deploy the contracts
|
||||
deployment: {
|
||||
host: "localhost", // Host of the blockchain node
|
||||
port: 8545, // Port of the blockchain node
|
||||
type: "rpc" // Type of connection (ws or rpc),
|
||||
port: 8546, // Port of the blockchain node
|
||||
type: "ws" // Type of connection (ws or rpc),
|
||||
// Accounts to use instead of the default account to populate your wallet
|
||||
/*,accounts: [
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue