Skip to content

Update manual bridging guide to include withdrawal flow (#103) #677

Update manual bridging guide to include withdrawal flow (#103)

Update manual bridging guide to include withdrawal flow (#103) #677

name: Slither Analysis
on: [push]
jobs:
analyze:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: crytic/[email protected]
with:
fail-on: high
slither-args: --filter-paths "./lib|./test"
node-version: 18