From 15c0a256842d929e6fd45a6a3d4828248266deb7 Mon Sep 17 00:00:00 2001 From: Lucas Magnus Date: Fri, 5 Jan 2024 08:46:45 -0300 Subject: [PATCH] feat: refactor stellar-plus --- frontend/.idea/workspace.xml | 8 +- frontend/package-lock.json | 227 +++++++------ frontend/package.json | 2 +- .../app/core/pages/contracts-create/index.tsx | 205 ++++++------ frontend/src/hooks/useContracts/context.tsx | 50 ++- frontend/src/interfaces/http/index.ts | 2 +- frontend/src/soroban/Freighter.tsx | 88 ----- frontend/src/soroban/StellarHelpers.tsx | 40 --- .../certificate-of-deposit/constants.ts | 33 +- .../soroban/certificate-of-deposit/index.ts | 245 ++++---------- frontend/src/soroban/constants.ts | 111 +------ frontend/src/soroban/deployer/constants.ts | 17 - frontend/src/soroban/deployer/index.ts | 52 --- frontend/src/soroban/index.ts | 302 ------------------ 14 files changed, 343 insertions(+), 1039 deletions(-) delete mode 100644 frontend/src/soroban/Freighter.tsx delete mode 100644 frontend/src/soroban/StellarHelpers.tsx delete mode 100644 frontend/src/soroban/deployer/constants.ts delete mode 100644 frontend/src/soroban/deployer/index.ts delete mode 100644 frontend/src/soroban/index.ts diff --git a/frontend/.idea/workspace.xml b/frontend/.idea/workspace.xml index 60437f27..bf7627f6 100644 --- a/frontend/.idea/workspace.xml +++ b/frontend/.idea/workspace.xml @@ -4,9 +4,7 @@