This repository was archived by the owner on Apr 18, 2023. It is now read-only.
File tree 1 file changed +4
-10
lines changed
1 file changed +4
-10
lines changed Original file line number Diff line number Diff line change @@ -13,16 +13,10 @@ dapp --use solc:0.4.25 build --extract
13
13
test -z " $DAD_FAB " ; } && \
14
14
exit 1
15
15
16
- export SETH_ASYNC=yes
17
- test -z " $SAI_GEM " && GEMtx=$( dapp create DSToken " $( seth --to-bytes32 " $( seth --from-ascii ' ETH' ) " ) " )
18
- test -z " $SAI_GOV " && GOVtx=$( dapp create DSToken " $( seth --to-bytes32 " $( seth --from-ascii ' GOV' ) " ) " )
19
- test -z " $SAI_PIP " && PIPtx=$( dapp create DSValue)
20
- test -z " $SAI_PEP " && PEPtx=$( dapp create DSValue)
21
- export SETH_ASYNC=no
22
- test -z " $SAI_GEM " && SAI_GEM=$( seth receipt " $GEMtx " contractAddress)
23
- test -z " $SAI_GOV " && SAI_GOV=$( seth receipt " $GOVtx " contractAddress)
24
- test -z " $SAI_PIP " && SAI_PIP=$( seth receipt " $PIPtx " contractAddress)
25
- test -z " $SAI_PEP " && SAI_PEP=$( seth receipt " $PEPtx " contractAddress)
16
+ test -z " $SAI_GEM " && SAI_GEM=$( dapp create DSToken " $( seth --to-bytes32 " $( seth --from-ascii ' ETH' ) " ) " )
17
+ test -z " $SAI_GOV " && SAI_GOV=$( dapp create DSToken " $( seth --to-bytes32 " $( seth --from-ascii ' GOV' ) " ) " )
18
+ test -z " $SAI_PIP " && SAI_PIP=$( dapp create DSValue)
19
+ test -z " $SAI_PEP " && SAI_PEP=$( dapp create DSValue)
26
20
test -z " $SAI_PIT " && SAI_PIT=" 0x0000000000000000000000000000000000000123"
27
21
28
22
DAI_FAB=$( dapp create DaiFab " $GEM_FAB " " $VOX_FAB " " $TUB_FAB " " $TAP_FAB " " $TOP_FAB " " $MOM_FAB " " $DAD_FAB " )
You can’t perform that action at this time.
0 commit comments