Skip to content

Commit fe24dbe

Browse files
swiftheveryding
authored andcommitted
add tvl、volume、fee three meters for dipcoin spot and dipcoin perps. and combine dipcoin spot and dipcoin perps into one dipcoin group. (DefiLlama#10931)
* Add DipCoin Perp TVL Adapter for SUI * add tvl、volume、fee three meters for dipcoin spot and dipcoin perps. and combine dipcoin spot and dipcoin perps into one dipcoin group. * add tvl、volume、fee three meters for dipcoin spot and dipcoin perps. and combine dipcoin spot and dipcoin perps into one dipcoin group. * add tvl、volume、fee three meters for dipcoin spot and dipcoin perps. and combine dipcoin spot and dipcoin perps into one dipcoin group. --------- Co-authored-by: alan <every_ding@hotmail.com>
1 parent ae80367 commit fe24dbe

File tree

3 files changed

+50
-5
lines changed

3 files changed

+50
-5
lines changed

defi/src/protocols/data4.ts

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20902,15 +20902,17 @@ const data4: Protocol[] = [
2090220902
},
2090320903
{
2090420904
id: "6411",
20905-
name: "DipCoin AMM",
20905+
name: "DipCoin Spot",
20906+
parentProtocol: "parent#dipcoin",
2090620907
address: null,
2090720908
symbol: "-",
20908-
url: "https://www.dipcoin.io/",
20909+
url: "https://www.dipcoin.io/swap/",
2090920910
description:
20910-
"DipCoin DEX is a decentralized exchange on the SUI ecosystem offering swaps, liquidity pools, and perpetual trading.",
20911+
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
2091120912
chain: "Sui",
2091220913
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
20913-
audits: "0",
20914+
audit_links: ["https://www.dipcoin.io/doc/DipCoin_Audit_Report.pdf"],
20915+
audits: "1",
2091420916
audit_note: null,
2091520917
gecko_id: null,
2091620918
cmcId: null,
@@ -20920,6 +20922,10 @@ const data4: Protocol[] = [
2092020922
forkedFrom: [],
2092120923
twitter: "DipCoinOfficial",
2092220924
listedAt: 1752078241,
20925+
dimensions: {
20926+
fees: "dipcoin",
20927+
dexs: "dipcoin",
20928+
}
2092320929
},
2092420930
/*{ // unified under coinbase-btc adapter
2092520931
id: "6412",

defi/src/protocols/data5.ts

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1695,6 +1695,32 @@ const data5: Protocol[] = [
16951695
twitter: "TurboFlow_xyz",
16961696
listedAt: 1762370757,
16971697
},
1698+
{
1699+
id: "6967",
1700+
name: "DipCoin Perps",
1701+
parentProtocol: "parent#dipcoin",
1702+
address: null,
1703+
symbol: "-",
1704+
url: "https://www.dipcoin.io/perp/",
1705+
description:
1706+
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
1707+
chain: "Sui",
1708+
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
1709+
audit_links: ["https://www.dipcoin.io/doc/DipCoin_Audit_Report.pdf"],
1710+
audits: "1",
1711+
audit_note: null,
1712+
gecko_id: null,
1713+
cmcId: null,
1714+
category: "Derivatives",
1715+
chains: ["Sui"],
1716+
module: "dipcoin-perps/index.js",
1717+
forkedFrom: [],
1718+
twitter: "DipCoinOfficial",
1719+
listedAt: 1761820189,
1720+
dimensions: {
1721+
fees: "dipcoin-perps",
1722+
dexs: "dipcoin-perps",
1723+
}
1724+
},
16981725
];
16991726
export default data5;
1700-

defi/src/protocols/parentProtocols.ts

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8341,6 +8341,19 @@ const parentProtocols: IParentProtocol[] = [
83418341
chains: [],
83428342
twitter: "ShroomyProject",
83438343
},
8344+
{
8345+
id: "parent#dipcoin",
8346+
name: "DipCoin",
8347+
url: "https://www.dipcoin.io",
8348+
description:
8349+
"Dipcoin is the next-generation decentralized exchange (DEX) built on Sui, combining the speed and simplicity of a centralized exchange (CEX) with the transparency and control of DeFi. It’s designed to make crypto trading fast, human, and confidence-driven, offering guided perpetuals, sub-second execution, and true self-custody - all in one seamless platform. Confidence in Every Trade. True self-custody. Fast, simple, and human - trade smarter, win bigger.",
8350+
logo: `${baseIconsUrl}/dipcoin-amm.jpg`,
8351+
gecko_id: null,
8352+
cmcId: null,
8353+
chains: [],
8354+
twitter: "DipCoinOfficial",
8355+
github: ["dipcoinlab"],
8356+
},
83448357
{
83458358
id: "parent#potatoswap",
83468359
name: "PotatoSwap",

0 commit comments

Comments
 (0)