From 1718d7fba98fd25f0aeb95ba60b87520593a354f Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 11 Sep 2023 14:40:05 +0200 Subject: [PATCH 1/2] remove unnecesary config piece --- configs/oasis-borrow/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/oasis-borrow/index.ts b/configs/oasis-borrow/index.ts index 0790984..30df6b1 100644 --- a/configs/oasis-borrow/index.ts +++ b/configs/oasis-borrow/index.ts @@ -40,7 +40,5 @@ export default function ({ isProduction, notProduction }: ConfigHelperType) { SparkProtocolBorrow: true, SparkProtocolMultiply: true, SparkProtocolSDAIETH: false, - SomeTestingFeatureIWantToTest: isProduction ? false : true, - SomeOtherTestingFeatureIWantToTest: notProduction ? false : true, }; } From 6ef963d487d7b6dae7882cc1b6e6f53e7d5a4d1c Mon Sep 17 00:00:00 2001 From: Marcin Ciarka Date: Mon, 11 Sep 2023 14:45:10 +0200 Subject: [PATCH 2/2] changed the PR template --- .github/pull_request_template.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index fbe724a..f0635d2 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,8 @@ ## Changes 👷‍♀️ - + + - item 1 + +