Skip to content

Commit

Permalink
fix(package): fix RNG contracts artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
PierrickGT committed Jan 2, 2023
1 parent 7f4e5c8 commit 86e64fe
Show file tree
Hide file tree
Showing 3 changed files with 2,049 additions and 1,700 deletions.
2 changes: 1 addition & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ const config: HardhatUserConfig = {
external: {
contracts: [
{
artifacts: 'node_modules/@pooltogether/pooltogether-rng-contracts/build',
artifacts: 'node_modules/@pooltogether/pooltogether-rng-contracts/artifacts',
},
],
},
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"@openzeppelin/contracts": "4.3.1",
"@pooltogether/fixed-point": "1.0.0",
"@pooltogether/owner-manager-contracts": "1.1.0",
"@pooltogether/pooltogether-rng-contracts": "1.5.1",
"@pooltogether/pooltogether-rng-contracts": "1.5.2",
"@pooltogether/yield-source-interface": "1.4.0",
"deploy-eip-1820": "1.0.0"
},
Expand Down
Loading

0 comments on commit 86e64fe

Please sign in to comment.