From 7649d5761e8baa664a5b1f3039010c6915a7e093 Mon Sep 17 00:00:00 2001 From: Andres Aiello Date: Thu, 7 Dec 2023 14:35:40 -0300 Subject: [PATCH] remove old code --- .github/workflows/test.yaml | 6 ------ packages/zeta-app-contracts/tsconfig.json | 13 +------------ packages/zevm-app-contracts/tsconfig.json | 11 ----------- 3 files changed, 1 insertion(+), 29 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index bee83c99..7d20fee9 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -24,9 +24,3 @@ jobs: - name: Test run: yarn test - working-directory: packages/zeta-app-contracts - - - name: Test - run: yarn test - working-directory: packages/zevm-app-contracts - \ No newline at end of file diff --git a/packages/zeta-app-contracts/tsconfig.json b/packages/zeta-app-contracts/tsconfig.json index df838369..ab9bc043 100644 --- a/packages/zeta-app-contracts/tsconfig.json +++ b/packages/zeta-app-contracts/tsconfig.json @@ -15,17 +15,6 @@ "hardhat.config.ts", ], "compilerOptions": { - "baseUrl": ".", - "paths": { - "@zetachain/addresses": [ - "../addresses/src/index" - ], - "@zetachain/addresses/*": [ - "../addresses/src/*" - ], - "@zetachain/interfaces": [ - "../interfaces/src/index" - ] - } + "baseUrl": "." } } \ No newline at end of file diff --git a/packages/zevm-app-contracts/tsconfig.json b/packages/zevm-app-contracts/tsconfig.json index df838369..066bfdb0 100644 --- a/packages/zevm-app-contracts/tsconfig.json +++ b/packages/zevm-app-contracts/tsconfig.json @@ -16,16 +16,5 @@ ], "compilerOptions": { "baseUrl": ".", - "paths": { - "@zetachain/addresses": [ - "../addresses/src/index" - ], - "@zetachain/addresses/*": [ - "../addresses/src/*" - ], - "@zetachain/interfaces": [ - "../interfaces/src/index" - ] - } } } \ No newline at end of file