From c2413979ccb009bb898dfb93bdc12fd71fecb5c2 Mon Sep 17 00:00:00 2001 From: Robert Pieter van Leeuwen Date: Sat, 9 Mar 2024 11:13:09 +0100 Subject: [PATCH 1/2] add stake contracts --- projects/coinecta.json | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/projects/coinecta.json b/projects/coinecta.json index 232f881..68d0f7a 100644 --- a/projects/coinecta.json +++ b/projects/coinecta.json @@ -5,5 +5,34 @@ "twitter": "CoinectaFinance", "discord": "https://discord.gg/EuFdWye8yw", "category": "DEFI", - "description": "Coinecta is a next-generation Cardano-based token launch platform, striving to be the launchpad of choice for innovative blockchain projects." + "description": "Coinecta is a next-generation Cardano-based token launch platform, striving to be the launchpad of choice for innovative blockchain projects.", + "contracts": [ + { + "name": "Stake Proxy", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "eaeeb6716f41383b1fb53ec0c91d4fbb55aba4f23061b73cdf5d0b62", + "github": "https://github.com/coinecta/staking-contracts", + "description": "Contract helping the user stake their tokens correctly without contention worries" + }, + { + "name": "Stake Pool", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "61b3802ce748ed1fdaad2d6c744b19f104285f7d318172a5d4f06a4e", + "github": "https://github.com/coinecta/staking-contracts", + "description": "Contract holding assets designated to be rewarded to stakers" + }, + { + "name": "Time Lock", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "f5daa8c5b5fc29f5bdcd18931269f0763ca6a7e85fc83c4d2b0117d5", + "github": "https://github.com/coinecta/staking-contracts", + "description": "Contract locking assets until a certain time and a unique nft is used to unlock" + } + ] } From 7e1156bd247ddecd847aebcae0bdc78d5a959bd4 Mon Sep 17 00:00:00 2001 From: Robert Pieter van Leeuwen Date: Sat, 9 Mar 2024 11:15:30 +0100 Subject: [PATCH 2/2] Shorten description --- projects/coinecta.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/coinecta.json b/projects/coinecta.json index 68d0f7a..622b59b 100644 --- a/projects/coinecta.json +++ b/projects/coinecta.json @@ -5,7 +5,7 @@ "twitter": "CoinectaFinance", "discord": "https://discord.gg/EuFdWye8yw", "category": "DEFI", - "description": "Coinecta is a next-generation Cardano-based token launch platform, striving to be the launchpad of choice for innovative blockchain projects.", + "description": "Coinecta is a next-generation Cardano-based token launch platform, striving to be the launchpad of choice for innovative blockchain projects", "contracts": [ { "name": "Stake Proxy",