Skip to content

Commit

Permalink
Merge pull request #8941 from Define101/master
Browse files Browse the repository at this point in the history
Listings
  • Loading branch information
Define101 authored Dec 26, 2024
2 parents c784186 + b61b137 commit d7f3b3f
Show file tree
Hide file tree
Showing 4 changed files with 31 additions and 0 deletions.
Binary file added defi/icons/astherus-asbnb.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/chains/rsz_pryzm.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64653,6 +64653,28 @@ const data3: Protocol[] = [
},
listedAt: 1735149973,
},
{
id: "5558",
name: "Astherus asBNB",
address: null,
symbol: "-",
url: "https://astherus.com/en/earn/cedefi",
description: "Astherus is a liquidity hub for staked assets such as LSTs (liquid staking tokens) and LRTs (liquid restaking tokens), aiming to scale their utilization and boost user profitability.",
chain: "Binance",
logo: `${baseIconsUrl}/stakestone-berachain-vault.jpg`,
audits: "0",
audit_note: null,
gecko_id: null,
cmcId: null,
category: "Yield",
chains: ["Binance"],
module: "astherus-asBNB/index.js",
twitter: "AstherusHub",
parentProtocol: "parent#astherus",
forkedFrom: [],
oracles: [],
listedAt: 1735217835
},
];

export default data3;
9 changes: 9 additions & 0 deletions defi/src/utils/normalizeChain.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3627,6 +3627,15 @@ export const chainCoingeckoIds = {
url: "https://kopi.money",
github: ["kopi-money"],
},
"Pryzm": {
geckoId: "pryzm",
symbol: "PRYZM",
cmcId: null,
categories: ["Cosmos"],
twitter: "Pryzm_Zone",
url: "https://app.pryzm.zone",
github: ["pryzm-finance"],
},
} as unknown as ChainCoinGekcoIds

export const extraSections = ["staking", "pool2", "offers", "borrowed", "treasury", "vesting"]
Expand Down

0 comments on commit d7f3b3f

Please sign in to comment.