Skip to content

Commit f1d748b

Browse files
Merge branch 'dev' into feat/mainnet-pools
2 parents 5d9c184 + f9dda00 commit f1d748b

File tree

74 files changed

+5488
-1278
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

74 files changed

+5488
-1278
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,3 +70,4 @@ deploy-full.cjs
7070
deploy-pools.cjs
7171
push-prices.cjs
7272
add-soroswap-liquidity.cjs
73+
scripts/

apps/web-app/.env.example

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ NEXT_PUBLIC_FAUCET_CONTRACT_ID=
1616
# Only this wallet can access the admin UI. Contract still enforces admin auth on-chain.
1717
NEXT_PUBLIC_LENDING_ADMIN_ADDRESS=
1818

19+
# Vault manager key — server-only, never expose to client
20+
VAULT_MANAGER_SECRET_KEY=
21+
1922
# Etherfuse FX — server-only (no NEXT_PUBLIC_ prefix)
2023
ETHERFUSE_API_KEY=
2124
ETHERFUSE_BASE_URL=https://api.sand.etherfuse.com

apps/web-app/package.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@
1616
"@hookform/resolvers": "^5.2.2",
1717
"@mui/icons-material": "^5.15.0",
1818
"@mui/material": "^5.15.0",
19+
"@neko/backstop": "0.0.0",
1920
"@neko/config": "0.0.0",
21+
"@neko/defindex-vault": "0.0.0",
2022
"@neko/lending": "0.0.0",
2123
"@neko/oracle": "0.0.0",
2224
"@soroswap/sdk": "^0.3.8",

apps/web-app/public/assets/ktb.png

179 KB
Loading

apps/web-app/public/assets/vault-assets/cetes-white.svg

Lines changed: 20 additions & 0 deletions
Loading

apps/web-app/public/assets/vault-assets/cetes.svg

Lines changed: 19 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading
Lines changed: 15 additions & 0 deletions
Loading

apps/web-app/public/banners/vault.svg

Lines changed: 19 additions & 0 deletions
Loading

apps/web-app/public/neko-logo.png

1.56 MB
Loading

0 commit comments

Comments
 (0)