From 7973bb0431e8ebd49d7100796be68aa3a2a9eed9 Mon Sep 17 00:00:00 2001 From: Clara <96170344+claraexmachina@users.noreply.github.com> Date: Fri, 8 Mar 2024 14:30:08 +0900 Subject: [PATCH] Update app.json --- apps/nolus/app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/nolus/app.json b/apps/nolus/app.json index 45c28195..5b3ff240 100644 --- a/apps/nolus/app.json +++ b/apps/nolus/app.json @@ -1,11 +1,14 @@ { "appCategory": "DeFi", "appName": "Nolus", - "appSummary": "The Cross-Chain Lease Protocol. Elevate your game with up to 3x equity. Dive into a world of minimized risks and unlock the full potential of your assets.", + "appSummary": "Reshaping Money Markets with the first DeFi Lease.", "appWebsiteUrl": "https://app.nolus.io", "externalUrls": { "twitter": "https://twitter.com/nolusprotocol", "github": "https://github.com/nolus-protocol", "discord": "https://discord.com/invite/nolus-protocol" + }, + "appWebsiteUrlsByChainId": { + "neutron-1": "https://app.nolus.io/" } }