Skip to content

chore: add note about evm_version being derived from Etherscan and sometimes making the incorrect assumption. #336

chore: add note about evm_version being derived from Etherscan and sometimes making the incorrect assumption.

chore: add note about evm_version being derived from Etherscan and sometimes making the incorrect assumption. #336

Workflow file for this run

name: project
on:
issues:
types: [opened, transferred]
jobs:
add-to-project:
name: add issue
runs-on: ubuntu-latest
steps:
- uses: actions/add-to-project@main
with:
project-url: https://github.com/orgs/foundry-rs/projects/1
github-token: ${{ secrets.GH_PROJECTS_TOKEN }}