From c818133d6997466e1a93b566bb7c21f0cab965a7 Mon Sep 17 00:00:00 2001 From: Chidasan <129845692+Chidasan@users.noreply.github.com> Date: Mon, 26 Jun 2023 14:24:04 +0900 Subject: [PATCH] Update starlay_finance-milestone_1.md Made a mistake and committed milestone 1-2 here, re-committed the corrected milestone 1-1 --- deliveries/starlay_finance-milestone_1.md | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/deliveries/starlay_finance-milestone_1.md b/deliveries/starlay_finance-milestone_1.md index 3909568..ec38e14 100644 --- a/deliveries/starlay_finance-milestone_1.md +++ b/deliveries/starlay_finance-milestone_1.md @@ -10,10 +10,7 @@ | ------------- | ------------- | ------------- |------------- | | 0a. | License | [License](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/LICENSE.md) |  | | 0b. | Documentation | [Documentation](https://docs.starlay.finance) |  | -| 1. | Liquidate_borrow function | [Liquidate_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L401) | **Test link:** [Liquidate_Borrow](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Pool.spec.ts#L679) **Test Method:** 1. Run swanky-node on localhost 2. yarn compile 3. yarn test:single tests/Pool.spec.ts | -| 2. | List tokens (by the owner) | [List tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/contracts/manager/lib.rs#L98) | **Test link:** [List Tokens](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/tests/Manager.spec.ts#L58) **Test Method:** 1. Run swanky-node on localhost 2. yarn compile 3. yarn test:single tests/Manager.spec.ts | -| 3. | Switch between EVM and Polkadot | [Switch between EVM and Polkadot](https://testnet-wasm.starlay.finance/) | The link provided allows you to test the capability of our platform to switch between EVM and Polkadot. | - -**Additional Information** - -``` +| 1. | Deposit function | [Deposit function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L337) | | +| 2. | Borrow function | [Borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L368) | | +| 3. | Redeem function | [Redeem function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L351) | | +| 4. | Repay_borrow function| [Repay_borrow function](https://github.com/starlay-finance/starlay-protocol-wasm/blob/f8465b9e79b7566610663fd5f2971a9c0eeac8f9/logics/impls/pool/mod.rs#L389)