Skip to content
Merged
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
5 changes: 2 additions & 3 deletions .env.template
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@
# ===========================================
# Set to true in CI environments
CI=false
# Foundry configuration for OpenZeppelin Lib
FOUNDRY_OUT=artifacts

# ===========================================
# DEPLOYMENT CONFIGURATION
# ===========================================
Expand Down Expand Up @@ -42,4 +41,4 @@ RECIPIENT_ADDRESS=
# ===========================================
# ADMIN CONFIGURATION
# ===========================================
NEW_DEFAULT_ADMIN=
NEW_DEFAULT_ADMIN=
1 change: 0 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ jobs:
runs-on: ubuntu-latest
env:
CI: true
FOUNDRY_OUT: artifacts
permissions:
contents: write # Required to commit deployment files.
environment: ${{ inputs.network }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ concurrency:

env:
FOUNDRY_PROFILE: ci
FOUNDRY_OUT: artifacts

jobs:
build-and-test:
Expand All @@ -41,7 +40,7 @@ jobs:
run: forge fmt --check

- name: Run Forge build
run: forge clean && forge build && forge build './src' --sizes
run: forge build && forge build './src' --sizes

- name: Run Foundry coverage
env:
Expand Down
41 changes: 0 additions & 41 deletions .github/workflows/verify-artifacts.yml

This file was deleted.

11 changes: 1 addition & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Compiler files
cache/
out/

# Ignores development broadcast logs
!/broadcast
Expand All @@ -18,13 +19,3 @@ broadcast/*/*/run-*.json
/coverage
lcov.info
lcov.src.info

# Ignore all artifacts except some files.
!/artifacts/
/artifacts/**
!/artifacts/*IexecLayerZeroBridge.sol
!/artifacts/*IexecLayerZeroBridge.sol/*
!/artifacts/*RLCCrosschainToken.sol
!/artifacts/*RLCCrosschainToken.sol/*
!/artifacts/*RLCLiquidityUnifier.sol
!/artifacts/*RLCLiquidityUnifier.sol/*

This file was deleted.

Loading