Skip to content

Commit

Permalink
chore: update manifest informations
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanNeiverth committed Sep 23, 2024
1 parent c6b74e1 commit 8f58a24
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions apps/claim-vesting/public/manifest.json
Original file line number Diff line number Diff line change
@@ -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",
Expand All @@ -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",
Expand Down
6 changes: 3 additions & 3 deletions apps/claim-vesting/src/app/ClaimVestingApp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export function ClaimVestingApp() {
</button>
<ContentWrapper>
<Row>
<LabelContainer label="Type vesting contract" />
<Input />
<LabelContainer label="Place vesting contract address" />
<Input placeholder="0xabc..." />
</Row>
<Row>
<ClaimableAmountContainer>
Expand All @@ -31,7 +31,7 @@ export function ClaimVestingApp() {
</Row>
</ContentWrapper>
<ButtonPrimary>
<span>Add airdrop</span>
<span>Add hook</span>
</ButtonPrimary>
</Wrapper>
);
Expand Down

0 comments on commit 8f58a24

Please sign in to comment.