Skip to content

Commit

Permalink
chore(services): cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
RealGoodProgrammer committed Apr 20, 2024
1 parent 172141d commit 660352a
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/config/utils/services.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,10 @@ export function getService<B extends BlockchainSymbol, S extends ServiceNames<B>
): Service[] {
const blockchainConfig = config[blockchain]

console.log(blockchainConfig)
if ('services' in blockchainConfig) {
const services = blockchainConfig['services']['list']
const service = services[serviceName]

console.log(service)

if (service) {
return service
}
Expand Down

0 comments on commit 660352a

Please sign in to comment.