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

Deployment scripts are broken #444

Open
Elliott-Green opened this issue Feb 7, 2024 · 0 comments
Open

Deployment scripts are broken #444

Elliott-Green opened this issue Feb 7, 2024 · 0 comments

Comments

@Elliott-Green
Copy link

Hello XVS team.

I've been trying to spin up XVS on a local hardhat instance and have reached out on Discord for support with this, but have recieved the response The deployment scripts are currently broken and not optimized to be run on hardhat.

Taking any branch OR tagged release AND running npx hardhat deploy --localhost causes the deployment to fail immediately becuase several contracts are not present in this repository (InterestRateModelLens.sol, MockToken.sol) and therefore the artifacts are not present.

I have started pulling these unreferenced contracts into the main release branch from your other repositories and manage to pass some of the errors and make it further down the deployment script list, but this isn't ideal for anyone trying to get grips on XVS's contracts and their interactions.

I am requesting that the deployment scripts be fixed so that npx hardhat deploy --localhost actually works.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant