From 081bccc1e7dd9e5f053f5c0884e4923c32fa3a8c Mon Sep 17 00:00:00 2001 From: AntonovDm Date: Fri, 8 Nov 2024 19:18:39 +0300 Subject: [PATCH 1/4] feat: add splash protocol json. --- projects/splash-protocol.json | 70 +++++++++++++++++++++++++++++++++++ 1 file changed, 70 insertions(+) create mode 100644 projects/splash-protocol.json diff --git a/projects/splash-protocol.json b/projects/splash-protocol.json new file mode 100644 index 0000000..4109a29 --- /dev/null +++ b/projects/splash-protocol.json @@ -0,0 +1,70 @@ +{ + "projectName": "Splash Protocol", + "labelPrefix": "Splash Protocol", + "website": "https://www.splash.trade", + "twitter": "splashprotocol", + "discord": "https://discord.com/invite/splashprotocol", + "category": "DEX", + "contracts": [ + { + "name": "Deposit (Weighted Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "99b82cb994dc2af44c12cb5daf5ad274211622800467af5bd8c32352", + "github": "https://github.com/splashprotocol/splash-core" + }, + { + "name": "Redeem (Weighted Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "b8a2bba77a5b50ac297032a7b0261f375a269ee3623d65172b384ba7", + "github": "https://github.com/splashprotocol/splash-core" + }, + { + "name": "Deposit (Constant Function Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "680f52841c06f32cecdcdeff2c20ce6b70c2a5249b94d1a2b4eff294", + "github": "https://github.com/splashprotocol/splash-core" + } + , + { + "name": "Redeem (Constant Function Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "87f504b07add9e1d74ae102f53ab7f9ff2456dee897a43d8e27b348b", + "github": "https://github.com/splashprotocol/splash-core" + } + , + { + "name": "Deposit (Stableswap Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "3771abe5d236a51ace13c738885e29845fd5ef9ee90ed0efb420d275", + "github": "https://github.com/splashprotocol/splash-core" + } + , + { + "name": "Redeem (Stableswap Pool)", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "4e7acc95834f1b86c54e9b9e38f3c1f72f848a52eb994da50d5f825f", + "github": "https://github.com/splashprotocol/splash-core" + } + , + { + "name": "Order Contract", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "464eeee89f05aff787d40045af2a40a83fd96c513197d32fbc54ff02", + "github": "https://github.com/splashprotocol/splash-core" + } + ] +} From 093f5d3b74f656f75dc522fb4d98a2947cf26d7f Mon Sep 17 00:00:00 2001 From: AntonovDm Date: Fri, 8 Nov 2024 19:30:45 +0300 Subject: [PATCH 2/4] feat: remove spectrum-finance json. --- projects/spectrum-finance.json | 43 ---------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 projects/spectrum-finance.json diff --git a/projects/spectrum-finance.json b/projects/spectrum-finance.json deleted file mode 100644 index 85004db..0000000 --- a/projects/spectrum-finance.json +++ /dev/null @@ -1,43 +0,0 @@ -{ - "projectName": "Spectrum Finance", - "labelPrefix": "Spectrum Finance", - "website": "https://spectrum.fi", - "twitter": "spectrumlabs_", - "discord": "https://discord.com/invite/zY2gmTYQVD", - "category": "DEX", - "contracts": [ - { - "name": "Swap Order Contract", - "version": 1, - "language": "PLUTUS", - "languageVersion": 2, - "scriptHash": "2618e94cdb06792f05ae9b1ec78b0231f4b7f4215b1b4cf52e6342de", - "github": "https://github.com/spectrum-finance/cardano-dex-contracts" - }, - { - "name": "AMM Pool Contract", - "version": 1, - "language": "PLUTUS", - "languageVersion": 2, - "scriptHash": "e628bfd68c07a7a38fcd7d8df650812a9dfdbee54b1ed4c25c87ffbf", - "github": "https://github.com/spectrum-finance/cardano-dex-contracts" - }, - { - "name": "Deposit Order Contract", - "version": 1, - "language": "PLUTUS", - "languageVersion": 2, - "scriptHash": "075e09eb0fa89e1dc34691b3c56a7f437e60ac5ea67b338f2e176e20", - "github": "https://github.com/spectrum-finance/cardano-dex-contracts" - } - , - { - "name": "Redeem Order Contract", - "version": 1, - "language": "PLUTUS", - "languageVersion": 2, - "scriptHash": "83da79f531c19f9ce4d85359f56968a742cf05cc25ed3ca48c302dee", - "github": "https://github.com/spectrum-finance/cardano-dex-contracts" - } - ] -} From 18e8b117551b3764916504ff364dbded81c7104c Mon Sep 17 00:00:00 2001 From: AntonovDm Date: Fri, 8 Nov 2024 19:43:39 +0300 Subject: [PATCH 3/4] feat: update discord link. --- projects/splash-protocol.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/splash-protocol.json b/projects/splash-protocol.json index 4109a29..f1176af 100644 --- a/projects/splash-protocol.json +++ b/projects/splash-protocol.json @@ -3,7 +3,7 @@ "labelPrefix": "Splash Protocol", "website": "https://www.splash.trade", "twitter": "splashprotocol", - "discord": "https://discord.com/invite/splashprotocol", + "discord": "https://discord.gg/splashprotocol", "category": "DEX", "contracts": [ { From 78cf411595fb062e59c747ce83863824a2bf369f Mon Sep 17 00:00:00 2001 From: AntonovDm Date: Fri, 8 Nov 2024 21:45:10 +0300 Subject: [PATCH 4/4] feat: return spectrum-finance json. --- projects/spectrum-finance.json | 43 ++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 projects/spectrum-finance.json diff --git a/projects/spectrum-finance.json b/projects/spectrum-finance.json new file mode 100644 index 0000000..85004db --- /dev/null +++ b/projects/spectrum-finance.json @@ -0,0 +1,43 @@ +{ + "projectName": "Spectrum Finance", + "labelPrefix": "Spectrum Finance", + "website": "https://spectrum.fi", + "twitter": "spectrumlabs_", + "discord": "https://discord.com/invite/zY2gmTYQVD", + "category": "DEX", + "contracts": [ + { + "name": "Swap Order Contract", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "2618e94cdb06792f05ae9b1ec78b0231f4b7f4215b1b4cf52e6342de", + "github": "https://github.com/spectrum-finance/cardano-dex-contracts" + }, + { + "name": "AMM Pool Contract", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "e628bfd68c07a7a38fcd7d8df650812a9dfdbee54b1ed4c25c87ffbf", + "github": "https://github.com/spectrum-finance/cardano-dex-contracts" + }, + { + "name": "Deposit Order Contract", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "075e09eb0fa89e1dc34691b3c56a7f437e60ac5ea67b338f2e176e20", + "github": "https://github.com/spectrum-finance/cardano-dex-contracts" + } + , + { + "name": "Redeem Order Contract", + "version": 1, + "language": "PLUTUS", + "languageVersion": 2, + "scriptHash": "83da79f531c19f9ce4d85359f56968a742cf05cc25ed3ca48c302dee", + "github": "https://github.com/spectrum-finance/cardano-dex-contracts" + } + ] +}