Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 13, 2025
1 parent 2215de9 commit 8cadc7e
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
Binary file added defi/icons/botto.png
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/lfj-aggregator.png
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/ssi.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
75 changes: 75 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -901,5 +901,80 @@ const data4: Protocol[] = [
github: ["aurum-protocol"],
listedAt: 1736775047
},
{
id: "5618",
name: "LFJ Aggregator",
address: "avax:0x6e84a6216ea6dacc71ee8e6b0a5b7322eebc0fdd",
symbol: "JOE",
url: "https://lfj.gg/arbitrum/trade",
description:
"DEX Aggregator by LFJ",
chain: "Arbitrum",
logo: `${baseIconsUrl}/lfj-aggregator.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "DEX Aggregators",
chains: ["Avalanche", "Arbitrum"],
module: "dummy.js",
twitter: "LFJ_gg",
forkedFrom: [],
oracles: [],
audit_links: [],
parentProtocol: "parent#trader-joe",
listedAt: 1736793159,
},
{
id: "5619",
name: "SSI",
address: null,
symbol: "-",
url: "https://ssi.sosovalue.com/",
description:
"The SoSoValue Index (SSI) Protocol is a cutting-edge spot index solution designed to make crypto investments simple and secured",
chain: "Base",
logo: `${baseIconsUrl}/ssi.png`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Indexes",
chains: ["Base"],
module: "ssi-protocol/index.js",
twitter: "SoSoValueCrypto",
forkedFrom: [],
oracles: [],
audit_links: [
"https://github.com/blocksecteam/audit-reports/blob/main/solidity/blocksec_sosovaluelabs_ssi_v1.0-signed.pdf",
"https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/SSI%20Protocol%20-%20SlowMist%20Audit%20Report.pdf",
"https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/SSI%20Protocol%20Phase2%20-%20SlowMist%20Audit%20Report.pdf"
],
github: ["SoSoValueLabs"],
listedAt: 1736793641,
},
{
id: "5620",
name: "Botto",
address: "0x9DFAD1b7102D46b1b197b90095B5c4E9f5845BBA",
symbol: "BOTTO",
url: "https://www.botto.fi/",
description:
"Botto is a decentralized autonomous artist",
chain: "Ethereum",
logo: `${baseIconsUrl}/botto.png`,
audits: "0",
audit_note: null,
gecko_id: "botto",
cmcId: "14345",
category: "AI Agent",
chains: ["Ethereum", "Base"],
module: "botto/index.js",
twitter: "bottoproject",
forkedFrom: [],
oracles: [],
audit_links: [],
listedAt: 1736793647,
},
];
export default data4;

0 comments on commit 8cadc7e

Please sign in to comment.