Skip to content

Commit

Permalink
- fix icon for DAI on scroll
Browse files Browse the repository at this point in the history
  • Loading branch information
lennardevertz committed Feb 7, 2024
1 parent 0b21cee commit 92fc110
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@idriss-crypto/send-to-anyone-core",
"version": "0.4.10",
"version": "0.4.11",
"scripts": {
"build": "webpack",
"buildLocal": "webpack --watch --mode=none",
Expand Down
2 changes: 1 addition & 1 deletion src/sendToAnyoneUtils.js
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ const tokens = [
name: "Dai",
symbol: "DAI",
decimals: 18,
logoURI: usdc,
logoURI: dai,
address: "0xcA77eB3fEFe3725Dc33bccB54eDEFc3D9f764f97",
},
{
Expand Down

0 comments on commit 92fc110

Please sign in to comment.