From 818640a45cabe7125b830385dbfc23867cef7fda Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Thu, 7 Mar 2024 11:11:33 -0800 Subject: [PATCH] Update README.md Updated with links to migration guide and wp --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 63c7edc..5253e17 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,9 @@ This repository contains version 3 and onward of the smart contracts for the Sun > Note: Version 1 consisted of the closed source Plutus v1 contracts written in 2021; Version 2 consisted of a short lived attempt to rewrite them in Plutus v2, before we decided to migrate to Aiken. It's also convenient, as we also released a "v2" of the UI, and so many were getting confused when we spoke of the "v2 contracts", not understanding the difference. +Migration plan document: https://docs.google.com/document/d/1iGdx3LXb-5EJNpRe-6u6FTc0k75fg2BIQj8cG5DvQVo/edit#heading=h.2ifsxfxprbh8 +Link to formal V3 whitepaper: https://cdn.sundaeswap.finance/SundaeV3.pdf + ## Layout The repository is organized as follows: @@ -32,4 +35,4 @@ Some notable differences from the v1 contracts: - The stake address attached to a pool can be updated by a treasury administrator - The rewards earned by a pool can be withdrawn to the treasury as protocol fees - Scoopers are not issued tokens to authorize them; they are defined in a global settings datum - - Scoopers define the order inputs are processed, rather than relying on what order they appear in the transaction \ No newline at end of file + - Scoopers define the order inputs are processed, rather than relying on what order they appear in the transaction