diff --git a/defi/icons/coinbase-wallet.jpg b/defi/icons/coinbase-wallet.jpg new file mode 100644 index 0000000000..c2effd7072 Binary files /dev/null and b/defi/icons/coinbase-wallet.jpg differ diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index 0dd21c4bee..fd9bf1309e 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -65086,7 +65086,7 @@ const data3: Protocol[] = [ gecko_id: "trust-wallet-token", cmcId: "5964", category: "Wallets", - chains: ["Ethereum","Arbitrum","Optimism","Polygon","Base","Avalanche","Binance"], + chains: ["Ethereum"], oracles: [], forkedFrom: [], module: "dummy.js", diff --git a/defi/src/protocols/data4.ts b/defi/src/protocols/data4.ts index 2faf93fe50..717525abdd 100644 --- a/defi/src/protocols/data4.ts +++ b/defi/src/protocols/data4.ts @@ -204,5 +204,26 @@ const data4: Protocol[] = [ ], listedAt: 1736176895 }, + { + id: "5587", + name: "Coinbase Wallet", + address: null, + symbol: "-", + url: "https://wallet.coinbase.com/", + description: + "Crypto wallet and dapp browser", + chain: "Ethereum", + logo: `${baseIconsUrl}/coinbase-wallet.jpg`, + audits: "0", + audit_note: null, + gecko_id: null, + cmcId: null, + category: "Wallets", + chains: ["Ethereum","Arbitrum","Optimism","Polygon","Base","Avalanche","Binance"], + oracles: [], + forkedFrom: [], + module: "dummy.js", + twitter: "CoinbaseWallet", + }, ]; export default data4;