Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[VEN-2846]: Add SolvBTC market #524

Open
wants to merge 2 commits into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions deploy/007-deploy-mock-tokens.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
import { getConfig } from "../helpers/deploymentConfig";

const func: DeployFunction = async function (hre: HardhatRuntimeEnvironment) {
const { deployments, getNamedAccounts }: any = hre;

Check warning on line 7 in deploy/007-deploy-mock-tokens.ts

View workflow job for this annotation

GitHub Actions / Lint

Unexpected any. Specify a different type
const { deploy } = deployments;
const { deployer } = await getNamedAccounts();

Expand All @@ -26,7 +26,5 @@
};

func.tags = ["MockTokens"];
// These are mock tokens
func.skip = async hre => hre.network.name !== "hardhat";
chechu marked this conversation as resolved.
Show resolved Hide resolved

export default func;
Loading
Loading