-
Notifications
You must be signed in to change notification settings - Fork 4
/
Odra.toml
55 lines (42 loc) · 1.31 KB
/
Odra.toml
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
[[contracts]]
name = "variable_repository_contract"
fqn = "dao::core_contracts::VariableRepositoryContract"
[[contracts]]
name = "admin_contract"
fqn = "dao::voting_contracts::AdminContract"
[[contracts]]
name = "reputation_contract"
fqn = "dao::core_contracts::ReputationContract"
[[contracts]]
name = "va_nft_contract"
fqn = "dao::core_contracts::VaNftContract"
[[contracts]]
name = "kyc_nft_contract"
fqn = "dao::core_contracts::KycNftContract"
[[contracts]]
name = "cspr_rate_provider_contract"
fqn = "dao::utils_contracts::CSPRRateProviderContract"
[[contracts]]
name = "dao_ids_contract"
fqn = "dao::utils_contracts::DaoIdsContract"
[[contracts]]
name = "reputation_voter_contract"
fqn = "dao::voting_contracts::ReputationVoterContract"
[[contracts]]
name = "kyc_voter_contract"
fqn = "dao::voting_contracts::KycVoterContract"
[[contracts]]
name = "repo_voter_contract"
fqn = "dao::voting_contracts::RepoVoterContract"
[[contracts]]
name = "simple_voter_contract"
fqn = "dao::voting_contracts::SimpleVoterContract"
[[contracts]]
name = "slashing_voter_contract"
fqn = "dao::voting_contracts::SlashingVoterContract"
[[contracts]]
name = "bid_escrow_contract"
fqn = "dao::bid_escrow::contract::BidEscrowContract"
[[contracts]]
name = "onboarding_request_contract"
fqn = "dao::voting_contracts::OnboardingRequestContract"