Skip to content

Commit 3643104

Browse files
remove csc (#93)
remove csc
1 parent 208f79b commit 3643104

33 files changed

+2
-12723
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -30,10 +30,7 @@ jobs:
3030
node-version: "20.x"
3131
- name: Check smart contract
3232
run: |
33-
cd mainnet_contract
34-
yarn
35-
npx hardhat test
36-
cd ../contracts/validator/src
33+
cd contracts/validator/src
3734
yarn
3835
npx hardhat test
3936
- name: Set up Go 1.14.x

.github/workflows/pr.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,7 @@ jobs:
2626
node-version: "20.x"
2727
- name: Check smart contract
2828
run: |
29-
cd mainnet_contract
30-
yarn
31-
npx hardhat test
32-
cd ../contracts/validator/src
29+
cd contracts/validator/src
3330
yarn
3431
npx hardhat test
3532
- name: Set up Go 1.14.x

mainnet_contract/.env.sample

Lines changed: 0 additions & 1 deletion
This file was deleted.

mainnet_contract/.gitignore

Lines changed: 0 additions & 6 deletions
This file was deleted.

mainnet_contract/.prettierignore

Lines changed: 0 additions & 5 deletions
This file was deleted.

mainnet_contract/.prettierrc

Lines changed: 0 additions & 1 deletion
This file was deleted.

mainnet_contract/.solhint.json

Lines changed: 0 additions & 7 deletions
This file was deleted.

mainnet_contract/.solhintignore

Lines changed: 0 additions & 1 deletion
This file was deleted.

mainnet_contract/README.md

Lines changed: 0 additions & 92 deletions
This file was deleted.

0 commit comments

Comments
 (0)