Skip to content

Commit

Permalink
chore: bump @chainfile/* to v0.8 (#119)
Browse files Browse the repository at this point in the history
  • Loading branch information
fuxingloh authored Jun 20, 2024
1 parent fabb9ac commit d3e73cb
Show file tree
Hide file tree
Showing 4 changed files with 20 additions and 20 deletions.
4 changes: 2 additions & 2 deletions packages/chainfile-hardhat/hardhat.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"caip2": "eip155:31337",
"name": "Hardhat",
"description": "Hardhat is a development environment to compile, deploy, test, and debug your Ethereum software.",
"values": {
"params": {
"version": {
"description": "Hardhat version to use, the container image is built in chainfile-hardhat repository. Published in to ghcr.io/vetumorg/hardhat, to see the available versions check github.com/vetumorg/chainfile-hardhat/pkgs/container/hardhat",
"default": "2.22.5"
Expand All @@ -13,7 +13,7 @@
"hardhat": {
"image": "ghcr.io/vetumorg/hardhat",
"tag": {
"$value": "version"
"$param": "version"
},
"source": "https://github.com/vetumorg/chainfile-hardhat",
"resources": {
Expand Down
6 changes: 3 additions & 3 deletions packages/chainfile-hardhat/hardhat.test.ts
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
import { ChainfileTestcontainers } from '@chainfile/testcontainers';
import { CFTestcontainers } from '@chainfile/testcontainers';
import { afterAll, beforeAll, describe, expect, it } from '@workspace/jest/globals';

import hardhat from './hardhat.json';

describe('default', () => {
const testcontainers = new ChainfileTestcontainers(hardhat);
const testcontainers = new CFTestcontainers(hardhat);

beforeAll(async () => {
await testcontainers.start();
Expand All @@ -27,7 +27,7 @@ describe('default', () => {
});

describe('v2.22.3', () => {
const testcontainers = new ChainfileTestcontainers(hardhat, {
const testcontainers = new CFTestcontainers(hardhat, {
version: '2.22.3',
});

Expand Down
2 changes: 1 addition & 1 deletion packages/chainfile-hardhat/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@
"preset": "@workspace/jest"
},
"devDependencies": {
"@chainfile/testcontainers": "^0.6.1"
"@chainfile/testcontainers": "^0.8.0"
}
}
28 changes: 14 additions & 14 deletions pnpm-lock.yaml

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

0 comments on commit d3e73cb

Please sign in to comment.