bsc/tests/truffle/scripts/truffle-test.sh
2022-07-05 11:14:21 +08:00

6 lines
121 B
Bash
Executable File

#!/usr/bin/env bash
sed -i -e "s/localhost:8545/${RPC_HOST}:${RPC_PORT}/g" test/TestProxyBEP20.js
npm run truffle:test