Skip to content

chore: add new artproxy address (#1) #3

chore: add new artproxy address (#1)

chore: add new artproxy address (#1) #3

Workflow file for this run

name: CI
on:
push:
branches:
- main
pull_request:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
submodules: recursive
- name: Install Foundry
uses: foundry-rs/foundry-toolchain@v1
with:
version: nightly
- name: "Build the contracts and print their size"
run: |
forge --version
forge build --sizes
- name: Run tests
run: OUTPUT_FILENAME=ci.json CONSTANTS_FILENAME=Base.json AIRDROPS_FILENAME=airdrop-ci.json forge test -vvv
env:
BASE_RPC_URL: ${{ secrets.BASE_RPC_URL }}
OPTIMISM_RPC_URL: ${{ secrets.OPTIMISM_RPC_URL }}
PRIVATE_KEY_DEPLOY: ${{ secrets.PRIVATE_KEY_DEPLOY }}
- name: slither-static-analysis
continue-on-error: true
uses: luisfontes19/[email protected]