Skip to content

Commit

Permalink
Add initial LockstakeEngine/Urn/Clipper logic + tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sunbreak1211 committed Sep 22, 2023
1 parent 8d8708b commit 38a06e2
Show file tree
Hide file tree
Showing 14 changed files with 3,632 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: test

on: workflow_dispatch
on: [push, pull_request]

env:
FOUNDRY_PROFILE: ci
Expand Down Expand Up @@ -32,3 +32,5 @@ jobs:
run: |
forge test -vvv
id: test
env:
ETH_RPC_URL: ${{ secrets.ETH_RPC_URL }}
4 changes: 4 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,9 @@
src = "src"
out = "out"
libs = ["lib"]
solc = "0.8.16"
optimizer = true
optimizer_runs = 200
verbosity = 1

# See more config options https://github.com/foundry-rs/foundry/tree/master/config
Loading

0 comments on commit 38a06e2

Please sign in to comment.