Skip to content

Fix incorrect address for GODS token on L2 (#109) #694

Fix incorrect address for GODS token on L2 (#109)

Fix incorrect address for GODS token on L2 (#109) #694

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