Skip to content

Commit

Permalink
removed foundry
Browse files Browse the repository at this point in the history
  • Loading branch information
BkChoy committed May 9, 2024
1 parent 3ad330d commit 2e3be1d
Show file tree
Hide file tree
Showing 21 changed files with 0 additions and 424 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
name: CI
on: [push]

env:
FOUNDRY_PROFILE: ci

jobs:
ci:
name: Lint & Test
Expand All @@ -20,11 +17,6 @@ jobs:
path: "**/node_modules"
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly

- name: Install Yarn dependencies
run: yarn install

Expand Down
4 changes: 0 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,5 @@ deployments/localhost.json
.openzeppelin/unknown-31337.json
.openzeppelin/unknown-7777.json
.envrc
forge-cache/
.vscode
out
cache_forge
test/foundry/simulation
.openzeppelin/unknown-1337.json
3 changes: 0 additions & 3 deletions .gitmodules

This file was deleted.

12 changes: 0 additions & 12 deletions foundry.toml

This file was deleted.

25 changes: 0 additions & 25 deletions get-value.sh

This file was deleted.

1 change: 0 additions & 1 deletion hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ import '@typechain/hardhat'
import '@nomiclabs/hardhat-waffle'
import '@openzeppelin/hardhat-upgrades'
import '@nomiclabs/hardhat-etherscan'
import '@nomicfoundation/hardhat-foundry'

const balance = '100000000000000000000000'
const accounts = [
Expand Down
1 change: 0 additions & 1 deletion lib/forge-std
Submodule forge-std deleted from 155d54
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@
"solhint": "solhint contracts/**/*.sol"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.1.1",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
Expand Down
7 changes: 0 additions & 7 deletions scripts/input/1/config.json

This file was deleted.

19 changes: 0 additions & 19 deletions test/foundry/Base.t.sol

This file was deleted.

18 changes: 0 additions & 18 deletions test/foundry/fork/CommunityVaultAutomationFork.t.sol

This file was deleted.

60 changes: 0 additions & 60 deletions test/foundry/fork/scripts/Deployment.2.24.t.sol

This file was deleted.

38 changes: 0 additions & 38 deletions test/foundry/invariant/handlers/Handler.sol

This file was deleted.

53 changes: 0 additions & 53 deletions test/foundry/invariant/helpers/AddressSet.sol

This file was deleted.

52 changes: 0 additions & 52 deletions test/foundry/mock/CommunityVCSMock.sol

This file was deleted.

33 changes: 0 additions & 33 deletions test/foundry/unit/CommunityVaultAutomation.t.sol

This file was deleted.

8 changes: 0 additions & 8 deletions test/foundry/utils/Types.sol

This file was deleted.

Loading

0 comments on commit 2e3be1d

Please sign in to comment.