From fd439678ee0d482124a0e4f9f0426b1835ffd430 Mon Sep 17 00:00:00 2001 From: Alejandro Avagnina Date: Mon, 20 May 2024 12:09:50 -0300 Subject: [PATCH] fix: added double quotes to titles to not be treated as arrays (#58) --- kits/anastasialabs-linear-vesting/metadata.yaml | 2 +- kits/anastasialabs-plutarch-bridge-template/metadata.yaml | 2 +- kits/anastasialabs-plutarch-merkle-tree/metadata.yaml | 2 +- kits/anastasialabs-single-asset-staking/metadata.yaml | 2 +- kits/anastasialabs-yieldfarming/metadata.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/kits/anastasialabs-linear-vesting/metadata.yaml b/kits/anastasialabs-linear-vesting/metadata.yaml index 931b151..3711383 100644 --- a/kits/anastasialabs-linear-vesting/metadata.yaml +++ b/kits/anastasialabs-linear-vesting/metadata.yaml @@ -1,4 +1,4 @@ -title: [Production Grade Dapps] Linear Vesting +title: "[Production Grade Dapps] Linear Vesting" logo: https://avatars.githubusercontent.com/u/125997902?s=200&v=4 description: Linear Vesting contract aims at providing a reliable mechanism for releasing Cardano Native Tokens gradually over a specified timeframe, with customization options to fit different requirements. repository: https://github.com/Anastasia-Labs/linear-vesting diff --git a/kits/anastasialabs-plutarch-bridge-template/metadata.yaml b/kits/anastasialabs-plutarch-bridge-template/metadata.yaml index a47a22a..29ff75e 100644 --- a/kits/anastasialabs-plutarch-bridge-template/metadata.yaml +++ b/kits/anastasialabs-plutarch-bridge-template/metadata.yaml @@ -1,4 +1,4 @@ -title: [Production Grade Dapps] Bridge Template +title: "[Production Grade Dapps] Bridge Template" logo: https://avatars.githubusercontent.com/u/125997902?s=200&v=4 description: In the rapidly evolving world of blockchain technology, the need for seamless communication and interoperability between disparate blockchain networks has never been more critical. The Bridge Template serves as a pivotal solution in this domain, designed to bridge the gap between different blockchain ecosystems. This innovative template enables the efficient and secure transfer of assets and data across various networks, breaking down the barriers that have traditionally hindered interoperability in the blockchain space. repository: https://github.com/Anastasia-Labs/bridge-template diff --git a/kits/anastasialabs-plutarch-merkle-tree/metadata.yaml b/kits/anastasialabs-plutarch-merkle-tree/metadata.yaml index 22278c0..282b1a1 100644 --- a/kits/anastasialabs-plutarch-merkle-tree/metadata.yaml +++ b/kits/anastasialabs-plutarch-merkle-tree/metadata.yaml @@ -1,4 +1,4 @@ -title: [Production Grade Dapps] Plutarch Merkle Tree +title: "[Production Grade Dapps] Plutarch Merkle Tree" logo: https://avatars.githubusercontent.com/u/125997902?s=200&v=4 description: The Plutarch Merkle Tree project provides a Plutarch-based implementation of Merkle Trees for the Cardano blockchain. This project allows developers to leverage the security and efficiency of Merkle Trees in their Cardano smart contracts, ensuring data integrity and efficient data verification. repository: https://github.com/Anastasia-Labs/plutarch-merkle-tree diff --git a/kits/anastasialabs-single-asset-staking/metadata.yaml b/kits/anastasialabs-single-asset-staking/metadata.yaml index bfc671a..c41c9cb 100644 --- a/kits/anastasialabs-single-asset-staking/metadata.yaml +++ b/kits/anastasialabs-single-asset-staking/metadata.yaml @@ -1,4 +1,4 @@ -title: [Production Grade Dapps] Single Asset Staking +title: "[Production Grade Dapps] Single Asset Staking" logo: https://avatars.githubusercontent.com/u/125997902?s=200&v=4 description: Single Asset Staking contracts facilitate collective staking of digital assets and distributing rewards among participants. repository: https://github.com/Anastasia-Labs/single-asset-staking diff --git a/kits/anastasialabs-yieldfarming/metadata.yaml b/kits/anastasialabs-yieldfarming/metadata.yaml index 9bd1be5..5db1b09 100644 --- a/kits/anastasialabs-yieldfarming/metadata.yaml +++ b/kits/anastasialabs-yieldfarming/metadata.yaml @@ -1,4 +1,4 @@ -title: [Production Grade Dapps] Yield Farming +title: "[Production Grade Dapps] Yield Farming" logo: https://avatars.githubusercontent.com/u/125997902?s=200&v=4 description: Yield farming, also referred to as liquidity mining, is a way to generate rewards with cryptocurrency holdings. In simple terms, it means locking up cryptocurrencies and getting rewards. repository: https://github.com/Anastasia-Labs/yieldfarming