-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflow.json
More file actions
35 lines (35 loc) · 723 Bytes
/
Copy pathflow.json
File metadata and controls
35 lines (35 loc) · 723 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
35
{
"contracts": {
"SemesterZero": "./contracts/semesterzero-deployed.cdc"
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"testing": "127.0.0.1:3569",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": {
"type": "file",
"location": "emulator-account.pkey"
}
},
"flunks-admin": {
"address": "ce9dd43888d99574",
"key": {
"type": "hex",
"hashAlgorithm": "SHA2_256",
"privateKey": "84b16ebda82e663e88f823557dd7788c829c0f8ff506b543e56e286c1c3527f3"
}
}
},
"deployments": {
"mainnet": {
"flunks-admin": [
"SemesterZero"
]
}
}
}