Skip to content

Commit

Permalink
remove duplicate cgid and cmcid entries
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 16, 2025
1 parent d6b5bec commit 6ce2220
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions defi/src/protocols/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5761,8 +5761,8 @@ const data: Protocol[] = [
logo: `${baseIconsUrl}/biswap-v2.jpg`,
audits: "2",
audit_note: null,
gecko_id: "biswap",
cmcId: "10746",
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Binance", "Ethereum", "Arbitrum", "Base"],
module: "biswap/index.js",
Expand Down
4 changes: 2 additions & 2 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11123,8 +11123,8 @@ const data3: Protocol[] = [
logo: `${baseIconsUrl}/biswap-v3.jpg`,
audits: "2",
audit_note: null,
gecko_id: "biswap",
cmcId: "10746",
gecko_id: null,
cmcId: null,
category: "Dexes",
chains: ["Binance", "Ethereum", "Arbitrum", "Base"],
module: "biswap-v3/index.js",
Expand Down

0 comments on commit 6ce2220

Please sign in to comment.