-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathflow.json
More file actions
34 lines (34 loc) · 784 Bytes
/
flow.json
File metadata and controls
34 lines (34 loc) · 784 Bytes
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
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {},
"networks": {
"emulator" : {
"host": "localhost",
"port": "3569"
},
"testnet": {
"host": "access.devnet.nodes.onflow.org",
"port": "9000"
}
},
"accounts": {
"testnet-account": {
"address": "4edbd4bc470a8479",
"keys": "b25bd802d71b47a4c86aec8d620eea8ee4cdd12b4b94abee068aca24afb2f332",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
},
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"keys": "c8b22a3962c6ad02531f59c9cb12b5a157e3b683a8fe6ce613c38f915a41e25a",
"sigAlgorithm": "ECDSA_P256",
"hashAlgorithm": "SHA3_256"
}
},
"deployments": {}
}