-
Notifications
You must be signed in to change notification settings - Fork 37
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor: add gas options to gateway upgrade test (#277) * refactor: add gas options to gateway upgrade test * fix(ci): pinning slither version (#278) * fix(ci): ignore unused imports in bytecode frozen contracts * fix(ci): ignore unused imports in bytecode frozen contracts * fix(ci): pinning the slither version to 0.10.1 * fix(ci): pinning the slither version to 0.10.1 --------- Co-authored-by: re1ro <rma4ok@gmail.com> * feat(GasService): updated estimation dependency (#279) * feat(GasService): updated estimation dependency * chore(npm): version bump * test(GasService): fixing gas info format * chore(npm): GMP SDK version bump --------- Co-authored-by: Blockchain Guy <ayusht11@outlook.com>
- Loading branch information
1 parent
2da444a
commit c4b295c
Showing
7 changed files
with
42 additions
and
20 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 |
---|---|---|
|
@@ -21,3 +21,6 @@ jobs: | |
uses: crytic/slither-action@v0.3.1 | ||
env: | ||
NO_OVERRIDES: true | ||
with: | ||
node-version: 18 | ||
slither-version: 0.10.1 |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
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