This repository has been archived by the owner on Mar 3, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
/
dapp-test.json
130 lines (130 loc) · 4.87 KB
/
dapp-test.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
{
"language": "Solidity",
"sources": {
"lib/ds-auth/auth.t.sol": { "urls": ["lib/ds-auth/auth.t.sol"] },
"lib/ds-math/math.t.sol": { "urls": ["lib/ds-math/math.t.sol"] },
"lib/ds-note/note.t.sol": { "urls": ["lib/ds-note/note.t.sol"] },
"lib/ds-stop/stop.t.sol": { "urls": ["lib/ds-stop/stop.t.sol"] },
"lib/ds-token/token.t.sol": { "urls": ["lib/ds-token/token.t.sol"] },
"tests/CryptoLibrary.t.sol": { "urls": ["tests/CryptoLibrary.t.sol"] },
"tests/Deposit.t.sol": { "urls": ["tests/Deposit.t.sol"] },
"tests/DirectGovernance.t.sol": {
"urls": ["tests/DirectGovernance.t.sol"]
},
"tests/QueueLibrary.t.sol": { "urls": ["tests/QueueLibrary.t.sol"] },
"tests/Registry.t.sol": { "urls": ["tests/Registry.t.sol"] },
"tests/Token.t.sol": { "urls": ["tests/Token.t.sol"] },
"tests/TokenMigrator.t.sol": { "urls": ["tests/TokenMigrator.t.sol"] },
"tests/diamonds/Setup.t.sol": {
"urls": ["tests/diamonds/Setup.t.sol"]
},
"tests/diamonds/facets/AccusationInvalidTransactionConsumptionFacet.t.sol": {
"urls": [
"tests/diamonds/facets/AccusationInvalidTransactionConsumptionFacet.t.sol"
]
},
"tests/diamonds/facets/AccusationMultipleProposalFacet.t.sol": {
"urls": ["tests/diamonds/facets/AccusationMultipleProposalFacet.t.sol"]
},
"tests/diamonds/facets/EthDKG.t.sol": {
"urls": ["tests/diamonds/facets/EthDKG.t.sol"]
},
"tests/diamonds/facets/MerkleProofLibrary.t.sol": {
"urls": ["tests/diamonds/facets/MerkleProofLibrary.t.sol"]
},
"tests/diamonds/facets/ParticipantsFacet.t.sol": {
"urls": ["tests/diamonds/facets/ParticipantsFacet.t.sol"]
},
"tests/diamonds/facets/SnapshotsFacet.t.sol": {
"urls": ["tests/diamonds/facets/SnapshotsFacet.t.sol"]
},
"tests/diamonds/facets/StakingFacet.t.sol": {
"urls": ["tests/diamonds/facets/StakingFacet.t.sol"]
},
"tests/diamonds/facets/ValidatorLocationsLibrary.t.sol": {
"urls": ["tests/diamonds/facets/ValidatorLocationsLibrary.t.sol"]
},
"tests/diamonds/migrate/MigrateETHDKG.t.sol": {
"urls": ["tests/diamonds/migrate/MigrateETHDKG.t.sol"]
},
"tests/diamonds/migrate/MigrateParticipantsFacet.t.sol": {
"urls": ["tests/diamonds/migrate/MigrateParticipantsFacet.t.sol"]
},
"tests/diamonds/migrate/MigrateSnapshotsFacet.t.sol": {
"urls": ["tests/diamonds/migrate/MigrateSnapshotsFacet.t.sol"]
},
"tests/diamonds/migrate/MigrateStakingFacet.t.sol": {
"urls": ["tests/diamonds/migrate/MigrateStakingFacet.t.sol"]
},
"tests/parsers/BaseParserLibrary.t.sol": {
"urls": ["tests/parsers/BaseParserLibrary.t.sol"]
},
"tests/parsers/BClaimsParserLibrary.t.sol": {
"urls": ["tests/parsers/BClaimsParserLibrary.t.sol"]
},
"tests/parsers/MerkleProofParserLibrary.t.sol": {
"urls": ["tests/parsers/MerkleProofParserLibrary.t.sol"]
},
"tests/parsers/PClaimsParserLibrary.t.sol": {
"urls": ["tests/parsers/PClaimsParserLibrary.t.sol"]
},
"tests/parsers/RClaimsParserLibrary.t.sol": {
"urls": ["tests/parsers/RClaimsParserLibrary.t.sol"]
},
"tests/parsers/RCertParserLibrary.t.sol": {
"urls": ["tests/parsers/RCertParserLibrary.t.sol"]
},
"tests/parsers/TXInPreImageParserLibrary.t.sol": {
"urls": ["tests/parsers/TXInPreImageParserLibrary.t.sol"]
},
"tests/tokens/MadByte.t.sol": {
"urls": ["tests/tokens/MadByte.t.sol"]
},
"tests/tokens/StakeNFT.t.sol": {
"urls": ["tests/tokens/StakeNFT.t.sol"]
},
"tests/governance/GovernanceManager.t.sol": {
"urls": ["tests/governance/GovernanceManager.t.sol"]
},
"tests/governance/proposals/GovernanceProposeEvictValidators.t.sol": {
"urls": [
"tests/governance/proposals/GovernanceProposeEvictValidators.t.sol"
]
},
"tests/governance/proposals/GovernanceProposeModifySnapshot.t.sol": {
"urls": [
"tests/governance/proposals/GovernanceProposeModifySnapshot.t.sol"
]
},
"tests/governance/proposals/GovernanceProposeRestartETHDKG.t.sol": {
"urls": [
"tests/governance/proposals/GovernanceProposeRestartETHDKG.t.sol"
]
}
},
"settings": {
"remappings": [
"@openzeppelin/=node_modules/@openzeppelin/",
"lib/openzeppelin/token/=node_modules/@openzeppelin/contracts/token/"
],
"outputSelection": {
"*": {
"*": [
"metadata",
"evm.bytecode",
"evm.deployedBytecode",
"abi",
"storageLayout",
"evm.bytecode.sourceMap",
"evm.bytecode.linkReferences",
"evm.bytecode.generatedSources",
"evm.deployedBytecode.sourceMap",
"evm.deployedBytecode.linkReferences",
"evm.deployedBytecode.generatedSources",
"evm.deployedBytecode.immutableReferences"
],
"": ["ast"]
}
}
}
}