-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflow.json
More file actions
117 lines (117 loc) · 2.5 KB
/
flow.json
File metadata and controls
117 lines (117 loc) · 2.5 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
{
"contracts": {
"Counter": {
"source": "cadence/contracts/Counter.cdc",
"aliases": {
"testing": "0000000000000007"
}
},
"Burner": {
"aliases": {
"testnet": "0x9a0766d93b6608b7"
}
},
"FungibleToken": {
"aliases": {
"testnet": "0x9a0766d93b6608b7",
"mainnet": "0xf233dcee88fe0abe",
"emulator": "0xee82856bf20e2aa6"
}
},
"NonFungibleToken": {
"aliases": {
"testnet": "0x631e88ae7f1d7c20",
"mainnet": "0x1d7e57aa55817448",
"emulator": "0xf8d6e0586b0a20c7"
}
},
"FlowToken": {
"aliases": {
"testnet": "0x7e60df042a9c0868",
"mainnet": "0x1654653399040a61",
"emulator": "0x0ae53cb6e3f42a79"
}
},
"MetadataViews": {
"aliases": {
"testnet": "0x631e88ae7f1d7c20",
"mainnet": "0x1d7e57aa55817448",
"emulator": "0x631e88ae7f1d7482"
}
},
"ViewResolver": {
"aliases": {
"testnet": "0x631e88ae7f1d7c20"
}
},
"HybridCustody": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"CapabilityFactory": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"CapabilityFilter": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"CapabilityDelegator": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"NFTCollectionPublicFactory": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"NFTProviderAndCollectionFactory": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"NFTProviderFactory": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
},
"NFTCollectionFactory": {
"aliases": {
"testnet": "0x294e44e1ec6993c6"
}
}
},
"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"
}
},
"manager": {
"address": "ed0f17ed584f5253",
"key": {
"type": "file",
"location": "manager.pkey"
}
},
"child": {
"address": "0xa6c0d4b9f2272f4f",
"key": {
"type": "file",
"location": "manager.pkey"
}
}
}
}