@depay/react-token-image
Advanced tools
Comparing version 2.0.0 to 2.1.0
@@ -48,3 +48,3 @@ 'use strict'; | ||
setSource('depay'); | ||
setSrc(`https://api.depay.pro/v1/images/tokens/${blockchain}/${address}`); | ||
setSrc(`https://integrate.depay.fi/tokens/${blockchain}/${address}/image`); | ||
} else { | ||
@@ -51,0 +51,0 @@ setSource('unknown'); |
@@ -40,3 +40,3 @@ import React, { useState, useEffect } from 'react'; | ||
setSource('depay'); | ||
setSrc(`https://api.depay.pro/v1/images/tokens/${blockchain}/${address}`); | ||
setSrc(`https://integrate.depay.fi/tokens/${blockchain}/${address}/image`); | ||
} else { | ||
@@ -43,0 +43,0 @@ setSource('unknown'); |
@@ -46,3 +46,3 @@ (function (global, factory) { | ||
setSource('depay'); | ||
setSrc(`https://api.depay.pro/v1/images/tokens/${blockchain}/${address}`); | ||
setSrc(`https://integrate.depay.fi/tokens/${blockchain}/${address}/image`); | ||
} else { | ||
@@ -49,0 +49,0 @@ setSource('unknown'); |
{ | ||
"name": "@depay/react-token-image", | ||
"moduleName": "ReactTokenImage", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "React component to display token images with fallbacks and unknown state.", | ||
@@ -6,0 +6,0 @@ "main": "./dist/cjs/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
11857