Skip to content
This repository was archived by the owner on Feb 26, 2024. It is now read-only.

Commit dae3025

Browse files
Add more properties in the network objects
1 parent 0e24251 commit dae3025

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
module.exports = {
2+
networks: {
3+
funTimeNetwork: {
4+
host: "127.0.0.1",
5+
port: 5555,
6+
network_id: "*",
7+
confirmations: 2,
8+
customUserProperty: "Fun time"
9+
},
10+
crazyTimeNetwork: {
11+
network_id: "*",
12+
provider: () => "http://localhost:5555",
13+
confirmations: 2,
14+
customUserProperty: "Crazy time"
15+
},
16+
dashboard: {
17+
network_id: "*",
18+
confirmations: 2,
19+
customUserProperty: "Dashboard time"
20+
}
21+
}
22+
};

0 commit comments

Comments
 (0)