trade incentive contract && deployV2 script fix

This commit is contained in:
owen05
2021-01-05 18:01:51 +08:00
parent 1bc41f9a61
commit cfe9ae67db
5 changed files with 326 additions and 81 deletions

View File

@@ -26,6 +26,11 @@ then
truffle test ./test/Proxy/proxy.cp.test.ts
fi
if [ "$1"x = "proxy-incentive"x ]
then
truffle test ./test/Proxy/proxy.incentive.test.ts
fi
if [ "$1"x = "route"x ]
then
truffle test ./test/Route/route.test.ts