@api3/logos
Advanced tools
Comparing version 0.2.25 to 0.2.26
@@ -60,2 +60,4 @@ const camelcase = require('camelcase'); | ||
const Chain10200 = require('../logos/chain/Chain10200.svg'); | ||
const Chain177 = require('../logos/chain/Chain177.svg'); | ||
const Chain133 = require('../logos/chain/Chain133.svg'); | ||
const Chain13473 = require('../logos/chain/Chain13473.svg'); | ||
@@ -246,2 +248,6 @@ const Chain2525 = require('../logos/chain/Chain2525.svg'); | ||
return Chain10200; | ||
case "177": | ||
return Chain177; | ||
case "133": | ||
return Chain133; | ||
case "13473": | ||
@@ -248,0 +254,0 @@ return Chain13473; |
@@ -60,2 +60,4 @@ import camelcase from 'camelcase'; | ||
import Chain10200 from '../logos/chain/Chain10200.svg'; | ||
import Chain177 from '../logos/chain/Chain177.svg'; | ||
import Chain133 from '../logos/chain/Chain133.svg'; | ||
import Chain13473 from '../logos/chain/Chain13473.svg'; | ||
@@ -246,2 +248,6 @@ import Chain2525 from '../logos/chain/Chain2525.svg'; | ||
return Chain10200; | ||
case "177": | ||
return Chain177; | ||
case "133": | ||
return Chain133; | ||
case "13473": | ||
@@ -248,0 +254,0 @@ return Chain13473; |
@@ -1,3 +0,1 @@ | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
@@ -7,1 +5,3 @@ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
export { default as SymbolLogoMissing } from './SymbolLogoMissing.json'; | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; |
@@ -1,3 +0,1 @@ | ||
export { default as ChainLogo } from './ChainLogo.js'; | ||
export { default as ChainLogoMissing } from './ChainLogoMissing.json'; | ||
export { default as ApiProviderLogo } from './ApiProviderLogo.js'; | ||
@@ -7,1 +5,3 @@ export { default as ApiProviderLogoMissing } from './ApiProviderLogoMissing.json'; | ||
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.2.25", | ||
"version": "0.2.26", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "sideEffects": false, | ||
"@changesets/cli": "^2.27.10", | ||
"@api3/dapi-management": "1.114.0", | ||
"@api3/dapi-management": "2.1.0", | ||
"dropbox": "^10.34.0", | ||
@@ -32,0 +32,0 @@ "node-fetch": "^2.7.0", |
1580592
365
2304