Skip to content

Commit

Permalink
feat: remove ResilientOracle.sol from copied contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
gleiser-oliveira committed Jan 29, 2024
1 parent b903f8d commit e839c80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions copy_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ rm -rf contracts/isolated-pools/contracts/test
mkdir -p ./contracts/oracle
cp -rf ./node_modules/@venusprotocol/oracle/contracts/ ./contracts/oracle/contracts
rm -rf contracts/oracle/contracts/test
rm ./contracts/oracle/contracts/ResilientOracle.sol

mkdir -p ./contracts/protocol
cp -rf ./node_modules/@venusprotocol/venus-protocol/contracts/ ./contracts/protocol/contracts
Expand Down

0 comments on commit e839c80

Please sign in to comment.