Skip to content

Commit

Permalink
bump versions to latest, add small error log if download fails
Browse files Browse the repository at this point in the history
  • Loading branch information
Cashmaney committed Jun 4, 2024
1 parent 431ee3b commit 4c43660
Show file tree
Hide file tree
Showing 5 changed files with 2,238 additions and 1,773 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-plugin-root",
"version": "0.1.1",
"version": "0.2.0",
"license": "MIT",
"scripts": {
"preinstall": "npx only-allow pnpm",
Expand Down
3 changes: 3 additions & 0 deletions packages/fhenix-hardhat-docker/src/docker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ export const pullDockerContainer = (image: string) => {
console.info(chalk.green("done!"));
// spawn("/usr/bin/env", commandToRun.split(" "));
} catch (error) {
console.info(
chalk.red("Failed to pull image. Is docker installed and running?"),
);
return false;
}
};
Expand Down
4 changes: 2 additions & 2 deletions packages/fhenix-hardhat-plugin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fhenix-hardhat-plugin",
"version": "0.2.0-beta.0",
"version": "0.2.0",
"description": "Hardhat TypeScript plugin boilerplate",
"repository": "github:FhenixProtocol/fhenix-hardhat-plugin",
"author": "Fhe Labs",
Expand Down Expand Up @@ -47,7 +47,7 @@
"axios": "^1.6.5",
"chalk": "^4.1.2",
"ethers": "^6.0.0",
"fhenixjs": "^0.2.0-beta.4"
"fhenixjs": "^0.2.1"
},
"peerDependencies": {
"hardhat": "^2.0.0"
Expand Down
Loading

0 comments on commit 4c43660

Please sign in to comment.