From a4d30b934763eb9726f2513175e84fd562e9a4d6 Mon Sep 17 00:00:00 2001 From: trustweb3team001 Date: Wed, 14 Aug 2024 06:13:35 +0800 Subject: [PATCH] chore: update Trust Wallet icon (#2260) * update Trust Wallet icon * update version * Update injected package.json --------- Co-authored-by: Adam Carpenter --- packages/injected/package.json | 2 +- packages/injected/src/icons/trust.ts | 23 +++++++++++++++++------ packages/trust/package.json | 2 +- packages/trust/src/icon.ts | 19 ++++++++++++++----- 4 files changed, 33 insertions(+), 13 deletions(-) diff --git a/packages/injected/package.json b/packages/injected/package.json index 9d9db5416..da0c1ef62 100644 --- a/packages/injected/package.json +++ b/packages/injected/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/injected-wallets", - "version": "2.11.1", + "version": "2.11.2-alpha.1", "description": "Injected wallet module for connecting browser extension and mobile wallets to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardised spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", diff --git a/packages/injected/src/icons/trust.ts b/packages/injected/src/icons/trust.ts index 28895808f..7a8650026 100644 --- a/packages/injected/src/icons/trust.ts +++ b/packages/injected/src/icons/trust.ts @@ -1,8 +1,19 @@ export default ` - - - + + + + + + + + + + + + + + ` + + diff --git a/packages/trust/package.json b/packages/trust/package.json index 8855d3510..f0c2d7cb6 100644 --- a/packages/trust/package.json +++ b/packages/trust/package.json @@ -1,6 +1,6 @@ { "name": "@web3-onboard/trust", - "version": "2.1.1", + "version": "2.1.2-alpha.1", "description": "Trust Wallet SDK wallet module for connecting to Web3-Onboard. Web3-Onboard makes it simple to connect Ethereum hardware and software wallets to your dapp. Features standardized spec compliant web3 providers for all supported wallets, framework agnostic modern javascript UI with code splitting, CSS customization, multi-chain and multi-account support, reactive wallet state subscriptions and real-time transaction state change notifications.", "keywords": [ "Ethereum", diff --git a/packages/trust/src/icon.ts b/packages/trust/src/icon.ts index 64890a79d..8553daad6 100644 --- a/packages/trust/src/icon.ts +++ b/packages/trust/src/icon.ts @@ -1,8 +1,17 @@ export default ` - - + + + + + + + + + + + + + `