-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathflow.json
36 lines (36 loc) · 800 Bytes
/
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
{
"emulators": {
"default": {
"port": 3569,
"serviceAccount": "emulator-account"
}
},
"contracts": {
"DappyContract": "./cadence/contracts/DappyContract.cdc",
"FUSD": {
"source": "./cadence/contracts/FUSD.cdc",
"aliases": {
"testnet": "0xe223d8a629e49c68"
}
},
"FungibleToken": {
"source": "./cadence/contracts/FungibleToken.cdc",
"aliases": {
"testnet": "9a0766d93b6608b7",
"emulator": "ee82856bf20e2aa6"
}
}
},
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "ae1b44c0f5e8f6992ef2348898a35e50a8b0b9684000da8b1dade1b3bcd6ebee"
}
},
"deployments": {}
}