Skip to content

Commit 25517f2

Browse files
committed
feat: cleanup useless files
1 parent 3e32bf2 commit 25517f2

File tree

64 files changed

+27
-8437
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+27
-8437
lines changed

README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
# Scroll Contracts
22

3-
This directory contains the solidity code for Scroll L1 bridge and rollup contracts and L2 bridge and pre-deployed contracts. You can also find contract APIs and more details in the [`docs`](./docs) folder.
3+
This directory contains the solidity code for Scroll L1 bridge and rollup contracts and L2 bridge and pre-deployed contracts.
44

55
## Directory Structure
66

77
<pre>
8-
├── <a href="./docs/">docs</a>: Documentation for the contracts
9-
├── <a href="./integration-test/">integration-test</a>: Hardhat integration tests
8+
├── <a href="./hardhat-test/">hardhat-test</a>: Hardhat integration tests
109
├── <a href="./lib/">lib</a>: External libraries and testing tools
1110
├── <a href="./scripts">scripts</a>: Deployment scripts
1211
├── <a href="./src">src</a>
@@ -72,7 +71,7 @@ yarn install
7271
- Run `yarn prettier:solidity` to run linting in fix mode, will auto-format all solidity codes.
7372
- Run `yarn prettier` to run linting in fix mode, will auto-format all typescript codes.
7473
- Run `yarn prepare` to install the precommit linting hook.
75-
- Run `forge build` to compile contracts with foundry.
74+
- Run `forge build --evm-version cancun` to compile contracts with foundry.
7675
- Run `npx hardhat compile` to compile with hardhat.
77-
- Run `forge test -vvv` to run foundry units tests. It will compile all contracts before running the unit tests.
76+
- Run `forge test --evm-version cancun -vvv` to run foundry units tests. It will compile all contracts before running the unit tests.
7877
- Run `npx hardhat test` to run integration tests. It may not compile all contracts before running, it's better to run `npx hardhat compile` first.

deployments/README.md

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

deployments/l1geth.json

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

deployments/l2geth.json

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

0 commit comments

Comments
 (0)