@api3/logos
Advanced tools
Comparing version 0.1.2 to 0.1.3
@@ -9,2 +9,3 @@ const camelcase = require('camelcase'); | ||
const Chain59140Light = require('../logos/chain/Chain59140Light.svg'); | ||
const Chain59141Light = require('../logos/chain/Chain59141Light.svg'); | ||
const Chain59144Light = require('../logos/chain/Chain59144Light.svg'); | ||
@@ -47,3 +48,3 @@ const Chain25 = require('../logos/chain/Chain25.svg'); | ||
const Chain59140 = require('../logos/chain/Chain59140.svg'); | ||
const Chain59141 = require('../logos/chain/Placeholder.svg'); | ||
const Chain59141 = require('../logos/chain/Chain59141.svg'); | ||
const Chain59144 = require('../logos/chain/Chain59144.svg'); | ||
@@ -107,2 +108,4 @@ const Chain5001 = require('../logos/chain/Chain5001.svg'); | ||
return Chain59140Light; | ||
case "59141light": | ||
return Chain59141Light; | ||
case "59144light": | ||
@@ -109,0 +112,0 @@ return Chain59144Light; |
@@ -1,1 +0,1 @@ | ||
["1313161555","1313161554","56288","288","2522","252","71401","1891","1890","59141","919","34443","879490799","647","416","195","196"] | ||
["1313161555","1313161554","56288","288","2522","252","71401","1891","1890","919","34443","879490799","647","416","195","196"] |
@@ -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'); |
@@ -9,2 +9,3 @@ import camelcase from 'camelcase'; | ||
import Chain59140Light from '../logos/chain/Chain59140Light.svg'; | ||
import Chain59141Light from '../logos/chain/Chain59141Light.svg'; | ||
import Chain59144Light from '../logos/chain/Chain59144Light.svg'; | ||
@@ -47,3 +48,3 @@ import Chain25 from '../logos/chain/Chain25.svg'; | ||
import Chain59140 from '../logos/chain/Chain59140.svg'; | ||
import Chain59141 from '../logos/chain/Placeholder.svg'; | ||
import Chain59141 from '../logos/chain/Chain59141.svg'; | ||
import Chain59144 from '../logos/chain/Chain59144.svg'; | ||
@@ -107,2 +108,4 @@ import Chain5001 from '../logos/chain/Chain5001.svg'; | ||
return Chain59140Light; | ||
case "59141light": | ||
return Chain59141Light; | ||
case "59144light": | ||
@@ -109,0 +112,0 @@ return Chain59144Light; |
@@ -1,1 +0,1 @@ | ||
["1313161555","1313161554","56288","288","2522","252","71401","1891","1890","59141","919","34443","879490799","647","416","195","196"] | ||
["1313161555","1313161554","56288","288","2522","252","71401","1891","1890","919","34443","879490799","647","416","195","196"] |
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
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 ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; |
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
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 ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; |
{ | ||
"name": "@api3/logos", | ||
"version": "0.1.2", | ||
"version": "0.1.3", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "sideEffects": false, |
985016
370
2472