diff --git a/.github/workflows/generated-files_v2.yaml b/.github/workflows/generated-files_v2.yaml index 6f0f483e..fc553111 100644 --- a/.github/workflows/generated-files_v2.yaml +++ b/.github/workflows/generated-files_v2.yaml @@ -50,13 +50,13 @@ jobs: tar -zxvf geth-alltools-linux-amd64-1.11.5-a38f4108.tar.gz sudo mv geth-alltools-linux-amd64-1.11.5-a38f4108/abigen /usr/local/bin/ - - name: Generate Go packages and typechain-types + - name: Generate Go packages and types run: | yarn generate - name: Check for changes run: | - if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg typechain-types; then + if git diff --exit-code --ignore-space-change --ignore-all-space --ignore-cr-at-eol -- pkg types; then echo "Generated Go files are up-to-date." else echo "::error::Generated files are not up-to-date. Please run 'yarn generate' locally and commit any changes." diff --git a/v2/eslint.config.js b/v2/eslint.config.js index 2d4a432c..7676130d 100644 --- a/v2/eslint.config.js +++ b/v2/eslint.config.js @@ -1,6 +1,6 @@ module.exports = [ { - ignores: [".yarn", "artifacts", "cache", "dist", "node_modules", "typechain-types", "abi", "docs", "lib"], + ignores: [".yarn", "artifacts", "cache", "dist", "node_modules", "types", "abi", "docs", "lib"], languageOptions: { ecmaVersion: 2020, sourceType: "module", diff --git a/v2/slither.config.json b/v2/slither.config.json index 388f686c..86c803d2 100644 --- a/v2/slither.config.json +++ b/v2/slither.config.json @@ -1,4 +1,4 @@ { "detectors_to_exclude": "", - "filter_paths": "contracts,artifacts,cache,data,dist,docs,lib,node_modules,pkg,scripts,test,testing,typechain-types" + "filter_paths": "contracts,artifacts,cache,data,dist,docs,lib,node_modules,pkg,scripts,test,testing,types" } \ No newline at end of file