diff --git a/defi/dimension-adapters b/defi/dimension-adapters index 643590c900..f51d7e1bfc 160000 --- a/defi/dimension-adapters +++ b/defi/dimension-adapters @@ -1 +1 @@ -Subproject commit 643590c900cfc5a430569c19619d8500256a1f1b +Subproject commit f51d7e1bfc6b19e1e0b11c83eb037c6eb1f8913c diff --git a/defi/icons/trust-wallet.jpg b/defi/icons/trust-wallet.jpg new file mode 100644 index 0000000000..54216cdd86 Binary files /dev/null and b/defi/icons/trust-wallet.jpg differ diff --git a/defi/src/protocols/data3.ts b/defi/src/protocols/data3.ts index 960664e428..01b1bcb57a 100644 --- a/defi/src/protocols/data3.ts +++ b/defi/src/protocols/data3.ts @@ -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;