-
Notifications
You must be signed in to change notification settings - Fork 9
/
flow.json
156 lines (156 loc) · 4.78 KB
/
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
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
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
{
"contracts": {
"A": {
"source": "./contracts/test/A.cdc",
"aliases": {
"emulator": "179b6b1cb6755e31",
"testing": "0000000000000009"
}
},
"B": {
"source": "./contracts/test/B.cdc",
"aliases": {
"emulator": "f3fcd2c1a78f5eee",
"testing": "0000000000000010"
}
},
"C": {
"source": "./contracts/test/C.cdc",
"aliases": {
"emulator": "f3fcd2c1a78f5eee",
"testing": "0000000000000010"
}
},
"Foo": {
"source": "./contracts/test/Foo.cdc",
"aliases": {
"emulator": "01cf0e2f2f715450",
"testing": "0000000000000008"
}
},
"FungibleToken": {
"source": "./contracts/standards/FungibleToken.cdc",
"aliases": {
"emulator": "ee82856bf20e2aa6",
"mainnet": "f233dcee88fe0abe",
"testnet": "9a0766d93b6608b7"
}
},
"MetadataViews": {
"source": "./contracts/standards/MetadataViews.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testnet": "631e88ae7f1d7c20"
}
},
"MigrationContractStaging": {
"source": "./contracts/MigrationContractStaging.cdc",
"aliases": {
"crescendo": "27b2302520211b67",
"emulator": "f8d6e0586b0a20c7",
"mainnet": "56100d46aa9b0212",
"testing": "0000000000000007",
"testnet": "2ceae959ed1a7e7a"
}
},
"NonFungibleToken": {
"source": "./contracts/standards/NonFungibleToken.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"mainnet": "1d7e57aa55817448",
"testnet": "631e88ae7f1d7c20"
}
},
"StagedContractUpdates": {
"source": "./contracts/staged-contract-updates/StagedContractUpdates.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007"
}
},
"DependencyAudit": {
"source": "./contracts/DependencyAudit.cdc",
"aliases": {
"emulator": "f8d6e0586b0a20c7",
"testing": "0000000000000007"
}
}
},
"networks": {
"crescendo": "access.crescendo.nodes.onflow.org: 9000",
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"sandboxnet": "access.sandboxnet.nodes.onflow.org:9000",
"testing": "127.0.0.1:3569",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"a-account": {
"address": "179b6b1cb6755e31",
"key": "1bbaf3239cfd9e8e35f85723f6c70f2ac5c8f50856c4667021cf9ed72eabd9f8"
},
"abc-updater": {
"address": "e03daebed8ca0615",
"key": "caa4da634fee3ad45ce67ef8a6813987888d88f4b4e6e70b8d84685845db7f25"
},
"bc-account": {
"address": "f3fcd2c1a78f5eee",
"key": "c06a4b0fce3bc3088a2a2e3b11a9ea5d13e251661cefa3f26af1180ad317d3dc"
},
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "a08c990a1f7adb14c290d05df0f397d2de2f4d0cb18cdffed592f611f95f5d08"
},
"emulator-ft": {
"address": "ee82856bf20e2aa6",
"key": "686779d775e5fcbf8d2f4a85cb4c53525d02b7ef53230d180fc16f35d9b7d025"
},
"foo": {
"address": "01cf0e2f2f715450",
"key": "e9b7b36e9d16f47501db73e84c68e441609475ee482ee808411b2fe0bd2329da"
},
"migration-contract-staging-crescendo": {
"address": "27b2302520211b67",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-testnet/cryptoKeys/evm-storage-testnet-key/cryptoKeyVersions/1"
}
},
"migration-contract-staging-mainnet": {
"address": "56100d46aa9b0212",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-mainnet/cryptoKeys/evm-storage-mainnet-key/cryptoKeyVersions/1"
}
},
"migration-contract-staging-testnet": {
"address": "2ceae959ed1a7e7a",
"key": {
"type": "google-kms",
"hashAlgorithm": "SHA2_256",
"resourceID": "projects/dl-flow-admin/locations/global/keyRings/migration-contract-staging-testnet/cryptoKeys/evm-storage-testnet-key/cryptoKeyVersions/1"
}
}
},
"deployments": {
"crescendo": {
"migration-contract-staging-crescendo": ["MigrationContractStaging"]
},
"emulator": {
"a-account": ["A"],
"bc-account": ["B", "C"],
"emulator-account": ["MigrationContractStaging", "DependencyAudit"],
"emulator-ft": ["FungibleToken"],
"foo": ["Foo"]
},
"mainnet": {
"migration-contract-staging-mainnet": ["MigrationContractStaging"]
},
"testnet": {
"migration-contract-staging-testnet": ["MigrationContractStaging"]
}
}
}