add twap switch
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#!/bin/bash
|
||||
truffle compile --all
|
||||
# truffle compile --all
|
||||
|
||||
if [ "$1"x = "proxy-dpp"x ]
|
||||
then
|
||||
@@ -31,6 +31,11 @@ then
|
||||
truffle test ./test/V2Proxy/proxy.incentive.test.ts
|
||||
fi
|
||||
|
||||
if [ "$1"x = "proxy-twap"x ]
|
||||
then
|
||||
truffle test ./test/V2Proxy/proxy.twap.test.ts
|
||||
fi
|
||||
|
||||
# if [ "$1"x = "route-incentive"x ]
|
||||
# then
|
||||
# truffle test ./test/Route/Incentive.test.ts
|
||||
|
||||
Reference in New Issue
Block a user