Skip to content

Commit

Permalink
add new listings
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Dec 25, 2024
1 parent 7253e44 commit d44bee6
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 2 deletions.
2 changes: 1 addition & 1 deletion defi/dimension-adapters
Binary file added defi/icons/bitzap.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added defi/icons/stakestone-berachain-vault.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
46 changes: 46 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64606,6 +64606,52 @@ const data3: Protocol[] = [
twitter: "aixCB_Vc",
listedAt: 1735066694
},
{
id: "5556",
name: "BitZap",
address: null,
symbol: "-",
url: "https://bitzap.ai",
description: "BitZap is a decentralized exchange on Bitlayer",
chain: "Bitlayer",
logo: `${baseIconsUrl}/bitzap.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Bitlayer"],
oracles: [],
forkedFrom: [],
module: "bitzap/index.js",
twitter: "Bitzap_",
listedAt: 1735149581
},
{
id: "5557",
name: "StakeStone Berachain Vault",
address: null,
symbol: "-",
url: "https://app.stakestone.io/u/vault",
description: "Deposit ETH / BTC into the Berachain Vault to participate in the Boyco pre-deposit campaign and tap into future PoL incentives — all in one simple and seamless experience. Receive beraSTONE / beraSBTC to unlock more DeFi opportunities in trading, lending, and leveraging",
chain: "Ethereum",
logo: `${baseIconsUrl}/stakestone-berachain-vault.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Managed Token Pools",
chains: ["Ethereum"],
module: "stakestone-berastone/index.js",
twitter: "Stake_Stone",
forkedFrom: [],
oracles: [],
parentProtocol: "parent#stakestone",
audit_links: [
"https://github.com/slowmist/Knowledge-Base/blob/master/open-report-V2/smart-contract/Stone%20Bera%20Vault%20-%20SlowMist%20Audit%20Report.pdf",
],
listedAt: 1735149973,
},
];

export default data3;

0 comments on commit d44bee6

Please sign in to comment.