File tree 7 files changed +0
-22
lines changed
7 files changed +0
-22
lines changed Original file line number Diff line number Diff line change 1
- [submodule "setzer "]
2
- path = submodules/setzer
3
- url = https://github.com/makerdao/setzer
4
- [submodule "dai-cli "]
5
- path = submodules/dai-cli
6
- url = https://github.com/makerdao/dai-cli
7
- [submodule "submodules/chief "]
8
- path = submodules/chief
9
- url = https://github.com/makerdao/chief
10
- [submodule "submodules/terra "]
11
- path = submodules/terra
12
- url = https://github.com/makerdao/terra
Original file line number Diff line number Diff line change @@ -127,11 +127,6 @@ in rec {
127
127
evmdis = self . callPackage ./nix/evmdis.nix { } ;
128
128
129
129
token = self . callPackage ( import ./src/token ) { } ;
130
- dai = self . callPackage ( import ./submodules/dai-cli ) { } ;
131
-
132
- setzer = self . callPackage ( import ./submodules/setzer ) { } ;
133
- terra = self . callPackage ( import ./submodules/terra ) { } ;
134
- chief = self . callPackage ( import ./submodules/chief ) { } ;
135
130
136
131
# We use this to run private testnets without
137
132
# the pesky transaction size limit.
Original file line number Diff line number Diff line change 43
43
inherit qrtx-term ;
44
44
inherit qrtx ;
45
45
inherit seth ;
46
- inherit setzer ;
47
46
inherit token ;
48
47
49
48
hevm-compliance = hevmCompliance dist ;
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments