Skip to content

Commit

Permalink
remove old code
Browse files Browse the repository at this point in the history
  • Loading branch information
andresaiello committed Dec 7, 2023
1 parent 7514014 commit 7649d57
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 29 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

13 changes: 1 addition & 12 deletions packages/zeta-app-contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": "."
}
}
11 changes: 0 additions & 11 deletions packages/zevm-app-contracts/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,5 @@
],
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@zetachain/addresses": [
"../addresses/src/index"
],
"@zetachain/addresses/*": [
"../addresses/src/*"
],
"@zetachain/interfaces": [
"../interfaces/src/index"
]
}
}
}

0 comments on commit 7649d57

Please sign in to comment.