Skip to content

Commit

Permalink
add coinbase wallet listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 6, 2025
1 parent f6c9f15 commit f811c18
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
Binary file added defi/icons/coinbase-wallet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
21 changes: 21 additions & 0 deletions defi/src/protocols/data4.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

0 comments on commit f811c18

Please sign in to comment.