Skip to content

Commit

Permalink
Add updated audit (#9)
Browse files Browse the repository at this point in the history
* add updated audit

* fix the rpc
  • Loading branch information
hexonaut authored Mar 14, 2024
1 parent 54f3284 commit 24fd954
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,14 @@ jobs:
uses: foundry-rs/foundry-toolchain@v1

- name: Run tests
env:
MAINNET_RPC_URL: ${{secrets.MAINNET_RPC_URL}}
OPTIMISM_RPC_URL: ${{secrets.OPTIMISM_RPC_URL}}
ARBITRUM_ONE_RPC_URL: ${{secrets.ARBITRUM_ONE_RPC_URL}}
ARBITRUM_NOVA_RPC_URL: ${{secrets.ARBITRUM_NOVA_RPC_URL}}
GNOSIS_CHAIN_RPC_URL: ${{secrets.GNOSIS_CHAIN_RPC_URL}}
BASE_RPC_URL: ${{secrets.BASE_RPC_URL}}
GOERLI_RPC_URL: ${{secrets.GOERLI_RPC_URL}}
run: FOUNDRY_PROFILE=ci forge test

coverage:
Expand Down
Binary file modified audits/ChainSecurity_MakerDAO_SparkLend_Freezer_audit.pdf
Binary file not shown.

0 comments on commit 24fd954

Please sign in to comment.