Skip to content

Commit

Permalink
add new listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed May 7, 2024
1 parent 50769fb commit 95eb936
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 2 deletions.
Binary file added defi/icons/guacswap.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
26 changes: 25 additions & 1 deletion defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41802,7 +41802,31 @@ const data3: Protocol[] = [
twitter: "friendtech",
audit_links: [],
listedAt: 1715084599
},
},
{
id: "4572",
name: "GuacSwap",
address: "solana:AZsHEMXd36Bj1EMNXhowJajpUXzrKcK57wW4ZGXVa7yR",
symbol: "GUAC",
url: "https://guacamole.gg",
description: "Unlock the Power of Guacamole's Growing Ecosystem: Dive into Our Seamless Solana-based AMM for a User-Centric Experience",
chain: "Solana",
logo: `${baseIconsUrl}/guacswap.png`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Solana"],
oracles: [],
forkedFrom: [],
treasury: "guacswap.js",
module: "guacswap/index.js",
twitter: "guac_gg",
audit_links: [],
github: ["Guacgg"],
listedAt: 1715089507
},
]

export default data3

0 comments on commit 95eb936

Please sign in to comment.