Skip to content

Commit

Permalink
Merge pull request #227 from VenusProtocol/fix-build
Browse files Browse the repository at this point in the history
fix: update type import
  • Loading branch information
coreyar authored Sep 20, 2024
2 parents 8ffae43 + d90d805 commit d5ab333
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:

jobs:
lint:
name: Lint
name: Compile / Lint / Build
runs-on: ubuntu-latest

steps:
Expand All @@ -31,6 +31,9 @@ jobs:
- name: Lint solidity and ts files
run: yarn lint

- name: Lint solidity and ts files
run: yarn build

test:
name: Test
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion deploy/4-vip-based-configuration.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { AccessControlManager } from "@venusprotocol/governance-contracts/dist/typechain";
import { BigNumberish } from "ethers";
import { ethers } from "hardhat";
import { DeployFunction } from "hardhat-deploy/types";
Expand All @@ -11,7 +12,6 @@ import {
assets,
getOraclesData,
} from "../helpers/deploymentConfig";
import { AccessControlManager } from "../typechain-types";

interface GovernanceCommand {
contract: string;
Expand Down

0 comments on commit d5ab333

Please sign in to comment.