Skip to content

Commit

Permalink
Update Dynamic wallet logo (#65)
Browse files Browse the repository at this point in the history
  • Loading branch information
catalinred authored Oct 18, 2024
1 parent 82016c5 commit 5b9526b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Binary file added assets/wallets/icons/dynamic.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/data/wallets/wallet-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ import exodusIcon from "../../../assets/wallets/icons/exodus.png";
import keystoneIcon from "../../../assets/wallets/icons/keystone.png";
import turnkeyIcon from "../../../assets/wallets/icons/turnkey.png";
import gemIcon from "../../../assets/wallets/icons/gem.png";
import dynamicIcon from "../../../assets/wallets/icons/dynamic.png";

export const walletData = [
{
Expand Down Expand Up @@ -151,7 +152,7 @@ export const walletData = [
website: "https://www.dynamic.xyz/",
additionalInfo:
"Non-Custodial/Self Custodial • Actions & Blinks • Buy Crypto • Sell Crypto • Hold NFTs • Gas Abstraction • Social Recovery",
icon: defaultIcon,
icon: dynamicIcon,
custodial: false,
non_custodial: false,
te: false,
Expand Down

0 comments on commit 5b9526b

Please sign in to comment.