Skip to content

Commit

Permalink
Support loading artifact from hardhat deployments directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Tamika Nomara committed Jul 7, 2021
1 parent 2c345a1 commit e572279
Show file tree
Hide file tree
Showing 19 changed files with 13,914 additions and 10,346 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pull-request.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ jobs:
cargo run --package examples --example deployments
cargo run --package examples --example events
cargo run --package examples --example revert
cargo run --package examples-generate
cargo run --package examples --example linked
if [ "$PK" ] && [ "$INFURA_PROJECT_ID" ]; then
cargo run --package examples-generate
cargo run --package examples --example rinkeby
cargo run --package examples --example sources
fi
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@ Cargo.lock

node_modules/
examples/*/build/
examples/*/artifacts
examples/*/cache

.idea
Loading

0 comments on commit e572279

Please sign in to comment.