Skip to content

Commit

Permalink
v1.1.1: fix ETH image
Browse files Browse the repository at this point in the history
  • Loading branch information
10xSebastian committed Aug 15, 2021
1 parent 4fae210 commit 32a4190
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion cypress/integration/basics.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "depay-react-token-image",
"moduleName": "ReactTokenImage",
"version": "1.1.0",
"version": "1.1.1",
"description": "React component to display token images with fallbacks and unknown state.",
"main": "./dist/cjs/index.js",
"files": [
Expand Down Expand Up @@ -34,7 +34,7 @@
"homepage": "https://github.com/DePayFi/depay-react-token-image#readme",
"private": false,
"dependencies": {
"depay-web3-blockchains": "^2.1.0",
"depay-web3-blockchains": "^2.1.1",
"depay-web3-constants": "^2.1.0"
},
"peerDependencies": {
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2229,10 +2229,10 @@ delayed-stream@~1.0.0:
resolved "https://registry.yarnpkg.com/delayed-stream/-/delayed-stream-1.0.0.tgz#df3ae199acadfb7d440aaae0b29e2272b24ec619"
integrity sha1-3zrhmayt+31ECqrgsp4icrJOxhk=

depay-web3-blockchains@^2.1.0:
version "2.1.0"
resolved "https://registry.yarnpkg.com/depay-web3-blockchains/-/depay-web3-blockchains-2.1.0.tgz#1b16e50a027763150d962b498a8d2e60822a0892"
integrity sha512-oKoSZaNkIzkSCiiIXZkdogRO41m3RH4Eka1HufDOoLe1p+90WJjPqW9ABVPAkxGItJXrtUaIJs0+gsZ9ZdEzhw==
depay-web3-blockchains@^2.1.1:
version "2.1.1"
resolved "https://registry.yarnpkg.com/depay-web3-blockchains/-/depay-web3-blockchains-2.1.1.tgz#c439e47cefe4d8655ff0517f9256803b64fbe05b"
integrity sha512-3DOyDJPx17K1CX/VuLlfKh72uQU3OkVoTEzvz90izTZzWNUwc5PBdLxO9IaW4djBU7JBEXYVVM8ZhDBnSB/ojg==

depay-web3-constants@^2.1.0:
version "2.1.0"
Expand Down

0 comments on commit 32a4190

Please sign in to comment.