File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -67,14 +67,18 @@ contract RandomizerRNGProxy is UUPSProxy {
67
67
constructor (address _implementation , bytes memory _data ) UUPSProxy (_implementation, _data) {}
68
68
}
69
69
70
- contract SortitionModuleNeoProxy is UUPSProxy {
70
+ contract SortitionSumTree is UUPSProxy {
71
71
constructor (address _implementation , bytes memory _data ) UUPSProxy (_implementation, _data) {}
72
72
}
73
73
74
- contract SortitionModuleUniversityProxy is UUPSProxy {
74
+ contract StakeController is UUPSProxy {
75
75
constructor (address _implementation , bytes memory _data ) UUPSProxy (_implementation, _data) {}
76
76
}
77
77
78
- contract SortitionModuleProxy is UUPSProxy {
78
+ contract Vault is UUPSProxy {
79
+ constructor (address _implementation , bytes memory _data ) UUPSProxy (_implementation, _data) {}
80
+ }
81
+
82
+ contract VaultNeo is UUPSProxy {
79
83
constructor (address _implementation , bytes memory _data ) UUPSProxy (_implementation, _data) {}
80
84
}
You can’t perform that action at this time.
0 commit comments