Skip to content

Commit 3b33983

Browse files
add new listings
1 parent 23a534b commit 3b33983

File tree

1 file changed

+91
-0
lines changed

1 file changed

+91
-0
lines changed

defi/src/protocols/data4.ts

Lines changed: 91 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18903,6 +18903,7 @@ const data4: Protocol[] = [
1890318903
module: "dummy.js",
1890418904
twitter: "PadreApp",
1890518905
forkedFromIds: [],
18906+
parentProtocol: "parent#pump",
1890618907
dimensions: {
1890718908
fees: "padre"
1890818909
}
@@ -32889,5 +32890,95 @@ const data4: Protocol[] = [
3288932890
fees: "fomo",
3289032891
}
3289132892
},
32893+
{
32894+
id: "6923",
32895+
name: "CASH+",
32896+
address: null,
32897+
symbol: "-",
32898+
url: "https://asseto.finance/#invest",
32899+
description: "CASH+ is a 1:1 asset-backed token collateralized by the CMS USD Money Market Fund, which invests in high-quality short-term USD instruments. It offers both individual and institutional investors instant stablecoin liquidity combined with low-risk yields that track money-market rates.",
32900+
chain: "Ethereum",
32901+
logo: `${baseIconsUrl}/cash+.jpg`,
32902+
audits: "2",
32903+
audit_note: null,
32904+
gecko_id: null,
32905+
cmcId: null,
32906+
tags: ["Money Market Funds"],
32907+
chains: ["Ethereum", "Binance"],
32908+
module: "asseto-cashsplus/index.js",
32909+
forkedFromIds: [],
32910+
audit_links: ["https://reale-assets.gitbook.io/reale/smart-contract-audit"],
32911+
twitter: "AssetoFinance",
32912+
listedAt: 1761691834,
32913+
},
32914+
{
32915+
id: "6924",
32916+
name: "Rain",
32917+
address: "arbitrum:0x25118290e6A5f4139381D072181157035864099d",
32918+
symbol: "RAIN",
32919+
url: "https://www.rain.one/",
32920+
description: "Rain | Decentralized Prediction markets Protocol. Predict anything. Create markets. Trade options. Own the future!.",
32921+
chain: "Arbitrum",
32922+
logo: `${baseIconsUrl}/rain.jpg`,
32923+
audits: "2",
32924+
audit_note: null,
32925+
gecko_id: "rain",
32926+
cmcId: "38341",
32927+
category: "Prediction Market",
32928+
chains: ["Arbitrum"],
32929+
module: "rain-one/index.js",
32930+
forkedFromIds: [],
32931+
audit_links: ["https://hacken.io/audits/rain/sca-rain-token-aug2025/"],
32932+
twitter: "Rain__Protocol",
32933+
github: ["rain1-labs"],
32934+
listedAt: 1761692153,
32935+
},
32936+
{
32937+
id: "6925",
32938+
name: "Milkyway Restaking",
32939+
address: null,
32940+
symbol: "-",
32941+
url: "https://app.milkyway.zone/restake",
32942+
description: "Milkyway Restaking is a protocol that allows users to restake their assest.",
32943+
chain: "Milkyway",
32944+
logo: `${baseIconsUrl}/milkyway-restaking.jpg`,
32945+
audits: "0",
32946+
audit_note: null,
32947+
gecko_id: null,
32948+
cmcId: null,
32949+
category: "Restaking",
32950+
chains: ["Milkyway"],
32951+
module: "milky-way-restaking/index.js",
32952+
forkedFromIds: [],
32953+
twitter: "milkywayzone",
32954+
tokensExcludedFromParent: {
32955+
milkyway:["milkTIA"],
32956+
},
32957+
listedAt: 1761692463,
32958+
},
32959+
{
32960+
id: "6926",
32961+
name: "OPINION",
32962+
address: null,
32963+
symbol: "-",
32964+
url: "https://app.opinion.trade",
32965+
description: "Opinion is building a prediction exchange that enables direct trading of macroeconomic data, predictions, and news as standardized assets, leveraging proprietary on-chain infrastructure, AI Oracle, and trading tools to create new opportunities for retail users, institutions, and global decision makers in democratizing economic insights and risk management.",
32966+
chain: "Binance",
32967+
logo: `${baseIconsUrl}/opinion.jpg`,
32968+
audits: "2",
32969+
audit_note: null,
32970+
gecko_id: null,
32971+
cmcId: null,
32972+
category: "Prediction Market",
32973+
chains: ["Binance"],
32974+
module: "opinion/index.js",
32975+
forkedFromIds: [],
32976+
audit_links: [
32977+
"https://static.opinion.trade/opinion-v1-scalebit.pdf",
32978+
"https://static.opinion.trade/opinion-v1-zellic.pdf",
32979+
],
32980+
twitter: "opinionlabsxyz",
32981+
listedAt: 1761694223,
32982+
},
3289232983
];
3289332984
export default data4;

0 commit comments

Comments
 (0)