Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Dec 12, 2024
1 parent 1e3aa4c commit cd44718
Show file tree
Hide file tree
Showing 10 changed files with 100 additions and 6 deletions.
2 changes: 1 addition & 1 deletion defi/dimension-adapters
Binary file added defi/icons/comtech-gold.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/holdstation-swap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/holdstation.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/mewfi.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/sparkdex-perps.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
86 changes: 84 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5933,8 +5933,8 @@ const data3: Protocol[] = [
logo: `${baseIconsUrl}/holdstation-defutures.png`,
audits: "2",
audit_note: null,
gecko_id: "holdstation",
cmcId: "28510",
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["zkSync Era"],
oracles: ["Chainlink"],
Expand All @@ -5944,6 +5944,7 @@ const data3: Protocol[] = [
audit_links: [
"https://github.com/verichains/public-audit-reports/blob/main/Verichains%20Draft%20Audit%20Report%20-%20HoldStation%20Dex%20-%20v1.0.pdf",
],
parentProtocol: "parent#holdstation",
listedAt: 1683724915,
},
{
Expand Down Expand Up @@ -63224,6 +63225,87 @@ const data3: Protocol[] = [
parentProtocol: "parent#balancer",
listedAt: 1733938643
},
{
id: "5492",
name: "SparkDEX Perps",
address: null,
symbol: "-",
url: "https://sparkdex.ai/",
description: "SparkDEX's Perpetual Exchange supports up to 100x leverage on crypto assets and offers exposure to in-demand commodities and forex market currencies",
chain: "Flare",
logo: `${baseIconsUrl}/sparkdex-perps.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Derivatives",
chains: ["Flare"],
module: "sparkdex-perps/index.js",
twitter: "SparkDexAI",
oracles: ["Flare FTSO"], // https://github.com/DefiLlama/DefiLlama-Adapters/pull/12676
audit_links: ["https://github.com/SparkDEX/perp-smart-contracts/blob/main/audit"],
parentProtocol: "parent#sparkdexbalancer",
listedAt: 1734027989
},
{
id: "5493",
name: "Holdstation Swap",
address: "era:0xed4040fd47629e7c8fbb7da76bb50b3e7695f0f2",
symbol: "HOLD",
url: "https://holdstation.exchange/",
description: "Uniswap V3 fork on ZKsync Era",
chain: "zkSync Era",
logo: `${baseIconsUrl}/holdstation-swap.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["zkSync Era"],
module: "holdstation-swap/index.js",
twitter: "HoldstationW",
forkedFrom: ["Uniswap V3"],
parentProtocol: "parent#holdstation",
listedAt: 1734027998
},
{
id: "5494",
name: "MewFi",
address: "ergo:6c35aa395c7c75b0f67f7804d6930f0e11ef93c3387dc1faa86498d54af7962c",
symbol: "MEW",
url: "https://mewfinance.com/",
description: "Decentralized marketplace on ergo blockchain",
chain: "Ergo",
logo: `${baseIconsUrl}/mewfi.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "NFT Marketplace",
chains: ["Ergo"],
module: "mew-fi/index.js",
twitter: "Mew_finance",
listedAt: 1734028004
},
{
id: "5495",
name: "ComTech Gold",
address: null,
symbol: "-",
url: "https://comtechgold.com/Digitalgold",
description: "ComTech introduces Gold token namely ComTech Gold ( $CGO ) built on XDC Network.",
chain: "XDC",
logo: `${baseIconsUrl}/comtech-gold.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "RWA",
chains: ["XDC"],
module: "comtech-gold/index.js",
twitter: "ComTechOfficial",
listedAt: 1734028011
},
];

export default data3;
14 changes: 13 additions & 1 deletion defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4936,7 +4936,7 @@ const parentProtocols: IParentProtocol[] = [
cmcId: null,
chains: [],
twitter: "SparkDexAI",
github: ["sparkdex"],
github: ["SparkDEX"],
},
{
id: "parent#crust-finance",
Expand Down Expand Up @@ -5979,6 +5979,18 @@ const parentProtocols: IParentProtocol[] = [
twitter: "ThetisMarket",
github: ["thetis-market"],
},
{
id: "parent#holdstation",
name: "Holdstation",
url: "https://holdstation.com/",
description:
"Wallet for Futures Trading & #AiAgents on ZKsync, Berachain & Worldcoin",
logo: `${baseIconsUrl}/holdstation.jpg`,
gecko_id: "holdstation",
cmcId: "28510",
chains: [],
twitter: "HoldstationW",
},
];

export default parentProtocols;
Expand Down

0 comments on commit cd44718

Please sign in to comment.