-
Notifications
You must be signed in to change notification settings - Fork 737
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: sync bytecode to latest (#584)
* feat: sync bytecode to latest * fix: change foundry version in ci * chores: add output on ci * fix: modify ci workflow * chores: lint contract code for latest foundry fmt * fix: fix governor test case after governor started on BSC
- Loading branch information
Showing
5 changed files
with
61 additions
and
72 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,12 +29,13 @@ jobs: | |
${{ runner.os }}-yarn- | ||
- name: Install Foundry | ||
uses: foundry-rs/foundry-toolchain@v1.2.0 | ||
uses: foundry-rs/foundry-toolchain@v1 | ||
|
||
- name: Install Project Dependencies | ||
run: | | ||
npm install | ||
forge install --no-git --no-commit foundry-rs/[email protected] | ||
forge --version | ||
- name: Lint Check | ||
run: | | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters