-
Notifications
You must be signed in to change notification settings - Fork 78
/
Copy pathsmartContracts.json
97 lines (97 loc) · 2.95 KB
/
smartContracts.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
{
"v3-contracts": {
"BaseStrategy.sol": {
"type": "file",
"git": "https://github.com/yearn/tokenized-strategy"
},
"TokenizedStrategy.sol": {
"type": "file",
"git": "https://github.com/yearn/tokenized-strategy"
},
"VaultFactory.vy": {
"type": "file",
"git": "https://github.com/yearn/yearn-vaults-v3"
},
"VaultV3.vy": {
"type": "file",
"git": "https://github.com/yearn/yearn-vaults-v3"
},
"Periphery": {
"type": "folder",
"contents": {
"AprOracle.sol": {
"type": "file",
"git": "https://github.com/yearn/tokenized-strategy-periphery"
},
"Accountant.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"AccountantFactory.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"Registry.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"ReleaseRegistry.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"RegistryFactory.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"Auction.sol": {
"type": "file",
"git": "https://github.com/yearn/tokenized-strategy-periphery"
},
"DebtAllocator.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"RoleManager.sol": {
"type": "file",
"git": "https://github.com/yearn/vault-periphery"
},
"CommonReportTrigger.sol": {
"type": "file",
"git": "https://github.com/yearn/tokenized-strategy-periphery"
},
"Yearn4626Router": {
"type": "folder",
"contents": {
"Multicall.sol": {
"type": "file",
"git": "https://github.com/yearn/Yearn-ERC4626-Router"
},
"PeripheryPayments.sol": {
"type": "file",
"git": "https://github.com/yearn/Yearn-ERC4626-Router"
},
"SelfPermit.sol": {
"type": "file",
"git": "https://github.com/yearn/Yearn-ERC4626-Router"
},
"Yearn4626Router.sol": {
"type": "file",
"git": "https://github.com/yearn/Yearn-ERC4626-Router"
},
"Yearn4626RouterBase.sol": {
"type": "file",
"git": "https://github.com/yearn/Yearn-ERC4626-Router"
}
}
}
}
}
},
"Submodules": [
"https://github.com/yearn/yearn-vaults-v3.git",
"https://github.com/yearn/tokenized-strategy.git",
"https://github.com/yearn/tokenized-strategy-periphery.git",
"https://github.com/yearn/vault-periphery.git",
"https://github.com/yearn/Yearn-ERC4626-Router.git"
]
}