From 129f64d270fd0545697dec559256cc62734c168f Mon Sep 17 00:00:00 2001 From: "jp.kuji" <151442396+jpKuji@users.noreply.github.com> Date: Fri, 19 Jul 2024 13:01:51 +0200 Subject: [PATCH] add mock_environment doc --- docs/mock_environment.md | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 docs/mock_environment.md diff --git a/docs/mock_environment.md b/docs/mock_environment.md new file mode 100644 index 0000000..f465032 --- /dev/null +++ b/docs/mock_environment.md @@ -0,0 +1,10 @@ +# Mock environment +This is a collection of useful tips to shape pond to your testing needs. + +## Content +- [Increasing the GHOST lending interest rates](#increasing-the-ghost-borrow-rates) + +### Increasing the GHOST borrow rates +To simulate interest rate changes on GHOST you first need to deposit some money into the vault and then borrow as much as possible against it. +You can do this using the CLI and execute txs manually or you can use the [planfile](../README.md#planfiles) to mock it on deployment. +