Skip to content

Commit

Permalink
feat: Dynamic Party Card Prices (#360)
Browse files Browse the repository at this point in the history
Co-authored-by: Brian Le <[email protected]>
  • Loading branch information
arr00 and 0xble authored Feb 1, 2024
1 parent fe9228b commit 8245386
Show file tree
Hide file tree
Showing 16 changed files with 1,844 additions and 66 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,9 @@ jobs:
run: yarn coverage
- name: "Upload coverage to Codecov"
uses: codecov/codecov-action@v3
with:
token: ${{ secrets.CODECOV_TOKEN }}
fail_ci_if_error: true
lint:
runs-on: ubuntu-latest
steps:
Expand Down Expand Up @@ -112,6 +115,4 @@ jobs:
- name: Install dependencies
run: forge install
- name: Check contract deployable mainnet
run: "node js/contracts-deployable.js --via-ir --optimize --optimizer-runs 0"
- name: Check contracts deployable base
run: "node js/contracts-deployable.js --via-ir --optimize --optimizer-runs 0 --evm-version paris"
run: "node js/contracts-deployable.js --via-ir --optimize --optimizer-runs 50"
Loading

0 comments on commit 8245386

Please sign in to comment.