Skip to content

Commit

Permalink
Refactor/use modular account libs (#166)
Browse files Browse the repository at this point in the history
  • Loading branch information
Zer0dot authored May 13, 2024
1 parent 77f8f99 commit c81e712
Show file tree
Hide file tree
Showing 83 changed files with 602 additions and 3,792 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,14 @@ jobs:
- name: Install forge dependencies
run: forge install

- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
with:
version: "8"

- name: "Install Node.js dependencies"
run: "pnpm install"

- name: Build project
run: forge build --sizes

Expand All @@ -94,6 +102,14 @@ jobs:
- name: Install forge dependencies
run: forge install

- name: "Install Pnpm"
uses: "pnpm/action-setup@v2"
with:
version: "8"

- name: "Install Node.js dependencies"
run: "pnpm install"

- name: Build project
run: FOUNDRY_PROFILE=lite forge build

Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@
"lint": "pnpm lint:src && pnpm lint:test",
"lint:src": "solhint -c .solhint-src.json ./src/**/*.sol",
"lint:test": "solhint -c .solhint-test.json ./test/**/*.sol"
},
"dependencies": {
"modular-account-libs": "github:erc6900/modular-account-libs#v0.7.0"
}
}
Loading

0 comments on commit c81e712

Please sign in to comment.