Skip to content

feat: add associateOperator and dissociateOperator to support self-delegate #54

feat: add associateOperator and dissociateOperator to support self-delegate

feat: add associateOperator and dissociateOperator to support self-delegate #54

Workflow file for this run

name: Slither Analysis
on:
pull_request:
push:
branches:
- main
- release/**
tags:
- "*"
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: crytic/[email protected]
with:
fail-on: medium