Skip to content

fixed deployment scripts & deployed new goerli instance #335

fixed deployment scripts & deployed new goerli instance

fixed deployment scripts & deployed new goerli instance #335

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'