Fix compile_contracts.sh

This commit is contained in:
Karl Kempe 2022-01-27 22:06:13 +00:00
parent 601546b921
commit 9441a3a115
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
set -euo pipefail
npx truffle compile --config truffle-config.ethereum.js
npx truffle compile --config truffle-config.polygon.js
npx truffle compile --config cfg/truffle-config.ethereum.js
npx truffle compile --config cfg/truffle-config.polygon.js
CONTRACTS="../react/src/abi/contracts"