@api3/logos
Advanced tools
Comparing version 0.1.49 to 0.1.50
@@ -21,2 +21,3 @@ const camelcase = require('camelcase'); | ||
const Chain82Light = require('../logos/chain/Chain82Light.svg'); | ||
const Chain994873017Light = require('../logos/chain/Chain994873017Light.svg'); | ||
const Chain25 = require('../logos/chain/Chain25.svg'); | ||
@@ -76,4 +77,4 @@ const Chain534352 = require('../logos/chain/Chain534352.svg'); | ||
const Chain42 = require('../logos/chain/Chain42.svg'); | ||
const Chain1952959480 = require('../logos/chain/Placeholder.svg'); | ||
const Chain994873017 = require('../logos/chain/Placeholder.svg'); | ||
const Chain1952959480 = require('../logos/chain/Chain1952959480.svg'); | ||
const Chain994873017 = require('../logos/chain/Chain994873017.svg'); | ||
const Chain3441006 = require('../logos/chain/Chain3441006.svg'); | ||
@@ -173,2 +174,4 @@ const Chain169 = require('../logos/chain/Chain169.svg'); | ||
return Chain82Light; | ||
case "994873017light": | ||
return Chain994873017Light; | ||
case "25": | ||
@@ -175,0 +178,0 @@ return Chain25; |
@@ -1,1 +0,1 @@ | ||
["7701","7700","1952959480","994873017","222000222","333000333"] | ||
["7701","7700","222000222","333000333"] |
@@ -0,6 +1,6 @@ | ||
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 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'; |
@@ -0,6 +1,6 @@ | ||
module.exports.SymbolLogo = require('./SymbolLogo.js'); | ||
module.exports.SymbolLogoMissing = require('./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'); |
@@ -299,2 +299,4 @@ const camelcase = require('camelcase'); | ||
const SymbolAnkrEth = require('../logos/symbol/Ankreth.svg'); | ||
const SymbolUltraEtHs = require('../logos/symbol/UltraEtHs.svg'); | ||
const SymbolAgEth = require('../logos/symbol/Placeholder.svg'); | ||
const SymbolPlaceholder = require('../logos/symbol/Placeholder.svg'); | ||
@@ -905,2 +907,6 @@ function sanitizeName(id) { | ||
return SymbolAnkrEth; | ||
case "ultraeths": | ||
return SymbolUltraEtHs; | ||
case "ageth": | ||
return SymbolAgEth; | ||
default: | ||
@@ -907,0 +913,0 @@ return light ? SymbolLogo(id) : SymbolPlaceholder; |
@@ -1,1 +0,1 @@ | ||
["ZRO","ZK","RENDER"] | ||
["ZRO","ZK","RENDER","agETH"] |
@@ -21,2 +21,3 @@ import camelcase from 'camelcase'; | ||
import Chain82Light from '../logos/chain/Chain82Light.svg'; | ||
import Chain994873017Light from '../logos/chain/Chain994873017Light.svg'; | ||
import Chain25 from '../logos/chain/Chain25.svg'; | ||
@@ -76,4 +77,4 @@ import Chain534352 from '../logos/chain/Chain534352.svg'; | ||
import Chain42 from '../logos/chain/Chain42.svg'; | ||
import Chain1952959480 from '../logos/chain/Placeholder.svg'; | ||
import Chain994873017 from '../logos/chain/Placeholder.svg'; | ||
import Chain1952959480 from '../logos/chain/Chain1952959480.svg'; | ||
import Chain994873017 from '../logos/chain/Chain994873017.svg'; | ||
import Chain3441006 from '../logos/chain/Chain3441006.svg'; | ||
@@ -173,2 +174,4 @@ import Chain169 from '../logos/chain/Chain169.svg'; | ||
return Chain82Light; | ||
case "994873017light": | ||
return Chain994873017Light; | ||
case "25": | ||
@@ -175,0 +178,0 @@ return Chain25; |
@@ -1,1 +0,1 @@ | ||
["7701","7700","1952959480","994873017","222000222","333000333"] | ||
["7701","7700","222000222","333000333"] |
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'; | ||
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'; | ||
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'; |
@@ -299,2 +299,4 @@ import camelcase from 'camelcase'; | ||
import SymbolAnkrEth from '../logos/symbol/Ankreth.svg'; | ||
import SymbolUltraEtHs from '../logos/symbol/UltraEtHs.svg'; | ||
import SymbolAgEth from '../logos/symbol/Placeholder.svg'; | ||
import SymbolPlaceholder from '../logos/symbol/Placeholder.svg'; | ||
@@ -905,2 +907,6 @@ function sanitizeName(id) { | ||
return SymbolAnkrEth; | ||
case "ultraeths": | ||
return SymbolUltraEtHs; | ||
case "ageth": | ||
return SymbolAgEth; | ||
default: | ||
@@ -907,0 +913,0 @@ return light ? SymbolLogo(id) : SymbolPlaceholder; |
@@ -1,1 +0,1 @@ | ||
["ZRO","ZK","RENDER"] | ||
["ZRO","ZK","RENDER","agETH"] |
{ | ||
"name": "@api3/logos", | ||
"version": "0.1.49", | ||
"version": "0.1.50", | ||
"license": "MIT", | ||
@@ -29,3 +29,3 @@ "sideEffects": false, | ||
"@changesets/cli": "^2.27.7", | ||
"@api3/api-integrations": "^1.24.0", | ||
"@api3/api-integrations": "^1.25.0", | ||
"@api3/chains": "^10.0.0", | ||
@@ -32,0 +32,0 @@ "dropbox": "^10.34.0", |
1571665
479
2868