Skip to content

Commit

Permalink
add new listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 8, 2025
1 parent c69517c commit f6d07d2
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 1 deletion.
Binary file added defi/icons/volboost.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion defi/src/protocols/data.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,8 @@ test("no surprise category", async () => {
'Liquidations',
'Portfolio Tracker',
'Liquidity Automation',
'Charity Fundraising'
'Charity Fundraising',
'Volume Boosting'
]
for (const protocol of protocols) {
expect(whitelistedCategories).toContain(protocol.category);
Expand Down
21 changes: 21 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -454,5 +454,26 @@ const data4: Protocol[] = [
module: "dummy.js",
twitter: "dappOS_com",
},
{
id: "5598",
name: "VolBoost",
address: null,
symbol: "-",
url: "https://volboost.com/",
description:
"Boost your token's volume, liquidity and visibility in one click",
chain: "Ethereum",
logo: `${baseIconsUrl}/volboost.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Volume Boosting",
chains: ["Ethereum","Base","Binance"],
oracles: [],
forkedFrom: [],
module: "dummy.js",
twitter: "volboost",
},
];
export default data4;

0 comments on commit f6d07d2

Please sign in to comment.