-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflow.json
More file actions
44 lines (44 loc) · 1.05 KB
/
flow.json
File metadata and controls
44 lines (44 loc) · 1.05 KB
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
{
"contracts": {
"CryptoKnight": "cadence/contracts/CryptoKnight.cdc",
"MetadataViews": {
"source": "cadence/contracts/MetadataViews.cdc",
"aliases": {
"testnet": "631e88ae7f1d7c20"
}
},
"NonFungibleToken": {
"source": "cadence/contracts/NonFungibleToken.cdc",
"aliases": {
"testnet": "631e88ae7f1d7c20"
}
},
"ViewResolver": {
"source": "cadence/contracts/ViewResolver",
"aliases": {
"testnet": "631e88ae7f1d7c20"
}
}
},
"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": "6d12eebfef9866c9b6fa92b97c6e705c26a1785b1e7944da701fc545a51d4673"
},
"testnet": {
"address": "ADDRESS FROM FAUCET",
"key": "YOUR PRIVATE KEY"
}
},
"deployments": {
"testnet": {
"testnet": ["CryptoKnight"]
}
}
}