Skip to content

docs(README.md): added sepolia deployment address #35

docs(README.md): added sepolia deployment address

docs(README.md): added sepolia deployment address #35

Workflow file for this run

name: Test CI
on: push
jobs:
build:
name: Unit tests
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Install Foundry
uses: onbjerg/foundry-toolchain@v1
with:
version: nightly
- name: Install dependencies
run: forge install
- name: Run unit tests
run: forge test