-
Notifications
You must be signed in to change notification settings - Fork 3
/
flow.json
56 lines (56 loc) · 1.32 KB
/
flow.json
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {
"DesignPatterns": "./contracts/DesignPatterns.cdc"
},
"networks": {
"emulator": {
"host": "127.0.0.1:3569",
"chain": "flow-emulator"
}
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
},
"deployer": {
"address": "01cf0e2f2f715450",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
},
"actor": {
"address": "179b6b1cb6755e31",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
},
"emulator3": {
"address": "f3fcd2c1a78f5eee",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
},
"emulator4": {
"address": "e03daebed8ca0615",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
},
"emulator5": {
"address": "045a1763c93006ca",
"keys": "bf9db4706c2fdb9011ee7e170ccac492f05427b96ab41d8bf2d8c58443704b76",
"chain": "flow-emulator"
}
},
"deployments": {
"emulator": {
"deployer": [
"DesignPatterns"
]
}
}
}