diff --git a/defi/icons/botto.png b/defi/icons/botto.png new file mode 100644 index 0000000000..b04f70b042 Binary files /dev/null and b/defi/icons/botto.png differ diff --git a/defi/icons/lfj-aggregator.png b/defi/icons/lfj-aggregator.png new file mode 100644 index 0000000000..55d2a59f58 Binary files /dev/null and b/defi/icons/lfj-aggregator.png differ diff --git a/defi/icons/ssi.png b/defi/icons/ssi.png new file mode 100644 index 0000000000..2d7f8d998b Binary files /dev/null and b/defi/icons/ssi.png differ diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index 43b0744806..b42e751623 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -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;