From 4d15b168f014f37a196f19a1c02ef882256ee479 Mon Sep 17 00:00:00 2001 From: Nicholas Maselli Date: Mon, 8 Jul 2024 10:19:58 -0400 Subject: [PATCH 1/3] Adding Saturn Swap to the cardano contracts regisry --- projects/saturnswap.json | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 projects/saturnswap.json diff --git a/projects/saturnswap.json b/projects/saturnswap.json new file mode 100644 index 0000000..ad087f8 --- /dev/null +++ b/projects/saturnswap.json @@ -0,0 +1,22 @@ +{ + "projectName": "Saturn Swap", + "labelPrefix": "Saturn Swap", + "website": "https://saturnswap.io/", + "category": "DEX", + "contracts": [ + { + "name": "Saturn Swap Contract", + "version": 1, + "language": "AIKEN", + "languageVersion": 1, + "scriptHash": "1af84a9e697e1e7b042a0a06f061e88182feb9e9ada950b36a916bd5", + "audit": [ + { + "provider": "Cypher", + "report": "https://saturn-swap.nyc3.cdn.digitaloceanspaces.com/Audits/Saturn%20Swap%20Audit.pdf", + "date": "2024-6-12" + } + ] + } + ] +} From 218a728b7d83b2a2a2732a5783f59297fd5b1040 Mon Sep 17 00:00:00 2001 From: Nicholas Maselli Date: Mon, 8 Jul 2024 10:23:07 -0400 Subject: [PATCH 2/3] updating language --- projects/saturnswap.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/projects/saturnswap.json b/projects/saturnswap.json index ad087f8..edc377e 100644 --- a/projects/saturnswap.json +++ b/projects/saturnswap.json @@ -7,14 +7,14 @@ { "name": "Saturn Swap Contract", "version": 1, - "language": "AIKEN", + "language": "PLUTUS", "languageVersion": 1, "scriptHash": "1af84a9e697e1e7b042a0a06f061e88182feb9e9ada950b36a916bd5", "audit": [ { "provider": "Cypher", "report": "https://saturn-swap.nyc3.cdn.digitaloceanspaces.com/Audits/Saturn%20Swap%20Audit.pdf", - "date": "2024-6-12" + "date": "12-6-2024" } ] } From f409807c643b2f5584f24cb869ad498ce5e07066 Mon Sep 17 00:00:00 2001 From: Nicholas Maselli Date: Mon, 8 Jul 2024 10:24:11 -0400 Subject: [PATCH 3/3] updating date format --- projects/saturnswap.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/saturnswap.json b/projects/saturnswap.json index edc377e..18bddf8 100644 --- a/projects/saturnswap.json +++ b/projects/saturnswap.json @@ -14,7 +14,7 @@ { "provider": "Cypher", "report": "https://saturn-swap.nyc3.cdn.digitaloceanspaces.com/Audits/Saturn%20Swap%20Audit.pdf", - "date": "12-6-2024" + "date": "12-06-2024" } ] }