@api3/logos
Advanced tools
Comparing version 0.2.15 to 0.2.16
@@ -10,2 +10,3 @@ const camelcase = require('camelcase'); | ||
const Chain34443Light = require('../logos/chain/Chain34443Light.svg'); | ||
const Chain480Light = require('../logos/chain/Chain480Light.svg'); | ||
const Chain4913Light = require('../logos/chain/Chain4913Light.svg'); | ||
@@ -24,2 +25,3 @@ const Chain5000Light = require('../logos/chain/Chain5000Light.svg'); | ||
const Chain994873017Light = require('../logos/chain/Chain994873017Light.svg'); | ||
const Chain33139 = require('../logos/chain/Chain33139.svg'); | ||
const Chain33111 = require('../logos/chain/Chain33111.svg'); | ||
@@ -30,2 +32,3 @@ const Chain42161 = require('../logos/chain/Chain42161.svg'); | ||
const Chain6038361 = require('../logos/chain/Chain6038361.svg'); | ||
const Chain2340 = require('../logos/chain/Chain2340.svg'); | ||
const Chain43114 = require('../logos/chain/Chain43114.svg'); | ||
@@ -108,2 +111,4 @@ const Chain43113 = require('../logos/chain/Chain43113.svg'); | ||
const Chain1301 = require('../logos/chain/Chain1301.svg'); | ||
const Chain480 = require('../logos/chain/Chain480.svg'); | ||
const Chain4801 = require('../logos/chain/Chain4801.svg'); | ||
const Chain196 = require('../logos/chain/Chain196.svg'); | ||
@@ -140,2 +145,4 @@ const Chain195 = require('../logos/chain/Chain195.svg'); | ||
return Chain34443Light; | ||
case "480light": | ||
return Chain480Light; | ||
case "4913light": | ||
@@ -167,2 +174,4 @@ return Chain4913Light; | ||
return Chain994873017Light; | ||
case "33139": | ||
return Chain33139; | ||
case "33111": | ||
@@ -178,2 +187,4 @@ return Chain33111; | ||
return Chain6038361; | ||
case "2340": | ||
return Chain2340; | ||
case "43114": | ||
@@ -333,2 +344,6 @@ return Chain43114; | ||
return Chain1301; | ||
case "480": | ||
return Chain480; | ||
case "4801": | ||
return Chain4801; | ||
case "196": | ||
@@ -335,0 +350,0 @@ return Chain196; |
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'; |
module.exports.ChainLogo = require('./ChainLogo.js'); | ||
module.exports.ChainLogoMissing = require('./ChainLogoMissing.json'); | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json'); | ||
module.exports.ApiProviderLogo = require('./ApiProviderLogo.js'); | ||
module.exports.ApiProviderLogoMissing = require('./ApiProviderLogoMissing.json'); | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./SymbolLogoMissing.json'); |
@@ -10,2 +10,3 @@ import camelcase from 'camelcase'; | ||
import Chain34443Light from '../logos/chain/Chain34443Light.svg'; | ||
import Chain480Light from '../logos/chain/Chain480Light.svg'; | ||
import Chain4913Light from '../logos/chain/Chain4913Light.svg'; | ||
@@ -24,2 +25,3 @@ import Chain5000Light from '../logos/chain/Chain5000Light.svg'; | ||
import Chain994873017Light from '../logos/chain/Chain994873017Light.svg'; | ||
import Chain33139 from '../logos/chain/Chain33139.svg'; | ||
import Chain33111 from '../logos/chain/Chain33111.svg'; | ||
@@ -30,2 +32,3 @@ import Chain42161 from '../logos/chain/Chain42161.svg'; | ||
import Chain6038361 from '../logos/chain/Chain6038361.svg'; | ||
import Chain2340 from '../logos/chain/Chain2340.svg'; | ||
import Chain43114 from '../logos/chain/Chain43114.svg'; | ||
@@ -108,2 +111,4 @@ import Chain43113 from '../logos/chain/Chain43113.svg'; | ||
import Chain1301 from '../logos/chain/Chain1301.svg'; | ||
import Chain480 from '../logos/chain/Chain480.svg'; | ||
import Chain4801 from '../logos/chain/Chain4801.svg'; | ||
import Chain196 from '../logos/chain/Chain196.svg'; | ||
@@ -140,2 +145,4 @@ import Chain195 from '../logos/chain/Chain195.svg'; | ||
return Chain34443Light; | ||
case "480light": | ||
return Chain480Light; | ||
case "4913light": | ||
@@ -167,2 +174,4 @@ return Chain4913Light; | ||
return Chain994873017Light; | ||
case "33139": | ||
return Chain33139; | ||
case "33111": | ||
@@ -178,2 +187,4 @@ return Chain33111; | ||
return Chain6038361; | ||
case "2340": | ||
return Chain2340; | ||
case "43114": | ||
@@ -333,2 +344,6 @@ return Chain43114; | ||
return Chain1301; | ||
case "480": | ||
return Chain480; | ||
case "4801": | ||
return Chain4801; | ||
case "196": | ||
@@ -335,0 +350,0 @@ return Chain196; |
{ | ||
"name": "@api3/logos", | ||
"version": "0.2.15", | ||
"version": "0.2.16", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "sideEffects": false, | ||
"@changesets/cli": "^2.27.9", | ||
"@api3/dapi-management": "1.102.0", | ||
"@api3/dapi-management": "1.103.0", | ||
"dropbox": "^10.34.0", | ||
@@ -32,0 +32,0 @@ "node-fetch": "^2.7.0", |
1500380
353
2232