From 22e9044e6d4ec65132e9a67cf53cd14fd25a6053 Mon Sep 17 00:00:00 2001 From: Stan Goldin <48094744+Lomet@users.noreply.github.com> Date: Tue, 24 Jun 2025 18:10:41 +0300 Subject: [PATCH] chore: ensure eof newlines --- .gitignore | 2 +- src/contracts/abi/InvestProvider.json | 2 +- src/contracts/configs/Neon.config.ts | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitignore b/.gitignore index 34b5360..30af9e0 100644 --- a/.gitignore +++ b/.gitignore @@ -2,4 +2,4 @@ node_modules dist coverage # .npmrc -poolzfinance-reacthelper-* \ No newline at end of file +poolzfinance-reacthelper-* diff --git a/src/contracts/abi/InvestProvider.json b/src/contracts/abi/InvestProvider.json index 158dcae..3f1b1cd 100644 --- a/src/contracts/abi/InvestProvider.json +++ b/src/contracts/abi/InvestProvider.json @@ -858,4 +858,4 @@ "type": "function" } ] -} \ No newline at end of file +} diff --git a/src/contracts/configs/Neon.config.ts b/src/contracts/configs/Neon.config.ts index 5000765..5e95181 100644 --- a/src/contracts/configs/Neon.config.ts +++ b/src/contracts/configs/Neon.config.ts @@ -29,4 +29,4 @@ export const NeonChainConfig: TChainConfig = { nameVersion: "LockedDeal@2.3.3" }, whiteListAddress: "0x9c8f78e0aeab8190c9d1df7bed0b26c1edcb8de6" -} \ No newline at end of file +}