-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathflow.json
More file actions
39 lines (39 loc) · 802 Bytes
/
flow.json
File metadata and controls
39 lines (39 loc) · 802 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
36
37
38
39
{
"contracts": {
"Counter": {
"source": "cadence/contracts/Counter.cdc",
"aliases": {
"testing": "0000000000000007"
}
},
"EVM": {
"aliases": {
"testnet": "8c5303eaa26202d6",
"mainnet": "e467b9dd11fa00df"
}
}
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"mainnet-fork": {
"host": "127.0.0.1:3569",
"fork": "mainnet"
},
"testing": "127.0.0.1:3569",
"testnet": "https://rest-testnet.onflow.org"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": {
"type": "file",
"location": "emulator-account.pkey"
}
},
"testnet-account": {
"address": "99090df6014b5612",
"key": "7279f172345168f777be91ab79854d3c975f451489e97d74b5d7498b00b4800c"
}
}
}