-
Notifications
You must be signed in to change notification settings - Fork 0
/
truffle.js
41 lines (41 loc) · 877 Bytes
/
truffle.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
module.exports = {
networks: {
development: {
host: "localhost",
port: 8545,
network_id: "*" // Match any network id
},
azureNetwork: {
host: "ethj2w7dalmh.eastus.cloudapp.azure.com",
network_id: 923761311,
port: 8545,
gas: 4600000
},
quorum: {
// host: "13.95.161.105",
host: "52.166.4.7",
// host: "13.95.149.67",
network_id: "*",
port: 22000,
gasPrice: 0,
gas: 4500000
},
quorum2: {
// host: "13.95.161.105",
host: "52.166.4.7",
// host: "13.95.149.67",
network_id: "*",
port: 22001,
gasPrice: 0,
gas: 4500000
ft quorum3: {
// host: "13.95.161.105",
host: "52.166.4.7",
// host: "13.95.149.67",
network_id: "*",
port: 22001,
gasPrice: 0,
gas: 4500000
}
}
};