-
Notifications
You must be signed in to change notification settings - Fork 0
/
flow.json
37 lines (37 loc) · 918 Bytes
/
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
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {
"Artist": "./quests/week1/day3/artist/contract.cdc"
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "67e88b2169932731c1db6a03e2cd215fcb9142b46d1f72b6700ed2cc0ccd73f3"
},
"emulator-artist": {
"address": "0x01cf0e2f2f715450",
"key": {
"type": "hex",
"index": 0,
"signatureAlgorithm": "ECDSA_secp256k1",
"hashAlgorithm": "SHA3_256",
"privateKey": "806e48ae3a6b7e6bbf6e66c5247f7e904c3ca5d76e127700a4b68d1d5935c87e"
}
}
},
"deployments": {
"emulator": {
"emulator-artist": ["Artist"]
}
}
}