Skip to content

Commit

Permalink
Merge pull request #677 from freeverseio/fix/e2e-script
Browse files Browse the repository at this point in the history
fix path to vesting precompile in e2e build script
  • Loading branch information
asiniscalchi authored Jul 19, 2024
2 parents e832eb5 + d3dd243 commit d09fd7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e-tests/compile_contracts.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
cp -r ../pallets/laos-evolution/src/precompiles/evolution_collection_factory/contracts contracts
cp -r ../pallets/laos-evolution/src/precompiles/evolution_collection/contracts contracts
cp -r ../pallets/asset-metadata-extender/src/precompiles/asset_metadata_extender/contracts contracts
cp -r ../pallets/benchmark/src/precompiles/vesting/contracts contracts
cp -r ../pallets/precompiles-benchmark/src/precompiles/vesting/contracts contracts

truffle compile
rm -rf contracts

0 comments on commit d09fd7f

Please sign in to comment.