From 8f58a248673a2227a933271ea795d40787b40865 Mon Sep 17 00:00:00 2001 From: Jean Neiverth Date: Mon, 23 Sep 2024 16:15:48 -0300 Subject: [PATCH] chore: update manifest informations --- apps/claim-vesting/public/manifest.json | 18 +++++++++--------- apps/claim-vesting/src/app/ClaimVestingApp.tsx | 6 +++--- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/apps/claim-vesting/public/manifest.json b/apps/claim-vesting/public/manifest.json index f5c2fca..243e41d 100644 --- a/apps/claim-vesting/public/manifest.json +++ b/apps/claim-vesting/public/manifest.json @@ -1,8 +1,8 @@ { "background_color": "#ffffff", "display": "standalone", - "homepage_url": "https://swap.cow.fi", - "description": "CoW hook dapp: Omnibridge", + "homepage_url": "https://github.com/bleu/cow-hooks-dapps", + "description": "CoW hook dapp: Claim Vesting", "icons": [ { "src": "/android-chrome-192x192.png", @@ -18,17 +18,17 @@ } ], "orientation": "portrait", - "name": "Omnibridge hook", - "short_name": "Omnibridge hook", + "name": "Claim Vesting Hook", + "short_name": "Claim Vesting", "start_url": ".", "theme_color": "#ffffff", "cow_hook_dapp": { - "name": "Omnibridge", - "descriptionShort": "Bridge from Gnosis Chain to Mainnet", - "description": "The Omnibridge can be used to bridge ERC-20 tokens between Ethereum and Gnosis. The first time a token is bridged, a new ERC677 token contract is deployed on GC with an additional suffix to differentiate the token. It will say \"token name on xDai\", as this was the original chain name prior to re-branding. If a token has been bridged previously, the previously deployed contract is used. The requested token amount is minted and sent to the account initiating the transfer (or an alternative receiver account specified by the sender).", + "name": "Claim Vesting", + "descriptionShort": "Claim vesting short description", + "description": "Claim vesting detailed description", "version": "0.0.1", - "website": "https://omni.legacy.gnosischain.com", - "image": "https://wiki.defillama.com/w/images/7/70/LlamaPay.png", + "website": "https://github.com/bleu/cow-hooks-dapps", + "image": "https://www.freeiconspng.com/uploads/money-symbol-png-icon-17.png", "walletCompatibility": ["EOA", "Smart contract"], "conditions": { "position": "pre", diff --git a/apps/claim-vesting/src/app/ClaimVestingApp.tsx b/apps/claim-vesting/src/app/ClaimVestingApp.tsx index c03daff..a1c9d1e 100644 --- a/apps/claim-vesting/src/app/ClaimVestingApp.tsx +++ b/apps/claim-vesting/src/app/ClaimVestingApp.tsx @@ -20,8 +20,8 @@ export function ClaimVestingApp() { - - + + @@ -31,7 +31,7 @@ export function ClaimVestingApp() { - Add airdrop + Add hook );