Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/verify-artifacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ on:
paths:
- 'src/**/*.sol'
- '.github/workflows/verify-artifacts.yml'
- 'artifacts/**'

env:
FOUNDRY_PROFILE: ci
Expand All @@ -22,7 +23,7 @@ jobs:
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: stable
version: nightly
cache: true

- name: Build contracts
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/RLCCrosschainToken.sol/RLCCrosschainToken.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion artifacts/RLCLiquidityUnifier.sol/RLCLiquidityUnifier.json

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions foundry.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ optimizer = true
optimizer_runs = 200
optimizer_details = { yul = true }
# TODO: Add via_ir = true and solve issues when building with it
bytecode_hash = "none"
cbor_metadata = false

## Needed by openzepplin upgrade plugin
ffi = true
Expand Down