-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathflow.json
More file actions
127 lines (126 loc) · 3.84 KB
/
flow.json
File metadata and controls
127 lines (126 loc) · 3.84 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
118
119
120
121
122
123
124
125
126
127
{
"networks": {
"emulator": "127.0.0.1:3569",
"mainnet": "access.mainnet.nodes.onflow.org:9000",
"sandboxnet": "access.sandboxnet.nodes.onflow.org:9000",
"testnet": "access.devnet.nodes.onflow.org:9000"
},
"accounts": {
"emulator-account": {
"address": "f8d6e0586b0a20c7",
"key": "9a2f3b4a89b5ab41c013a80de47bc8b0db1ead043ccee38419bd7be8c0140fc0"
},
"deploy-account": {
"address": "0xe03daebed8ca0615",
"key": "b3a3019ad2f6bb0d654efd604b174603c9c44b34c93761c6520cb6e44b814bbf",
"public": "867ed58c072a194871432364471eca2ab6dafa03425b1217610ea455bb1cbacbf477777cd12246c1286b0fd9fe1828433011a49960fe94948574e988aad7b17f"
},
"flowToken-price-oracle": {
"address": "0x045a1763c93006ca",
"key": "2a67f7ad043a42b8e58399a45cac374d73957c45d461b1b776735d3456959f5f",
"public": "43f8e6f76b8e78a73cb2e6966f905fd5b39e2fdd55004437f1a839b5e014ea4d02d2c9da8233b984d709c98106cb2a7d8cd31db5c01e9fe1c0745d3520ac04a0"
},
"fusd-price-oracle": {
"address": "0x120e725050340cab",
"key": "759bd9106239ab46dfdf051472f939cd63937dab6f2d66e49b4195128df657da",
"public": "cd29d47df8f64685eef7442aa928476f01f93acd82783a4598c1517286f1769f5184b7123edd8d41ac49a25f64f964525e6b64efd3f9846a46712b50399777d0"
},
"testnet-cvsd-deploy-account": {
"address": "0xe8dd94a5eb12175e",
"key": "590ede61cd0dcfd24d9b9570470095804be7c8d85053dae9db4cc08ca100233c"
},
"testnet-deploy-account": {
"address": "0x6b99acedf30b2c43",
"key": "f509d807442b2dbd8c47136567e1ea32f01ab012eb68ff3fc87c26c267fc9f83"
},
"testnet-common-contracts-account": {
"address": "0xa7b34370a65fb516",
"key": "c5dd30efc687fa3953d6cc20370ab8832c7d829d2e42f72fa5e31194a594f8e3"
},
"testnet-commit-account": {
"address": "0x1768d28ba059980c",
"key": {
"type": "hex",
"index": 0,
"signatureAlgorithm": "ECDSA_secp256k1",
"hashAlgorithm": "SHA2_256",
"privateKey": "a846e978b3100eb22de6d86d9b7fb7d454044e8bb83d609999516e1a48d3985c"
}
},
"bobo-account": {
"address": "0x1ee2b5f2b0651aca",
"key": {
"type": "hex",
"index": 0,
"signatureAlgorithm": "ECDSA_secp256k1",
"hashAlgorithm": "SHA2_256",
"privateKey": "e84798ac6f88ec2faa8bc5a6dff7855d319d886a3f4c5fa07dee1f8d85c336f5"
}
}
},
"contracts": {
"ErrorCode": "./contracts/ErrorCode.cdc",
"StrUtility": "./contracts/StrUtility.cdc",
"RaisePool": "./contracts/RaisePool.cdc",
"FungibleToken": {
"source": "./contracts/standard/FungibleToken.cdc",
"aliases": {
"emulator": "0xee82856bf20e2aa6",
"testnet": "0x9a0766d93b6608b7"
}
},
"FUSD": {
"source": "./contracts/standard/FUSD.cdc",
"aliases": {
"emulator": "0xf8d6e0586b0a20c7",
"testnet": "0xe223d8a629e49c68"
}
},
"OracleInterface": {
"source": "./contracts/oracle/OracleInterface.cdc",
"aliases": {
"testnet": "0x2a9b59c3e2b72ee0"
}
},
"OracleConfig": {
"source": "./contracts/oracle/OracleConfig.cdc",
"aliases": {
"testnet": "0x2a9b59c3e2b72ee0"
}
},
"FlowPriceOracle": "./contracts/oracle/FlowPriceOracle.cdc",
"FUSDPriceOracle": "./contracts/oracle/FUSDPriceOracle.cdc",
"CVSDTokenV2": "./contracts/CVSD/CVSDTokenV2.cdc",
"RaisePoolInterface": "./contracts/RaisePoolInterface.cdc",
"UserCertificate": "./contracts/UserCertificate.cdc"
},
"deployments": {
"emulator": {
"deploy-account": [
"ErrorCode",
"StrUtility",
"OracleConfig",
"OracleInterface",
"RaisePool",
"RaisePoolInterface",
"UserCertificate"
],
"flowToken-price-oracle": [
"FlowPriceOracle"
],
"fusd-price-oracle": [
"FUSDPriceOracle"
]
},
"testnet": {
"testnet-cvsd-deploy-account": ["CVSDTokenV2"],
"testnet-common-contracts-account": [
"ErrorCode",
"StrUtility",
"RaisePoolInterface",
"UserCertificate"
],
"testnet-deploy-account": ["RaisePool"]
}
}
}