@api3/logos
Advanced tools
Comparing version 0.2.1 to 0.2.2
@@ -0,1 +1,3 @@ | ||
export { default as SymbolLogo } from './SymbolLogo.js'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
@@ -5,3 +7,1 @@ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as SymbolLogo } from './SymbolLogo.js'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; |
@@ -0,1 +1,3 @@ | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json'); | ||
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js'); | ||
@@ -5,3 +7,1 @@ module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json'); | ||
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json'); | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json'); |
@@ -79,2 +79,4 @@ const camelcase = require('camelcase'); | ||
const SymbolInEth = require('../logos/symbol/Ineth.svg'); | ||
const SymbolInstEth = require('../logos/symbol/Insteth.svg'); | ||
const SymbolStEth = require('../logos/symbol/Steth.svg'); | ||
const SymbolInj = require('../logos/symbol/Inj.svg'); | ||
@@ -150,3 +152,2 @@ const SymbolInr = require('../logos/symbol/Inr.svg'); | ||
const SymbolSpy = require('../logos/symbol/Spy.svg'); | ||
const SymbolStEth = require('../logos/symbol/Steth.svg'); | ||
const SymbolStrk = require('../logos/symbol/Strk.svg'); | ||
@@ -390,2 +391,6 @@ const SymbolStg = require('../logos/symbol/Stg.svg'); | ||
return SymbolInEth; | ||
case "insteth": | ||
return SymbolInstEth; | ||
case "steth": | ||
return SymbolStEth; | ||
case "inj": | ||
@@ -531,4 +536,2 @@ return SymbolInj; | ||
return SymbolSpy; | ||
case "steth": | ||
return SymbolStEth; | ||
case "strk": | ||
@@ -535,0 +538,0 @@ return SymbolStrk; |
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as SymbolLogo } from './SymbolLogo.js'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
export { default as SymbolLogo } from './SymbolLogo.js'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; |
@@ -1,3 +0,1 @@ | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
@@ -7,1 +5,3 @@ export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; |
@@ -79,2 +79,4 @@ import camelcase from 'camelcase'; | ||
import SymbolInEth from '../logos/symbol/Ineth.svg'; | ||
import SymbolInstEth from '../logos/symbol/Insteth.svg'; | ||
import SymbolStEth from '../logos/symbol/Steth.svg'; | ||
import SymbolInj from '../logos/symbol/Inj.svg'; | ||
@@ -150,3 +152,2 @@ import SymbolInr from '../logos/symbol/Inr.svg'; | ||
import SymbolSpy from '../logos/symbol/Spy.svg'; | ||
import SymbolStEth from '../logos/symbol/Steth.svg'; | ||
import SymbolStrk from '../logos/symbol/Strk.svg'; | ||
@@ -390,2 +391,6 @@ import SymbolStg from '../logos/symbol/Stg.svg'; | ||
return SymbolInEth; | ||
case "insteth": | ||
return SymbolInstEth; | ||
case "steth": | ||
return SymbolStEth; | ||
case "inj": | ||
@@ -531,4 +536,2 @@ return SymbolInj; | ||
return SymbolSpy; | ||
case "steth": | ||
return SymbolStEth; | ||
case "strk": | ||
@@ -535,0 +538,0 @@ return SymbolStrk; |
{ | ||
"name": "@api3/logos", | ||
"version": "0.2.1", | ||
"version": "0.2.2", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "sideEffects": false, | ||
"@changesets/cli": "^2.27.8", | ||
"@api3/dapi-management": "1.85.0", | ||
"@api3/dapi-management": "1.86.0", | ||
"dropbox": "^10.34.0", | ||
@@ -32,0 +32,0 @@ "node-fetch": "^2.7.0", |
1241990
370
2340