Skip to content

Commit

Permalink
Update Biswap Token data and description (#9054)
Browse files Browse the repository at this point in the history
* Update Biswap Token data and description

* Update Biswap Token data and description

* Update protocol name to "Biswap V2" in data file
  • Loading branch information
ivicmad authored Jan 16, 2025
1 parent 1839a9c commit d6b5bec
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 deletions.
10 changes: 5 additions & 5 deletions defi/src/protocols/data.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5751,20 +5751,20 @@ const data: Protocol[] = [
},
{
id: "373",
name: "BiSwap V2",
name: "Biswap V2",
address: "bsc:0x965f527d9159dce6288a2219db51fc6eef120dd1",
symbol: "BSW",
url: "https://biswap.org/",
description:
"Biswap is a trusted DEX platform on the BNB Chain network with a Multi-type Referral Program and low trade fee starting from 0.1%. Biswap is the ecosystem that offers the best service and creates new standards in the DeFi industry",
"Biswap is a multichain DEX that allows trades across BNB, Ethereum, Arbitrum and Base Chains with low slippage. Liquidity providers get 80% of trading fee. By providing liquidity on BNB Chain they can also earn BSW. Core stats: 2.7M+ Users, 600K+ Community, $48B+ Total Trading Vol",
chain: "Binance",
logo: `${baseIconsUrl}/biswap-v2.jpg`,
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
gecko_id: "biswap",
cmcId: "10746",
category: "Dexes",
chains: ["Binance"],
chains: ["Binance", "Ethereum", "Arbitrum", "Base"],
module: "biswap/index.js",
twitter: "Biswap_Dex",
audit_links: ["https://www.certik.org/projects/biswap"],
Expand Down
12 changes: 6 additions & 6 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11114,19 +11114,19 @@ const data3: Protocol[] = [
},
{
id: "3188",
name: "BiSwap V3",
name: "Biswap V3",
address: "bsc:0x965f527d9159dce6288a2219db51fc6eef120dd1",
symbol: "BSW",
url: "https://biswap.org/pool",
description: "Boost capital efficiency with flexible trading & earning features",
description: "Biswap is a multichain DEX that allows trades across BNB, Ethereum, Arbitrum and Base Chains with low slippage. Liquidity providers get 80% of trading fee. By providing liquidity on BNB Chain they can also earn BSW. Core stats: 2.7M+ Users, 600K+ Community, $48B+ Total Trading Vol",
chain: "Binance",
logo: `${baseIconsUrl}/biswap-v3.jpg`,
audits: "0",
audits: "2",
audit_note: null,
gecko_id: null,
cmcId: null,
gecko_id: "biswap",
cmcId: "10746",
category: "Dexes",
chains: ["Binance"],
chains: ["Binance", "Ethereum", "Arbitrum", "Base"],
module: "biswap-v3/index.js",
twitter: "Biswap_Dex",
forkedFrom: ["Uniswap V3"],
Expand Down
6 changes: 3 additions & 3 deletions defi/src/protocols/parentProtocols.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2139,14 +2139,14 @@ const parentProtocols: IParentProtocol[] = [
},
{
id: "parent#biswap",
name: "BiSwap",
name: "Biswap",
url: "https://biswap.org",
description:
"Biswap is a trusted DEX platform on the BNB Chain network with a Multi-type Referral Program and low trade fee starting from 0.1%. Biswap is the ecosystem that offers the best service and creates new standards in the DeFi industry.",
"Biswap is a multichain DEX that allows trades across BNB, Ethereum, Arbitrum and Base Chains with low slippage. Liquidity providers get 80% of trading fee. By providing liquidity on BNB Chain they can also earn BSW. Core stats: 2.7M+ Users, 600K+ Community, $48B+ Total Trading Vol",
logo: `${baseIconsUrl}/biswap.jpg`,
gecko_id: "biswap",
cmcId: "10746",
chains: [],
chains: ["Binance", "Ethereum", "Arbitrum", "Base"],
twitter: "Biswap_Dex",
github: ["biswap-org"],
governanceID: ["snapshot:biswap-org.eth"],
Expand Down

0 comments on commit d6b5bec

Please sign in to comment.