diff --git a/defi/src/protocols/data.ts b/defi/src/protocols/data.ts index 1ec73b58cf..3f3ab0ea73 100644 --- a/defi/src/protocols/data.ts +++ b/defi/src/protocols/data.ts @@ -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"], diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index cd9817dd3e..3d0a02e2c3 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -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"], diff --git a/defi/src/protocols/parentProtocols.ts b/defi/src/protocols/parentProtocols.ts index bc174f8ed5..a71c10ddea 100644 --- a/defi/src/protocols/parentProtocols.ts +++ b/defi/src/protocols/parentProtocols.ts @@ -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"],