Skip to content

Commit

Permalink
add trust wallet listing
Browse files Browse the repository at this point in the history
  • Loading branch information
realdealshaman committed Jan 4, 2025
1 parent f9605cf commit 2c48981
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 1 deletion.
2 changes: 1 addition & 1 deletion defi/dimension-adapters
Binary file added defi/icons/trust-wallet.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions defi/src/protocols/data3.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65071,6 +65071,27 @@ const data3: Protocol[] = [
twitter: "crossfichain",
listedAt: 1735955529
},
{
id: "5577",
name: "Trust Wallet",
address: "bsc:0x4b0f1812e5df2a09796481ff14017e6005508003",
symbol: "TWT",
url: "https://trustwallet.com/download",
description:
"Non-custodial crypto wallet",
chain: "Ethereum",
logo: `${baseIconsUrl}/trust-wallet.jpg`,
audits: "0",
audit_note: null,
gecko_id: "trust-wallet-token",
cmcId: "5964",
category: "Wallets",
chains: ["Ethereum","Arbitrum","Optimism","Polygon","Base","Avalanche","Binance"],
oracles: [],
forkedFrom: [],
module: "dummy.js",
twitter: "TrustWallet",
},
];

export default data3;

0 comments on commit 2c48981

Please sign in to comment.