mirror of
https://github.com/embarklabs/embark-elm-template.git
synced 2025-02-17 02:27:11 +00:00
use WS connection instead of RPC
This commit is contained in:
parent
2a66950d3b
commit
017bbe5e4f
@ -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…
x
Reference in New Issue
Block a user