diff --git a/.github/workflows/testmock.yml b/.github/workflows/testmock.yml index c431394..1249b28 100644 --- a/.github/workflows/testmock.yml +++ b/.github/workflows/testmock.yml @@ -1,4 +1,4 @@ -name: Pull request tests +name: Pull request tests with mocks on: pull_request: branches: diff --git a/.prettierrc.yml b/.prettierrc.yml index 3b6e085..42ad8c5 100644 --- a/.prettierrc.yml +++ b/.prettierrc.yml @@ -11,7 +11,7 @@ trailingComma: "all" overrides: - files: "*.sol" options: - compiler: "0.8.17" + compiler: "0.8.22" parser: "solidity-parse" tabWidth: 4 - files: "*.ts"