Skip to content

Commit

Permalink
dbl meta
Browse files Browse the repository at this point in the history
  • Loading branch information
waynebruce0x authored Nov 5, 2024
1 parent adc3e5f commit d504e77
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions protocols/cbl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,14 @@ const cbl: Protocol = {
meta: {
sources: ["https://docs.credbull.io/docs/litepaper"],
token: `${CHAIN}:${CBL_ADDRESS}`,
protocolIds: [],
protocolIds: ['4759'],
},
categories: {
insiders: ["Partners & Advisors", "Core & Future Team"],
insiders: ["Partners & Advisors", "Core & Future Team", "Private Sale"],
liquidity: ["Liquidity"],
publicSale: ["Public Sale"],
noncirculating: ["Treasury"],
farming: ["Community Growth & Rewards"]
},
};
export default cbl;

0 comments on commit d504e77

Please sign in to comment.