Skip to content

deployment: holesky and mainnet instance for safe deployed #365

deployment: holesky and mainnet instance for safe deployed

deployment: holesky and mainnet instance for safe deployed #365

Workflow file for this run

name: Mythril Checks
on:
push:
jobs:
run-mythril:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
with:
submodules: recursive
- name: StakingContract
uses: ./actions/mythril
id: staking-contract
with:
contract: './contracts/src/StakingContract'